Passing parameter

Hi,

how can i do to get a parameter in the server side
passed on the client using for example
loadXml(“myServer.php?id=”+id); ?
$_GET or $_POST ?

thank you

Hi

for specified codeline - $_GET
you can also use $_REQUEST, it handle both get and post

thx it work !