04-21-2008, 01:32 AM
|
#1 (permalink)
|
|
The Wanderer
Join Date: Apr 2008
Posts: 15
Thanks: 0
|
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...
|
|
|
|