bridgetjones Posted September 25, 2004 Share Posted September 25, 2004 I have downloaded a pre-written PHP script (noahs classified), and I really need to place a home page (slash screen) that links to the PHP Noahs classified. I've been using dreamweaver MX for about a year and the Noahs Classified aready contains Index.php. I have included Index.html and need to link this to the Index.php and I've had no success (I know nothing about PHP YET!). I really don't know where to start. Pleeeeeeeeease can someone help me - thanks in advance. Quote Link to comment https://forums.phpfreaks.com/topic/1971-dreamweaver-home-page-into-php-script/ Share on other sites More sharing options...
morpheus.100 Posted September 25, 2004 Share Posted September 25, 2004 Your aim is so unlear. To include a .php document use <?php include("your_document.php");?> To link to a document use <a href="your_document.php">Link</a> Quote Link to comment https://forums.phpfreaks.com/topic/1971-dreamweaver-home-page-into-php-script/#findComment-6448 Share on other sites More sharing options...
bridgetjones Posted September 25, 2004 Author Share Posted September 25, 2004 Thanks for your reply. Really sorry that I haven't made myself clear. I've tried reading books, looking on the internet to find a solution but, I need to learn this really quickly. Basically, How do I import the navigation bar from this script into a new php page? thanks again for any help you can give. Quote Link to comment https://forums.phpfreaks.com/topic/1971-dreamweaver-home-page-into-php-script/#findComment-6449 Share on other sites More sharing options...
morpheus.100 Posted September 26, 2004 Share Posted September 26, 2004 That depends upon how its created. Is the menu a seperate document or included to a temlplate or engine? Post some code. Its far easier to see whats going on. Just never post your db connection without first removing details. Quote Link to comment https://forums.phpfreaks.com/topic/1971-dreamweaver-home-page-into-php-script/#findComment-6453 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.