7 Laravel Features to Enhance the Security of Your Application
In the world of web development, ensuring the security of your application is a top priority. Laravel, a popular PHP framework, comes with a range of built-in features…
In the world of web development, ensuring the security of your application is a top priority. Laravel, a popular PHP framework, comes with a range of built-in features…
Recently I answered a question on quora. I am reproducing it here again. In my view question is not complete and does not provide context which has to…
"You have done that specific site in Zend, don't you think our application is also suitable for Zend instead of Drupal", I just got this email from a…
This posts was written in year 2006 on 20th May. In one of my server crash, I lost my posts, Today I got it recovered from Archive.org, and…
Optimization of database tables in mysql is a process which has to be carried out regularly to make your database in good health. According to mysql manual, OPTIMIZE…
In this article you will learn how to install and configure the PHP/Java Bridge and how to use Java classes in PHP scripts in a demo application. To…
Zend Framework is not only a framework but a robust library for many kind of operations and services. While working with Drupal or Wordpress sometime we found that…
In this article, I am going to write about the functions using which you can get the information about php functions. For a full list of PHP functions…
Some weeks ago I got an old PHP application to work with. I was asked to look for the potential problems and bottlenecks in the application. So I…
This question again struck me today, somebody just throw a simple question about EXPLAIN statement in MySQL and in hast I relate that to DESCRIBE. When that person…
PHP 5 is in the market since many years, but it still has to capture the market. Why? Is it not efficient version of PHP language? What are…
In this article I am going to write my experience with a work in which I was supposed to do file upload progress bar. First of all I…