Hey all,
I am trying PHP on a project instead of ASP and I'm wondering what is the equivalent of navigating to a detail page in PHP?
I have a MySQL db with four fields, PageID, Link, Title and content.
The link field is the text for the navigation menu and when I click on this link, I want top go to that relevant recordset.
ASP has a Go to Detail page or related page code. What is the code for PHP?
-------------------------------------------------------------
"The most overlooked advantage of owning a computer is that if they foul up there's no law against whacking them around a bit."
I am trying PHP on a project instead of ASP and I'm wondering what is the equivalent of navigating to a detail page in PHP?
I have a MySQL db with four fields, PageID, Link, Title and content.
The link field is the text for the navigation menu and when I click on this link, I want top go to that relevant recordset.
ASP has a Go to Detail page or related page code. What is the code for PHP?
-------------------------------------------------------------
"The most overlooked advantage of owning a computer is that if they foul up there's no law against whacking them around a bit."