View Single Post
  #2 (permalink)  
Old Mar 6th, 2007, 06:10
Ryan Fait's Avatar
Ryan Fait Ryan Fait is offline
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: php and javascript

You cannot put PHP inside JavaScript, only the other way around. JavaScript is client side, so the PHP will never get parsed.
Reply With Quote