My SQL has a special function that allows the developer to format the date in any way they wish by…
Any RDBMS like MySql are geared to perform read operations better than write operations. The efficiency in read operations are…
Here is a simple example for creating a secure login page with PHP which will helpĀ you to safe authentication.…
Browsers alert boxes are simple and they look different from browser to browser and while sometimes this is a good…
Security is major and essential part of any language . If we see PHP then we also need and keep…
Creating cron jobs and implementing them on server is little bit tricky for web beginners. Here i will elaborate a…