MySQL Class for PHP
August 5th, 2010 | Code and Servers | Tomi Lehto | No CommentsThis should get you started if you’re looking to connect to MySQL database.
Read MorePosts Tagged ‘PHP’
This should get you started if you’re looking to connect to MySQL database.
Read More
In the good “old” days when 99% of all websites looked horrible, PHP would by default spit out all errors. If you made a mistake in your code, you’d get gracefully “notified”. With PHP 5 we arrived to a new era of hidden rebukes – page just loads totally blank by default. If you like [...]
Read More
Just finished a new module for TheD – Bible Module.
Read More
Now this is supremely hot. You can update a whole set of information from one table to another without passing any data from your PHP. Not sure if this works with MS SQL, I’ll check next time I’m around those machines.
Read More