connecting pages

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
terry1989
Forum Newbie
Posts: 5
Joined: Wed Apr 27, 2011 7:15 am

connecting pages

Post by terry1989 »

Hi does anyone know how to connect pages in php thanks.
divedj
Forum Commoner
Posts: 47
Joined: Wed Dec 29, 2010 4:32 am
Location: Malta

Re: connecting pages

Post by divedj »

How do you mean??
terry1989
Forum Newbie
Posts: 5
Joined: Wed Apr 27, 2011 7:15 am

Re: connecting pages

Post by terry1989 »

for example I want to connect my search for property page to my properties page which will show a list of properties.
User avatar
califdon
Jack of Zircons
Posts: 4484
Joined: Thu Nov 09, 2006 8:30 pm
Location: California, USA

Re: connecting pages

Post by califdon »

Your use of the word "connect" is making it difficult to figure out what you are referring to. My guess is that you want to have a hyperlink on one page to allow the user to navigate to another page. If this is what you mean, you just need to use an HTML hyperlink--no PHP involved. If that is not what you mean, you will have to explain more fully.
terry1989
Forum Newbie
Posts: 5
Joined: Wed Apr 27, 2011 7:15 am

Re: connecting pages

Post by terry1989 »

thanks very much califdon thats what I was exactly talking about.
User avatar
califdon
Jack of Zircons
Posts: 4484
Joined: Thu Nov 09, 2006 8:30 pm
Location: California, USA

Re: connecting pages

Post by califdon »

That's basic HTML, not PHP. Check this out: http://www.w3schools.com/HTML/html_links.asp
Post Reply