A quick question, can u have 2 php scripts in 1 html page. For example for result.php:
//Open results.php <?php // to check for a login user ?>
<html> <?php //to query the database ?> //Close results.php <html>
Thanks!
yeah - this doesn't count as two scripts, it is just an easy way of mingling html and php together
enclose blocks of php in <?php ?> tags, put the html in the gaps...
Originally posted by weekender yeah - this doesn't count as two scripts, it is just an easy way of mingling html and php together enclose blocks of php in <?php ?> tags, put the html in the gaps...
Cheers!
no probs mate. click on the 'mark thread resolved' link to the bottom to close the thread...