> Is it possible to read a string from a text file (i.e. > 0502031130) and be able to use that in a date function such as: > > $date = date("dmyHi", strtotime('+28 days)); > > How would I use that string as the date in the above code?
What database are you using? You can probably do all of this in your SQL statement if you're using the correct columns. ---John W. Holmes... PHP Architect - A monthly magazine for PHP Professionals. Get your copy today. http://www.phparch.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php