PHP Tutorials, Tips & Tricks
PHP is a widely-used general-purpose scripting language that is especially well-suited for Web development and can be embedded into HTML.
Following are list of 15 most useful PHP code snippets that a PHP developer will need at any point in his career. Few of the snippets are shared from my projects and few are taken from useful php websites from internet. You may also want to comment on any of the code or also you can ...
The basic idea this time is to present a way to form a tag cloud from user input text and text entered in the past. A tag cloud is a visual depiction of user-generated tags, or simply the word content of a site, used typically to describe the content of web sites.for this we will create an HTML form that will accept user text & also ...
Usually users upload their file to a server through a web form as shown below:The HTML form looks something like this:Filename: ...
Since few days we have been registering heavy traffic spikes on our website. This lead to performance issues. As this site is currently hosted on a shared hosting server, it is very difficult to optimize the performance of the site.We are using
Wordpress as CMS for this blog, hence we decided to ...