how to timeout $doc = new DOMDocument()->load($url)
I am currently using this $doc->load($url) to fetch an rss feed.
If a feed takes long than
Php - mysql select?
hi, i have this code:
Code: <?php
session_start();
// dBase file
include &quo
Checking if field is empty AND using !is_numeric
Hi lads,
Need to be able to display an error message (using isset?) that says "Cant lea
Warning: Cannot modify header information - headers already sent by (output sta
Warning: Cannot modify header information - headers already sent by (output started at /home/praylif
Header is not working in IE
Hi ! header function is not working in IE but it works in FF, Safari, Chrome. any help please. :
Multi Level Array Problem
hi all,
For example I have array like below:
$temp = array(array('north america', 'us'
xml
<?php
echo "<h1>XML Articles</h1>";
$home
Is there a quick way to do this?
Hi all,
I need to create a mysql table from php that goes a little something like this
Problem with Subscreen
Dear Experts ,
I am facing a problem with the subscreens. My senario is as follows :
retrieving images from mysql database using php
So I've been trying to figure out how to store images in a mysql database, and as far as i can tell