Forum Moderators: coopster

Message Too Old, No Replies

Limit to number of places/times you can use PHP?

         

JAB Creations

12:49 pm on Apr 2, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I was trying to figure out why some of my PHP wasn't working. It worked fine in my basic test file but when I applied it to my regular pages it wouldn't!

So somehow I found myself taking out some of the other PHP code I had. I have a few open/close php tags because I am putting it here and there....

So now it works...

My question is if there is a limit for whatever reason to how many times PHP can be processed on a single file regardless of how simple each process is?

coopster

3:12 pm on Apr 2, 2005 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



I'm not aware of any limit, and the Basic syntax [php.net] page doesn't state any limitations.

I would turn on error_reporting() [php.net] and see if you don't have a syntax error somewhere.