Thread: PHP inside html
View Single Post
Old 11-21-2004, 02:14 AM   #2 (permalink)
Vormund
 
Monster Techie

Join Date: May 2004

Location: Tucson, AZ, USA

Posts: 1,183

Vormund

Send a message via AIM to Vormund Send a message via MSN to Vormund Send a message via Yahoo to Vormund
Default

You need to do this:
To start PHP script/code:
<?php
put_your_code_here

when done with the PHP, use
?>

<?php tells the server/php engine to interpert that part of the code, while ?> exits. You can start/stop as many times as you want...just make sure to leave the HTML code outside of the PHP start/stop codes!

Is that what you meant?
__________________
Vormund is offline