Jump to content

Ajax probleminpassing value?


freaker87

Recommended Posts

i have a script which i use to fill select boxes from mysql database..

 

this line is working

req.open("GET", "podetfill.php?data="+src+"&val="+val);

 

it passes the value of data & val

 

so what is the right code for this i am using this but its not working

req.open("GET", "shptfill.php?data="+src+"&val="+val+"&poid=+<?php echo $poid; ?>");

Link to comment
https://forums.phpfreaks.com/topic/251951-ajax-probleminpassing-value/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.