Southern Belle Posted January 31, 2007 Share Posted January 31, 2007 Hi everyone,Let me start by saying I've only been working with PHP/MySQL about a week and Dreamweaver about a month. So, please keep suggestions VERY simple!I have a database containing alumni for our school. It accepts user info from a form. They can then query for certain years... got that to work yesterday!! Now, how do I get the results to display within the website template? Please tell me I don't have to use "echo" for each line :PThanks Link to comment https://forums.phpfreaks.com/topic/36481-dreamweaver-template-and-phpmysql-results-page/ Share on other sites More sharing options...
trq Posted January 31, 2007 Share Posted January 31, 2007 [quote]Please tell me I don't have to use "echo" for each line[/quote]You can jump in and out of html / php whenever you like. eg...[code]<html> <head> <title><?php echo $title; ?></title> </head>[/code] Link to comment https://forums.phpfreaks.com/topic/36481-dreamweaver-template-and-phpmysql-results-page/#findComment-173633 Share on other sites More sharing options...
Southern Belle Posted January 31, 2007 Author Share Posted January 31, 2007 Thanks for the quick reply and the easy solution. Link to comment https://forums.phpfreaks.com/topic/36481-dreamweaver-template-and-phpmysql-results-page/#findComment-173636 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.