View Single Post
Old 04-21-2008, 01:53 AM   #6 (permalink)
Orc
The Prestige
 
Orc's Avatar
 
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
Orc is on a distinguished road
Default

Quote:
Originally Posted by kororo203 View Post
thanx.. than ill just use javascript inside php statements
thanx for the help...
Yeah, that's what PHP is good for, just add the php variables in the javascript strings. :) like so

PHP Code:
$var2="var bar = \"foo\";"
$var="<script>$var2</script>"
this would output $var2 into the quotations, it's good. :]
__________________
VillageIdiot can have my babbies ;d
Orc is offline  
Reply With Quote