Page 1 of 1
connecting pages
Posted: Wed Apr 27, 2011 8:24 am
by terry1989
Hi does anyone know how to connect pages in php thanks.
Re: connecting pages
Posted: Wed Apr 27, 2011 8:31 am
by divedj
How do you mean??
Re: connecting pages
Posted: Wed Apr 27, 2011 9:47 am
by terry1989
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
Posted: Wed Apr 27, 2011 11:43 am
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.
Re: connecting pages
Posted: Wed Apr 27, 2011 1:05 pm
by terry1989
thanks very much califdon thats what I was exactly talking about.
Re: connecting pages
Posted: Wed Apr 27, 2011 1:19 pm
by califdon
That's basic HTML, not PHP. Check this out:
http://www.w3schools.com/HTML/html_links.asp