well finally my program is done but, when i went to it only the main menu page showed. everything else displayed a blank screen. if you have any idea to what the problem is plz reply or email me thx.
It could be so many things, so try to narrow things down. If you have NuSphere's phpEd, you can use the breakpoint feature to make PHP execute up to sepcific points. You can start at the beginning and keep going up a little bit until something happens (or stops happening).
Mabe something a little easier, try changing your error reporting. Stick this at the top of your script:
You could just post maybe the first 30 or so lines of code. If you're getting a totally blank page the error is mor ethan likely at the beginning of your script. Also try viewing the source of the generated empty page. SOmetimes there will be a little bit of HTML in there that can give you some clue as to where your script died.
ok well i was thinking its because of how i set-up the script but im not sure. because the menu works just fine but the rest doesnt which sends me a small idea that something isnt set-up in the right order.
Blank Screens are EVIL ..
it happened to me twice and I just couldn't figure out what is the problem and I had to re-write the whole file again from scratch , after this stupid thing the file works fine ... and you could imagine how tough it was becuase the file I was working on was a profile edit page !!
__________________ PHPSimplicity
We don't need a reason to help people - Zidane [FF9]
well i hope that wont be the case 4 me but can you draw nething from my code i showed above? really dont want to re-write my code since it took me this far to here.