Posted by Richard Sitompul on 05/17/05 12:30
Of course, why not, or you can use smarty template engine.
http://smarty.php.net/
Thanks,
Richard Sitompul
-----Original Message-----
From: Íõ³ÉÇÇ [mailto:wangchq@china-channel.com]
Sent: Tuesday, May 17, 2005 12:26
To: php-general@lists.php.net
Subject: [PHP] JavaScript+Html+PH
Hi,
Can I use JavaScript+Html+PHP in a file?
<?
Function sort_asc() {
$sql=””
.”order by customer_id ASC”;
}
?>
<script: javascript>
Function sort(){
Sort_asc();
}
</javascript>
<Html>
<input type=”button” value=”order ” onclick=” sort()”>
<Html>
E-mail/MSN: wangchq@china-channel.com
[Back to original message]
|