mysql VARCHAR acting like INT
Hi, All.
I have a table that contains a varchar(10) column named weird_field. In this column
apart from cron
I need to run a php file every one hour. Is there any other solution apart from cron job?
urldecode question
How would I format this line of code properly?
<?php echo urldecode($_GET['Title']); ?
MS are the best!!!
Visit http://www.microsoft.com/australia/windows/default.aspx?h=watch-a-demo and click the massive '
Open link with largest int string first
I have the following links i would like to open either all at once or one-by-one. How would i procee
MySql timezone
Code: $sql = "SELECT *, date_format(date, '%m/%d/%Y at %I:%i %p' )as date FROM comments WHERE t
PHP form authentication
Hi guys,
what am trying to achieve is this: Whenever a user tries to login to my website, an
Adding Different Numbers From MySQL
Basically I have a mysql database with a couple prices as the following:
9.99
9.99
9.99
pull content
I have an existing page, domain/adverts.php which has a good PR. I've just rebuilt my site and the n
Help with Password Encoding/Decoding?
Trying to design a "change password" tool. On my signup code I'm using base64_encode, now