Forum: PHP Dec 24th, 2008 |
| Replies: 3 Views: 1,237 OK this usually happens when the root user or password for mysql was changed. your other pages can connect to mysql because nothing happened to the other mysql users. the user is usually root and... |
Forum: PHP Dec 17th, 2008 |
| Replies: 4 Views: 849 you might want to use an if statement to compare whatever day today is to the string Friday.
for example
$friday = 'Friday';
if(date(l) == $friday){
//drop down boxes, menus or other code... |