- Thursday, April 9, 2009, 11:53
- Featured, PHP & MySQL
Today i was looking at the code of my fellow team members and was shocked, none of them have santized data before making it to database. I thought of putting this article before you so that it would be helpful for those who are not aware of such practice.
Full story
- Thursday, April 9, 2009, 9:46
- PHP & MySQL
I persume that most of them would be knowing this attack and how to prevent it, but recently when i was googling i found out many feedback form scripts to be in secure. PHP is a majuscule and secure language, but it all depends upon the programmer style of coding. Anyway lets get started...
Full story
- Thursday, March 12, 2009, 6:38
- PHP & MySQL
Debugging is most important in development as it saves your countless hours of coding. Lets explore the various debugging techniques.
Full story
- Tuesday, March 10, 2009, 9:43
- PHP & MySQL
One of my amigo last week put up a question towards me seeking a clear riposte on what's exactly this autoloading does. I thought of putting this up here on what i scribbled in the piece of paper to explain him.
Full story
- Friday, January 30, 2009, 23:31
- JavaScript & Ajax, PHP & MySQL
As I am celeberating my fifth year in a row working with PHP. It has been a great experiece, and i remember those days of PHP where it was revolving OOP concept to the latest ones which puts PHP in a place competiting with JAVA, dotnet and others. Anyway lets start as usual in RajiniKanth style.
Full story
- Friday, January 2, 2009, 23:04
- PHP & MySQL, Web Security
Here is a tutorial which will show you how to connect to a MySQL database using JSP under windows and using Tomcat web server. Before getting into the code, i would just put a notice to the requirements needed.
Full story
- Friday, December 26, 2008, 8:23
- Featured, PHP & MySQL
To better demonstrate how MVC works, let’s use the example of a simple data retrival both using MVC and not using it.
Full story
- Friday, December 26, 2008, 6:54
- PHP & MySQL
Its always a hard slog with spammers around the web. Once we have found the culprit, we generally move towards htaccess to lock the window and when its not available, we rely on the power of PHP.Lets get into the battle...
Full story
- Saturday, December 20, 2008, 19:08
- PHP & MySQL
There has been a lot of tutorials and news over PHP 5. Here let me put out a small litte thing that make a big difference and why people should look on to PHP 5.
Full story