Like I said:

<?php
if (something true)
{
    echo 'somejavafunc();';
}
?>

<?php
if (something true)
{
?>
    somejavafunc();
<?php
}
?>

--
Julio Nobrega.

Um dia eu chego lá:
http://sourceforge.net/projects/toca




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to