My index.php homepage has several links on it that when each link is clicked the link sends the following URL / querystring to my index.php page in the following formats:
link 1: link 2:
There is not a seperate directory for the server to switch to for each of the. The index.php page is requesting the information found between the "/" and processing it accordingly. This is all fine.
I am trying to figure out where the script determines if there is information between "/" in the URL or QueryString as shown in the above examples.
Can someone provide me with a short IF THEN PHP script that will demonstrate how to determine if information is
presenet between the "/" as it is in my script?
Thanks so much
link 1: link 2:
There is not a seperate directory for the server to switch to for each of the. The index.php page is requesting the information found between the "/" and processing it accordingly. This is all fine.
I am trying to figure out where the script determines if there is information between "/" in the URL or QueryString as shown in the above examples.
Can someone provide me with a short IF THEN PHP script that will demonstrate how to determine if information is
presenet between the "/" as it is in my script?
Thanks so much