How to create a link????

khurshidi786
11:19:10
I have two php files named securedpage.php and in a folder named employees_biodata have another php file named add.php.I want to make a link with add.php to securedpage.php not a link with securedpage.php to add.php(e.g. in a securedpage.php page i made a link to go to the page 'add.php' like this"<a href="employees_biodata\add.php">Add</a>") but i want to make a link in add.php page to go to the page 'securedpage.php'.How can i do this?
smo1234
11-20-2010
<a href='../securedpage.php'>Go to Secured Page </a>
Please Login to post your reply or start a new topic