At this point we will start adding some HTML code to our website. and our website will start looking beautiful little by little as we add more features to it... Read More
Articles found : 41
search term: user behavior
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
For a Blog or any website to thrive and grow, it must have a way to interact with its visitors, to get their opinions, expectations and criticism. And what a better way to do all this than a section for comments for the visitors and customers to express their opinions and make their voice heard.... Read More
Every php file you create must be included at some point before you use it. but as the website becomes bigger and the number of files increases, it becomes extremely difficult to keep track of the files. if you can't organize your code you might find yourself including the same file multiple times. and the code itself will look ugly and might not be resources friendly... Read More
in this 3rd part of our series of tutorials about php programming language, now we are starting to fetch data from our database and we are getting closer to a functioning website.... Read More