Re: Regex problem..

2005-07-25 Thread Lamont R. Peterson
s: > > <http://dev.mysql.com/doc/mysql/en/string-functions.html> > <http://dev.mysql.com/doc/mysql/en/string-comparison-functions.html> As Michael suggests, better to do this in an app. It should not take you very long to write a quick data importer in PHP that woul

Re: storing php pages with sql queries in a mysql database

2005-07-25 Thread Lamont R. Peterson
d: You have an error in your SQL syntax near 'temp' > > how do stop mysql from trying to interperate this data and blindly store it > ?? Another solution would be to base64 encode the data before storing it in the database. -- Lamont R. Peterson <[EMAIL PROTECTED]> F

Re: copying rows from one MySQL server to another

2005-07-20 Thread Lamont R. Peterson
aptop clients connect to, which handles the syncranization of the data. I have built a few like this in the past (working on another now) and it works great. Basically, all you have to do is track which records have not been synced each way and then have the client & server do it w