04-21-2008, 01:53 AM
|
#6 (permalink)
|
|
The Prestige
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
|
Quote:
Originally Posted by kororo203
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
|
|
|
|