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
Calling a Procedure with IN & OUT Parameters
Hello,
I usually call my procedures using the following way
declare variable e
Getting Resource id #11 while trying to connect..
So i tried using "DEFINE" for the first time and im using the variables i defined to conne
http to https
Hi,
Is there any specific method/condition to move an http:// page to https:// ?
Gantt Chart Tool
Does anyone know of a good free gantt chart creator tool
Thanks
Help with search.php
Hello All
I need the search engine on a site I am building at the moment to display the searc
isset undefined variable
Hi all,
Hope someone can point out the obvious. I've a log in script, if you dont enter a use
Number Format
Hi All,
I have number '000000000050085' I want to format it to 500.85 Can any one give me
how to remove in php string display
My code is
$message="We're looking at developing our website.";
$body= "My mess
php global variable
how can we create global variable so we can use its value in any form.. Please give example to