[PHP] Re: Generating CSV files on the fly and getting the browser to download

2002-09-10 Thread lallous
Try this: Elias "Henry" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi All, > > I suspect this is a commonly asked question but; how do I generate a CSV > files on the fly and get the browser to download it. > > Do I actually need to generate a file or c

[PHP] Generating CSV files on the fly and getting the browser to download

2002-09-10 Thread Henry
Hi All, I suspect this is a commonly asked question but; how do I generate a CSV files on the fly and get the browser to download it. Do I actually need to generate a file or can I just generate a variable contain the data that would be in the file? Any help is greatly appreciated. TIA Henry

Re: [PHP] dropdown Newbie question

2002-09-10 Thread yasin inat
u cannot use form's name as variable . u should replace this row http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: changing session name

2002-09-10 Thread Erwin
Mohd_q wrote: > I want to change the default session name 'PHPSESSID' to say ex. > 'seid'. > > How can I do this without editing to the php.ini since I'm having a > site on a virtual host. http://www.php.net/session_name HTH Erwin -- PHP General Mailing List (http://www.php.net/) To unsubsc

RE: [PHP] dropdown Newbie question

2002-09-10 Thread Mario Ohnewald
Hello, after a little break ( i really needed it ;P), i tried to get this thing wotkig again. I changed action to .$PHP_SELF. and i added the echo to test if it works: echo $_POST['test']; But still emtpy, what do i do wrong? Background Color Blue Red Green Black '; echo $_

<    1   2