Category Archives: PHP
How to insert External RSS in WordPress
Inserting External RSS in WordPress is very easy, all you need to insert a piece of code by including rss.php inside your theme.
PHP 5.3.0 With Advanced Concepts
PHP development team on 30th June 2009, announced the availability of PHP 5.3.0 to users with lot of improved concepts in PHP 5.3.0. This new major release includes large number of new features and bug fixes.
Uploading File Using PHP
Uploading files via PHP is a simple process just you need to mention the uploading file enctype=”multipart/form-data” in form tag. If you missed enctype there will be an error no index file.
Encrypting Data Using PHP
If your database table contains user name and password, if you are storing user name and password directly into database table without encrypting it may become a problem. If any intruders hack your database they can track out secret passwords and they can misuse it. At least password field should be encrypted before it is [...]