connecting pages
Moderator: General Moderators
connecting pages
Hi does anyone know how to connect pages in php thanks.
Re: connecting pages
How do you mean??
Re: connecting pages
for example I want to connect my search for property page to my properties page which will show a list of properties.
Re: connecting pages
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.
Re: connecting pages
thanks very much califdon thats what I was exactly talking about.
Re: connecting pages
That's basic HTML, not PHP. Check this out: http://www.w3schools.com/HTML/html_links.asp