nathanleyton
07-10-2003, 02:56 PM
I am passing variables to a php script.
Using
on (release) {
if (report.getSelectedItem().data == 1) {
sendClientID = clientID;
numberlistsend = numberlist;
getStats = new LoadVars();
getStats.sendClientID = sendClientID;
getStats.numberlistsend = numberlistsend;
getStats.startdate = startdate;
getStats.enddate = enddate;
getStats.send("http://localhost/OnlineStats/getCallSummary.php", "getStats", "POST");
}
}
for security i need the client ID not to be seen in the Browser
How would I achieve this... Can Anyone help)
Thanks
Nathan
Using
on (release) {
if (report.getSelectedItem().data == 1) {
sendClientID = clientID;
numberlistsend = numberlist;
getStats = new LoadVars();
getStats.sendClientID = sendClientID;
getStats.numberlistsend = numberlistsend;
getStats.startdate = startdate;
getStats.enddate = enddate;
getStats.send("http://localhost/OnlineStats/getCallSummary.php", "getStats", "POST");
}
}
for security i need the client ID not to be seen in the Browser
How would I achieve this... Can Anyone help)
Thanks
Nathan