Pushkar Pradhan wrote:
> Is it possible to pass variables from a php page to a page using
> javascript, and vice versa,
> I've the variable - an array passed in the url of the page.
> 
> -Pushkar S. Pradhan
> 

Yes and no. You can pass variables to a php script with the normal HTTP 
POST ang GET methods, however it's done with javascript.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to