What is the right way to create large site with PHP template, that is creating each article from variables defined in MySql?If i create for example html page after click on specific product, will be Google able get this document to show product like this?
And if this is possible, what is best structure for this?
I noticed somebody is using :
example.php?id=33
and somebody is using sentence like this :
example/properties/property-name
Id like to use second option, so what is the best way to do this? So far im able to get data from MySql and get it as variable to php.
Im sorry, because this is probably a stupid question, but HTML that will be created is just virtual thing or its a physical file on server?
I know pretty well HTML, JS and little bit of PHP, but all my projects was small sites, that was hardcoded, so thanks for consideration.