Search found 2 matches
- Wed May 15, 2002 12:00 pm
- Forum: PHP - Code
- Topic: Small date issue
- Replies: 7
- Views: 6248
Something else to consider, once you've settled in on a date conversion, you might want to build it (and other related date conversions etc.) into a user callable function. That way you'll get heavy re-use as your scripting library increases. I have to deal with conversions from MySQL to Unix to_fro...
- Thu May 02, 2002 2:49 pm
- Forum: PHP - Code
- Topic: Just Starting ...
- Replies: 9
- Views: 8870
Having gone through this process about 6 months ago, I'd recommend the following: 1. Get a decent book on PHP (and preferably MySQL). I'm not going to plug any specific title as there are lot's to choose from. 2. Get PHP and MySQL installed locally (there are installations available if your Windows-...