PHP header help!
Hi all I am trying to get this php page to refresh every 5 seconds on my phone which is an aastra 48
Hits this week counter
I have a counter on my site that tracks hits, IP's, etc. into a mySQL database. It also includes the
why aint this working?
i have this code:
Code: $num = 250;
$count = ($num - $rcount);
echo $rc
calendar dates and hours compare problem
i have a calendar in wordpress, everything works great except that i can make 2 meetings at the same
Internal Server Error issues
This has been bothering me for weeks and I've been trying to solve it without asking for help, but e
Most basic form question ever?
Hello,
I want to use this snippet to make sure the fields in a form are ok before processing
$_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
Check Digits and extracting digits
I think I can figure out the code for this but I am having a very hard time getting past the first s
preg_match logical error
Code: <?php
$s = file_get_contents("page.html");
preg_match('/<div cla
order by date not ID number help php
I am trying to orginize the following code to order by date not id number.
any help would be grea