chrisgray999
12-14-2002, 05:35 PM
Hi, I Know a bit of php and want to get something from the end of a URL
e.g. http://www.mysite.com/get.php?ID=tft
and then if possible connect to a database (via MySQL) and get the relevent field to be displayed in the page.
Is this possible?
My Example:
if url= blabla.com/get.php?ID=tft
then to get the field from the database and display whatever I want
I hope this is clear, because I have found it hard to explain it! If this is not possible, could someone tell me how to just get the variable from the URL?
Thanks in advance
e.g. http://www.mysite.com/get.php?ID=tft
and then if possible connect to a database (via MySQL) and get the relevent field to be displayed in the page.
Is this possible?
My Example:
if url= blabla.com/get.php?ID=tft
then to get the field from the database and display whatever I want
I hope this is clear, because I have found it hard to explain it! If this is not possible, could someone tell me how to just get the variable from the URL?
Thanks in advance