View Single Post
  #3  
Old 09-09-2005, 07:01 PM
 
ronp ronp is offline
 

Advanced Member
  
Join Date: Feb 2003
Location: SE US
Posts: 30
 

Default Javascript Errors

I finally got something to work but in a completely different way. I had never worked with javascript and am very green with php, but I eventually found out that you can't pass a variable directly from javascript to php, since js is client side and php is server side, so the php is actually parsed first and totally seperately from the javascript.
Anyway thanks for taking the time to reply.
__________________
----------------------------------------------------
X-Cart 3.5.1
\"Heavily Modified\"
Win2000 Advanced Server/Apache 2.0.54 w/OpenSSL 0.9.7g
PHP 4.4.0/MySQL 4.1.14-nt
Reply With Quote