PHP Tutorials
PHP is the most popular programming language in web development. Find the tutorials, snippets, articles with demos in this category
HOW TO:Create Secure Login With Simple PHP ?
Here is a simple example for creating a secure login page with PHP which will help you to safe authentication. Here, cookies are not used because of preventive measure against cross-side scripting. The back-end used is MySQL. So, you should have knowledge of MySQL and database as well.
JQuery Alert Dialog Boxes With Simple Demo
Browsers alert boxes are simple and they look different from browser to browser and while sometimes this is a good thing as the user is used to their browser’s alert dialog boxes, there are times that we need a common style for our alert, prompt or confirm dialog boxes.
PHP Security Attacks: How to prevent these attacks in coding?
Security is major and essential part of any language . If we see PHP then we also need and keep in mind, all security tips and tricks to prevent our code from being attacked by hackers.
How can We Create Cron Jobs and Add them in Cpanl.
Creating cron jobs and implementing them on server is little bit tricky for web beginners. Here i will elaborate a simple example for creating and implementing crons on PHP server.
SimplePie: An amazing and simple way to show RSS Feeds on website using PHP.
Simple pie is simple and easy way to show rss feeds on your web pages. It provides a class and simple lines of code using which you can show feed any where on your web pages-.