Welcome to the OzoneAsylum FaqWiki
Frequently Asked Questions
Stupid Mistakes

Back-End/Server-side Scripting Pages that link to <a href="https://ozoneasylum.com/backlink?for=5276" title="Pages that link to Back-End/Server-side Scripting" rel="nofollow" >Back-End/Server-side Scripting\

Add your server-side stupid mistakes here:

---------------------------------------------

[PERL]
"Premature End of Script Headers" means that either the permissions for the script are off or the output doesn't begin with "Content-Type: text/htmlnn" Try setting the permissions of the script to 755 and the output files to 666.

[PHP]
Not having a matching number of { and } - usually indicated by an error on the last line of your code.

Forgetting to put a ; at the end of the line - usually indicated by an error or the following line.

Forgetting that the $ character do not to be escaped in a string delimited by some simple quotes.

__________________________________
Emperor

(Added by: Emperor on Fri 06-Sep-2002)

(Edited by: Emperor on Fri 06-Sep-2002)

(Edited by: Emperor on Mon 09-Sep-2002)
(Edited by poi on 05-25-2004 17:05)

« BackwardsOnwards »

Show Forum Drop Down Menu