Hi,
Im really new to PHP and have a webpage with html and PHP on it. I have a login script that works well. When I tried to modify the PHP code I removed a .md5 from in front of $Pass and the whole page disappears on testing on a local server. When I put .md5 back by page displays fine on the local test in browser.
My question: is it normal for php to erase a whole page of PHP and Html just because of one small piece of code missing in PHP?
I would think the PHP login would just not work not make the whole page disappear?
Any insight would be greatly welcome.
Thanks