Tag 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.