Re: [PHP] Header issues

2005-04-05 Thread John Nichel
Mahmoud Badreddine wrote: I have a web-page divided into two frames : margin and main. Inside the margin frame area, I have a pull-down menu that lists all the tables in my database. Upon choosing the appropriate table from the pull-down menu I click a button to display the table. I use the

Re: [PHP] Header issues

2005-04-05 Thread Martin . C . Austin
To: php-general@lists.php.net cc: Subject:Re: [PHP] Header issues Mahmoud Badreddine wrote: I have a web-page divided into two frames : margin and main. Inside the margin frame area, I have a pull-down menu that lists all the tables in my database. Upon choosing

RE: [PHP] Header issues

2005-04-05 Thread Jay Blanchard
[snip] I have a web-page divided into two frames : margin and main. Inside the margin frame area, I have a pull-down menu that lists all the tables in my database. Upon choosing the appropriate table from the pull-down menu I click a button to display the table. I use the Header( ) function.

Re: [PHP] header() issues....

2003-06-23 Thread CPT John W. Holmes
Does anyone know if there are issues with using the header() function inside frames? Is there extra stuff that needs to be added to it to get it to work correctly? No... each frame is it's own HTTP request. PHP operates server side so it has no idea of frames. It simply processes the code and