Browser bar loading, but nothing happens

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

icesolid
Forum Regular
Posts: 502
Joined: Mon May 06, 2002 9:36 pm
Location: Buffalo, NY

Re: Browser bar loading, but nothing happens

Post by icesolid »

Should I be posting this to a seperate file, that may break up the code a bit?
User avatar
aceconcepts
DevNet Resident
Posts: 1424
Joined: Mon Feb 06, 2006 11:26 am
Location: London

Re: Browser bar loading, but nothing happens

Post by aceconcepts »

That won't make much difference in my eyes.

It probably has something to do with your logic. i.e. the order of your code.

Remember, when your code is compiled, it is compiled in a linear fashion - line by line.

Make use of functions where you can - this will de-clutter your code and be more efficient.
icesolid
Forum Regular
Posts: 502
Joined: Mon May 06, 2002 9:36 pm
Location: Buffalo, NY

Re: Browser bar loading, but nothing happens

Post by icesolid »

OK. Thanks for the advice.
marcth
Forum Contributor
Posts: 142
Joined: Mon Aug 25, 2008 8:16 am

Re: Browser bar loading, but nothing happens

Post by marcth »

Check your apache logs.
Post Reply