I am a new programmer,my previous programmer creating a website using php(vps server).he completed the 4 pages.but how to add new page under the second page.plz tell me anybody very urdent.help me.

Even though you're using PHP, you still you HTML to link a page, just use the <a> tag once you've uploaded the page to your server...You should have access to the file manager or FTP details. Look into researching PHP on the links provided or buy a beginners book, details below.

<a href="url" >Page link title on second page</a> tag.

Tutorials:
http://www.w3schools.com/php/default.asp
http://w3schools.com/html/html_links.asp
www.php.net

Book:
www.amazon.com/PHP-BEGINNERS-GUIDE.../dp/0071549013

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.