
June 25th, 2001, 09:54 PM
|
|
Contributing User
|
|
Join Date: May 2001
Location: Adelaide
Posts: 72
Time spent in forums: < 1 sec
Reputation Power: 13
|
|
|
php and javascript
Hi,
I have a javascript function returning a value. I would like to know how I can use this value in my php code.
I am using a switch statement.
switch("") <--- i want to use that value from my javascript
function in here !
{
case 1: blah blah
}
How can I do this??
Thanks for any replies.......
yoshi
|