hey guys, i have a preg_match question, how do you use it!! hehe
no really, I cant figure out how to make it parse out a query string
the query string is
"update db_data set id = *110-02-008 1*,status = *can*,glcode = *957-110*,comment = *parcel to be sold 10/15/03* where id = *110-02-008 1*"
I have a database system that logs query stings in a table with time username so we know what our clients are doing, only problem i'm having is I cant translate the query string into something that non programers can understand.
* = used instead of " when i load it into the table
thanks a lot