Whew, i tried all but i get none,
I just want to use the JavaScript Objects,
like:
document.form1.text1.value=$data->fetch("item");
where:
document1.form1.text1.value
---->is the javascript objects
$data->fetch("item")
---->is the php object
But it doesn't work...
Can anyone mail me a code that uses
JavaScript objects on their PHP objects.
Thanks,
Sonny
ps.
Does PHP support JavaScript ojbects or not?