RE: updating database query

2003-06-03 Thread Mike Hillyer
To: [EMAIL PROTECTED] Subject: updating database query I'm trying to update an email field. Our company has changed from a .com to a .ca. I wrote a php script to make the changes but I was wondering if I could do this from the command line. Its a text field and I would like to replace. [E

RE: updating database query

2003-06-02 Thread Don Read
On 01-Jun-2003 Grant Cooper wrote: > I'm trying to update an email field. Our company has changed from a .com > to > a .ca. I wrote a php script to make the changes but I was wondering if I > could do this from the command line. Its a text field and I would like to > replace. [EMAIL PROTECTED] to

updating database query

2003-06-02 Thread Grant Cooper
I'm trying to update an email field. Our company has changed from a .com to a .ca. I wrote a php script to make the changes but I was wondering if I could do this from the command line. Its a text field and I would like to replace. [EMAIL PROTECTED] to [EMAIL PROTECTED] Can someone help me out plea