Wade, A blank page usually means some fatal event occurs for php, and for some reason doesn't give an error message. Print something at the beginning of the script, so that you'll know if the error has occured or not. Then put an exit() somewhere in the script. If you see what you printed at the beginning, place the exit() furthur in the code. Repeat until you get a blank screen, then move the exit() up until you find the line causing the error.
This can be very tedious, and you could find the root of these problems more quickly using a debugger, and by looking at your error logs. Brandon Wade wrote: >04142005 1900 GMT-6 > >Ok. A lot of effort has gone into create a bunch of pages that are >secured form prying eyes and now they dont work. I would love some help. > >On the login page I set up the sessions. >On the next page, I check the value in a session. >Nothing abnormal there. >But I dont know what is wrong here. >On that second page, the page is completely blank. >Only <html><head></head></html>. I hate that. > >I checked to make sure the save path for the sessions is on every page. > > >What else can I do? > >Wade > > >[Non-text portions of this message have been removed] > > > >Community email addresses: > Post message: [email protected] > Subscribe: [EMAIL PROTECTED] > Unsubscribe: [EMAIL PROTECTED] > List owner: [EMAIL PROTECTED] > >Shortcut URL to this page: > http://groups.yahoo.com/group/php-list >Yahoo! Groups Links > > > > > > > > > > > > -- --------------------------------- * Brandon Smith * programmer / web designer * http://sproutworks.com Community email addresses: Post message: [email protected] Subscribe: [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] List owner: [EMAIL PROTECTED] Shortcut URL to this page: http://groups.yahoo.com/group/php-list Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/php-list/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
