PHP/Ajax

by on March 13th, 2009

Plugins are cool. Every WordPress powered blog uses different plugins. They give your blog wings. There are few things you must be aware of before using plugins. What I do, I just test the plugin before I actually use it. All the plugins out there are not trustworthy. Even if any plugin comes by a [...]

{ read more }

Recently Kaspersky, Bit-defender, Face book websites were attacked via XSS and SQL Injections and their databases were exposed. Screen shots about their vulnerability and database tables were posted over internet. Kaspersky is one of the leading companies in the security and antivirus market. Their website is down right now (9 feb 09, 6:42 pm) as [...]

{ read more }

Absolutely (appsolutely) FREE UNLIMITED Web Hosting offer for some specific content management systems i.e. WordPress, Drupal, ZenPhoto, phpBB, MediaWiki, Google apps etc. is here. No banners or ads. All free for life. Automatic One-Click Software Installations Bring your own domain – or get one from them free

{ read more }

iMatrix is a new FaceBook Application which converts any image into a cool Matrixed Text. You can use that text based image anywhere, lets say in email signatures or in website. For example we convert following image into iMatrixed Text:

{ read more }

There are some situations where simple code may work properly in case of PHP online or at localhost if register_globals are on. But not necessarily if register_globals are off. Warning: Undefined Index – Use of Undefined constant selected Warning: Header already sent Sometimes messages like above that header already sent or undefined variable/ index can [...]

{ read more }

Suppose we have a website and we want to get the user IP address and want to display it for him or we want to store it and get a log for the hits of website. Also sometimes users may share same IP address for internet sharing & usage so his PC’s IP will be [...]

{ read more }

Setting up a database connection can be a difficult task. Search Google and the scripts you will find will amaze you. These are lengthy and boring. Here is the easy most method to create a dbconnection for PHP and mysql.

{ read more }

PHP Personal Management Book is available for download, absolutely free. PHP Personal Management Book is a complete PHP CMS for personal record management and covers more than just Address Book or Phone Book requirements. The purpose of this software is to enable you manage upcoming events which matter to you most and help you remember and [...]

{ read more }

I will have to admit. Programming is a very sensitive and careful work to do. Its been quite some days while I have been developing my new but first open source based, php full content management system. Even if I did write down all the points which I will be going to cover in this [...]

{ read more }

Did you wonder sometimes that why mySQL Update Command do not update records when the syntax of update query is perfectly alright? This is the problem I stuck with couple of times and I just wondered and looked for solution but seriously never found any solution to that anywhere untill I found the answer to [...]

{ read more }