PHP

warning: Creating default object from empty value in /var/www/old.pateconsulting.com/modules/taxonomy/taxonomy.pages.inc on line 34.

PHP Database Object

I decided to help out other developers either getting into PHP or experienced ones that are just looking for a different way to make fairly easy and clean database connection and queries.

 

Combine multiple RSS Feeds using PHP.

Need to track and combine multiple RSS feeds? This script will allow you to add RSS feeds from multiple sites and integrate them into yours dynamically. Feel free to use and modify the code below for your own website. Need help with the script? We offer php and web devlopement.
 
 <?php
// simple timeout in seconds
$timeout = 2;

// variable to be used later
$xml_string = "";

Syndicate content