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
PHP MySQL and DATE
Hi everyone
I have a databse and in one of the columns I have date values such as 2009-March-
Question about GD library
I am trying to make an image that shows a random quote from my database.
However I want t
upgrade from 4.7 to ECC 6.0
Hi all,
we are going to do an upgrade from R/3 4.7 to ECC 6.0. I need to know if i can find som
$action = "insert"; //$action = $_GET['action'];
$action = "insert";
//$action = $_GET['action'];
why is this invalid type? I am
Where do I put CRON code
So I've figured out alot about how to automatically run a php function. I can't figure out where to
xApp Analytics in BI 7.0
Dear all,
I am trying to implement xApp Analytics in BI 7.0. After I installed the analyt
Bit manipulation program with binary operations
My homework is to create a program to scan in and add binary numbers and print them like so
Oracle Connectivity
Hi Every One,
Can we access SAP from oracle database.If it possible then please spec
small inaccuracies
I have this code to convert fractional base 10 into base 2:
while($num > 0)