View Single Post
Old 04-21-2008, 01:32 AM   #1 (permalink)
kororo203
The Wanderer
 
Join Date: Apr 2008
Posts: 15
Thanks: 0
kororo203 is on a distinguished road
Default can i incorporate javascriptin php?

don't know where to postthis but i yhink it ismore aboout php..

i need some clarifications...
lets say that i have a javascript function..
<script>
var i =0;
function xxxx ()

{

if (i == 1)
php expression }
else if (i == 2)
php expression
}
</script>

is this possible?

thanx...
kororo203 is offline  
Reply With Quote