No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
1 Posted Topic
I tried using the example at [URL="http://www.w3schools.com/php/php_includes.asp"]http://www.w3schools.com/php/php_includes.asp[/URL] [CODE=menu.php]<a href="/default.php">Home</a> <a href="/tutorials.php">Tutorials</a> <a href="/references.php">References</a> <a href="/examples.php">Examples</a> <a href="/about.php">About Us</a> <a href="/contact.php">Contact Us</a> [/CODE] [CODE]<html> <body> <div class="leftmenu"> <?php include("menu.php"); ?> </div> <h1>Welcome to my home page.</h1> <p>Some text.</p> </body> </html> [/CODE] I tried this: [CODE] <div id="topbar"> <form method="post" action="parser.php"> <p>URL: … |
The End.