Hardcopy printing is to wide
I want to make a hardcopy at runtime of my active form like this
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
modifying a property of an object from a different class
I have 2 classes:
- Math
- Distance
in my math class, I have this line:
$distance =
max function question
Hi All
Ihave a table that holds shipment numbers and dates like this
select * from
Namespace Problem
I'm having problem with a section of code with a variable namespace.
This code works fine:
mr8m - reverse document
Friends,
I'm trying to reverse a document held by MIRO, but it reports the message balan
small inaccuracies
I have this code to convert fractional base 10 into base 2:
while($num > 0)
How can I get my program to read a larger array ??
Hi:
I have this program that reads from an array to do calculations. The array are just t
Guixt issue
Hello all,
We are experiencing the following problem with Guixt:
Some transact
urldecode question
How would I format this line of code properly?
<?php echo urldecode($_GET['Title']); ?