Re: [PHP] POST/GET - if there is a dot in the name it's changes to "_"

2003-08-14 Thread Pradeep D'souza
Hi What version and OS are you on ? Pradeep www.naharonline.com - Original Message - From: "Arnau Rebassa" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 12, 2003 10:58 PM Subject: [PHP] POST/GET - if there is a dot in the name it's changes to "_" > Hi all, > I'm h

Re: [PHP] Search in PhP

2003-07-30 Thread Pradeep D'souza
Option 1 : use Javascript { Lot of free scripts on the internet } Option 2 : Use an array filled with information Rgds, Pradeep - Original Message - From: "khuram noman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 30, 2003 3:21 PM Subject: [PHP] Search in PhP >

Re: [PHP] Store array as Session Variable

2003-07-29 Thread Pradeep D'souza
Hi Try this $_SESSION[my_session] = array("item_1" => "Some Value" , "item_2" => "Some Value2" , "item_3" => "Some Value3"); This allow s you to store the array in the session Pradeep DSouza Naharonline.com - Original Message - From: "Pushpinder Singh Garcha" <[EMAIL PROTECTED]> To: "