how to validate date using javascript
I need to validate date in textbox using javascript..
The date is must be not greater than TODAY
Help with PHP Email Script
Hi guys,
I'm a newbie to php and need help with the script below:
At the moment when I
"GROUP BY" in arrays
Well i'm looking to do something i usually could do easily using COUNT and GROUP BY if it was a sql
Why does my php page download images over and over
Can anybody please explain to me why my php page keeps downloading the images and other items every
Encrypt php code?
Is it possible to encrypt php code in files,
so that it displays a load of unreadable characters
mail() says sent but no email received
My code is quite simple:
Code: <?php
$to = "Ty44ler@yahoo.com";
$subje
php is not recognized as an internal or external command
Hello,
I am trying to bake the code in CakePHP through my console.
I have changed my Path
Image resize
Hi again fellers
I managed to sort out the issues with the folder,
Final hurdle is th
http to https
Hi,
Is there any specific method/condition to move an http:// page to https:// ?
question about stripslashes and real_escape_string
im cleaning up an old app that I wrote fixing some of the vulernabilities from attacks.
I hav