We will decide how our website will Handle the URLS, to comply with Google recommendations for building the urls, we will not use GET parameters, instead we will build our own logic to handle the parts of our URLS... Read More
Articles found : 13
search term: php object
In this tutorial we will make a class that will make the connection to our sql server. and all other classes will inherit it and extend it for more features. For all our database operations we will use prepared statements as they are more secure against mysql injection.... Read More
1K, 1.234M Human readable formatted numbers in PHP, Python, C and C++ ... Read More
We will use the MySQL function TIMESTAMPDIFF, the process is simple enough : we check the difference between the last time a user identified by its IP adress viewed our page and the current time, if the said difference is greater than a defined value, we increment the view.... Read More
A Tag cloud is a section of your website that shows a cluster of words that are different in size according to how many times they appear in your website.... Read More