Re: [PHP] parse_str() expects parameter 1 to be string, array given

2009-10-19 Thread Tommy Pham
On Mon, Oct 19, 2009 at 12:45 AM, Julian Muscat Doublesin wrote: > Hello* *Everyone, > > I am geetting the error below. Can you please guide me on a fix. It is > working on the live site but not on local server. Has anyone ever experinced > this error before. > * > Warning*: parse_str() expects pa

RE: [PHP] parse_str()

2003-03-31 Thread Marcus Rasmussen
This should work: parse_str($example_string, $_GET); ___ Marcus Rasmussen [EMAIL PROTECTED] www.marcusr.dk - On 01-04-2003 at 03:20 Jose wrote: - > I might

RE: [PHP] parse_str()

2003-03-31 Thread Jose
> I might be wrong here, but with the code below I would expect $_GET to be > filled and the script to output the next line: > >$example_string = 'action=kick&item=me'; >parse_str($example_string); >var_dump($_GET); >?> > > // expected output: > // > // array(2) { ["action"]=>