> can variables from javascript be called by php and vice versa?
Not directly. However, you can use PHP to write custom javascript (complete with variable assignments using values from PHP). You can have Javascript request values from PHP programs using the XMLHTTPRequest object. It's pretty tricky to get it to work right. Do a google search for "Remote Scripting" with Javascript and PHP. James _____ Community email addresses: Post message: [email protected] Subscribe: [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] List owner: [EMAIL PROTECTED] Shortcut URL to this page: http://groups.yahoo.com/group/php-list Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/php-list/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
