how to automatically add the id of a webpage to the url
my website contains blog posts i wrote myself. But in order to submit and display comments for that particular article, my php code requires that add the id of the article to the url (for example www.myblog.com/whatisdb.php?id=1)
the problem is that i have to add the id myself in the browser, how the id automatically appear in the url.
the problem is that i have to add the id myself in the browser, how the id automatically appear in the url.