try this:
use square brackets as follow:
policy_codes[]

Then in $_GET["policy_codes"] you'll have an array!!!!

Hope this helps,
Evan

"Sandeep Murphy" <[EMAIL PROTECTED]> ha scritto nel messaggio
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
Hi,

Am relatively new to PHP and wud appreciate if anyone can help me out...

My URL using the GET method reads as following..

http://feedback.php?date=10-11-2001&policy_codes=1&cbox=on&desc=aaaa&policy_
codes=9&cbox=on&desc=bbbbb&temp=tp

Now, I have to insert the data into an MySQL table but am not able to split
the URL such that the policy codes,cbox and desc are inserted twice rather
than only the last one...

The variable has to necessarily be the same name...

any suggestions??

thnx,
sands



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to