useful info

Some of the stuff that I Google lots of times…

MySQL Find and Replace:

UPDATE tablename SET tablefield = replace(tablefield,”findstring”,”replacestring”);
You can add a WHERE clause onto this as well.

For example, here is one command a ran:

UPDATE `mos2_content` SET introtext = replace(introtext,”

“,””) WHERE `title` REGEXP ‘-0’;

http://www.zimmertech.com/tutorials/php/60/mysql-search-replace-phpmyadmin.php

 

JPEG Support in PIL: How to install Jpeg support for PIL, libjpeg on MacOSX? :

JPEG Support in PIL http://inscopeapps.com/blog/jpeg-support-in-pil/

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.