Tournament Brackets (Double Elimination)?
Is making a double elimination tournament style bracket system capable of being done in php?
Finding digits in variable containing text, and IDing them
$romanstock = "http://www.remoteprice.com/data.asp?storeid=123&itemcode=456&typ
Using system() and bringing back the results
I am aware that you can use system() within PHP to execute system commands, but I was wondering if t
Day of week
I am using PHP version 5.0.5
I have a varaible ($DATE (date format yyyy-mm-dd)) that is being inc
What are the two different files you download to update kernel?
What are the two different files you download to update kernel?
ECC6 - Single sign-on
We are in the process of upgrading to ECC 6 which will support single sign on with user passwords al
newbie error
what is wrong with this code ?
<html>
<body>
<?
Converting from one format to another
"I have got a date in DD/MM/YYYY but I need it in MM-DD-YYYY. Help!"
Date Question
I'm using the TIMESTAMP() function within mysql to set the date/time for certain events. However, ho
Array disappearing in foreach loop
Okay, I have this problem where an array will become undefined in a foreach loop.
Here is the