Re: [PHP] script seen on php.net manual

2002-11-21 Thread Pedro Furtado
hey thanx for the answer, actually yes, but it's my fault, the thing is on the other side is flash and not php, so i need to output something like this to later parse it in flash &response4:&row0=$article__2||tipo 1:&row1=art2|b|Tipo 2:&colunms 4&rows 2 but i cannot harcode anything because

Re: [PHP] script seen on php.net manual

2002-11-20 Thread Chris Boget
> i need to output > &row0=article__2||tipo 1:&row1=art2|b|Tipo 2 > how can i achieve this? I believe you can just use urlencode() and urldecode() on the values. Chris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] script seen on php.net manual

2002-11-20 Thread Pedro Furtado
Hey, http://www.php.net/manual/en/function.mysql-fetch-array.php regarding, jb at stormvision dot com dot na's post (below) i need to output &row0=article__2||tipo 1:&row1=art2|b|Tipo 2 how can i achieve this? This might be usefull for people that work with lots of rows and want to pla