Cron Job and Output
I have php codes running under a cron job.
But everytime i output (echo) , it comes out as comple
import table with dependency
Hi
What is the best way to import table back which has dependency?
SQL> cre
All possible combinations of Strings from table in PL/SQL
Hi,
I am trying to figure out how to build a list of all possible string combinations fro
Multi Level Array Problem
hi all,
For example I have array like below:
$temp = array(array('north america', 'us'
WHYISNT THIS MYSQL STATEMNT NOT WORKING? (php)
caps because its absolutely rediculous.
i dontunderstand why its not working. there is a column c
Troubles with a spider class
I am building a spider that will crawl through random whitepages (eg. anywho.com, switchboard.com, w
Need help with some php code :)
Hey! I'm quite new to this whole thing, so please don't fire me with shait on this one =D
I'm
Map.php
I am a complete beginner to PHP and am looking for some help with a program I am messing around with
$_POST variable un-useable
I'm trying to use a $_POST variable in a mysql update statement but i can't use it for some unknown
Rounding a number queried from a database
I know that to display a rounded number you just do echo "round($number)";. But how would