I'm new to PHP and sure there is a simple answer for this, but I can't seem to see it. I'm creating a mobile application, and I have a URL Variable made on one page:
What I'm unsure about is the "$blogID". I have a query earlier on in the page that calls for blogID, for the purpose of the value going into this URL Varialbe. Is that the right syntax for putting the value of "blogID" in the URL?
Code:
<go href="readblogs.php?id=$blogID"/>
What I'm unsure about is the "$blogID". I have a query earlier on in the page that calls for blogID, for the purpose of the value going into this URL Varialbe. Is that the right syntax for putting the value of "blogID" in the URL?