ProductivePC
May 29th 2004, 8:43 pm
I have been searching and studying for something in php that will take the place of the math.random() function in javaScript. Does anyone know of anything?
=======================================================
If you do I am also having problem with conveting the following functions from javaScript to PHP.
sc_img = new Image();
sc_img.src = sc_tracking_url;
sc_date = new Date();
sc_time = sc_date.getTime();
sc_agent = sc_agent.toUpperCase();
This is all I have left prior to testing the script. If anyone has any ideas... please let me know.
Thanks in advance.
Wayne
=======================================================
If you do I am also having problem with conveting the following functions from javaScript to PHP.
sc_img = new Image();
sc_img.src = sc_tracking_url;
sc_date = new Date();
sc_time = sc_date.getTime();
sc_agent = sc_agent.toUpperCase();
This is all I have left prior to testing the script. If anyone has any ideas... please let me know.
Thanks in advance.
Wayne