FROM_UNIXTIME($phpdate);
Hello,
I tried to use this :
$date = FROM_UNIXTIME($phpdate);
ANd I was t
Is there something wrong?
Hi all,
Just a quick question... can someone look at this code and see if something is wrong?
SAP Project Module
I have seen in the SAP Project Module,plan cost and budget are not equal and even difference is sign
Date Format
Hi there,
I have a date format like this right now:
Sat, 17 Oct 2009 17:04:00
I ne
$action = "insert"; //$action = $_GET['action'];
$action = "insert";
//$action = $_GET['action'];
why is this invalid type? I am
code help - pagination
Hi all, I have this code, basically a user logs into my site and they get this page.
The pro
Email logic not working
I would like to send an email using the php email() function then if it does execute i.e sends i wou
Not connecting to DB using ruby, error:env.c:257:in oci8lib.so: ORA-12154:
Hi All,
I am trying to connect to the database server from the client server using ruby and f
Procedural to OOP
ohn Kleijn said that to avoid writing "crappy code", we should learn OOP and common OO pri
Why does my crawler script suddenly end with no error?
Hi.
I have written a web crawler script. It will visit a large number of URL's with cURL.