Re: [PHP] Converting string to array index

2011-11-05 Thread Bastien
On 2011-11-05, at 10:21 PM, Ethan Rosenberg wrote: > Dear list - > > I have an associative array that will return a string representing an array > index. I now need to convert this string into an actual array index. > > $test1 = array > ( > "e1" => "[4][7]", > "e2" => "[5][8]" > ); > > so.

[PHP] Converting string to array index

2011-11-05 Thread Ethan Rosenberg
Dear list - I have an associative array that will return a string representing an array index. I now need to convert this string into an actual array index. $test1 = array ( "e1" => "[4][7]", "e2" => "[5][8]" ); so.. $z = $test1['e1']; z has the value of [4][7]. I need to convert this strin

Re: [PHP] Google Search Appliance and PHP

2011-11-05 Thread Negin Nickparsa
step 2:http://php.net/manual/en/book.xml.php try to know about Xml parser On 11/3/11, Gates, Jeff wrote: > I am a newbie in PHP. > > I need to create a search using Google's Search Appliance for a site I'm > designing but don't have the slightest idea on how to do it. Because I want > to incorp

[PHP] php sqlite

2011-11-05 Thread saeed ahmed
i want to start with php sqlite.which light weight versions should i download?i have win xp sp3.