nathanleyton
07-09-2003, 04:12 PM
I am a bit of a newbie and am trying to pass 3 variables to
a php script and then open the page in a new browser
i currently have this code.. I know its wrong can anyoneplease help me...
Thanks
here is the code
on (release) {
getStats = new LoadVars();
getStats.sendClientID = sendClientID;
getStats.startdate = startdate;
getStats.enddate = enddate;
getStats.sendAndLoad("http://localhost/OnlineStats/getCallSummary.php", getStats, "POST");
}
a php script and then open the page in a new browser
i currently have this code.. I know its wrong can anyoneplease help me...
Thanks
here is the code
on (release) {
getStats = new LoadVars();
getStats.sendClientID = sendClientID;
getStats.startdate = startdate;
getStats.enddate = enddate;
getStats.sendAndLoad("http://localhost/OnlineStats/getCallSummary.php", getStats, "POST");
}