Browser bar loading, but nothing happens
Moderator: General Moderators
Re: Browser bar loading, but nothing happens
Should I be posting this to a seperate file, that may break up the code a bit?
- aceconcepts
- DevNet Resident
- Posts: 1424
- Joined: Mon Feb 06, 2006 11:26 am
- Location: London
Re: Browser bar loading, but nothing happens
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.
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.
Re: Browser bar loading, but nothing happens
OK. Thanks for the advice.
Re: Browser bar loading, but nothing happens
Check your apache logs.