phpsane
-
Posts
320 -
Joined
-
Last visited
Community Answers
-
phpsane's post in Fatal error: Uncaught TypeError: sha1() expects parameter 1 to be string, integer given was marked as the answer
Thanks man! Now, why did I not think of that ? I'm LIKING your post! And, marking your post as RESOLVED my thread!
-
phpsane's post in Why Html Form Plays Hide & Seek with Php ? was marked as the answer
I got rid of the two "exit;" on 114 & 118 and no it is showing the html form.
Working:
else { echo "SERVER REQUEST_METHOD is not getting triggered !"; } echo "Do not forget to click the 'Login' button!"; Was not working:
else { echo "SERVER REQUEST_METHOD is not getting triggered !"; exit; } echo "Do not forget to click the 'Login' button!"; exit;