[PHP-DEV] Can someone pls unsubscribe me from the list

2002-05-07 Thread Surya Saraff
Hi everyone, I have send at least 2 emails to [EMAIL PROTECTED] regarding my unsubscription to this listserv. But, it is not working. Can someone pls advise me. Thanks __ Do You Yahoo!? Yahoo! Health - your guide to health and wellness http://h

RE: [PHP-DEV] Passing PHP Arrays as type "hidden" in a HTML Form

2002-03-12 Thread Surya Saraff
ting the > variable... > > echo " value=\"$status[]\">"; > $oldStatus = $_POST["oldStatus"]; > > > Thank you, > > Ray Hunter > Firmware Engineer > > ENTERASYS NETWORKS > > > -Original Message- > From: Sury

RE: [PHP-DEV] Passing PHP Arrays as type "hidden" in a HTML Form

2002-03-12 Thread Surya Saraff
Ray" <[EMAIL PROTECTED]> wrote: > Yes that is possible... > > > > Thank you, > > Ray Hunter > Firmware Engineer > > ENTERASYS NETWORKS > > > -Original Message- > From: Surya Saraff [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, March 12,

[PHP-DEV] Passing PHP Arrays as type "hidden" in a HTML Form

2002-03-12 Thread Surya Saraff
Hi, I am trying to pass an array with hidden type and access it by value. for eg: IN t.php "); print(""); print(""); print(""); ?> IN t1.php (the page i am calling) Any suggestions as to how can I pass the value of the array through an HTML form, would be a great help! Thanks, Sur