Could it be due to your database information being incorrect, and echoing out the error.
Printable View
Could it be due to your database information being incorrect, and echoing out the error.
As with HTML, whitespace is ignored between PHP statements. This means it is OK to have one line of PHP code, then 20 lines of blank space before the next line of PHP code. You can also press tab to indent your code and the PHP interpreter will ignore those spaces as well.
I rest my case.
Lew.
My bad I mis-read your post :)
Anyway to expand on appy's explanation go here: http://kb2.adobe.com/community/publi...sid_50572.html
Lew.