PDA

View Full Version : MySQL version 4.0.25 query needed


hgb
02-14-2006, 05:03 PM
MySQL version 4.0.25
PHP version 4.3.10
cPanel Build 10.8.1-RELEASE 30
Vb 3.5.2

I am in need of a bit help with running a query to delete all isp's from the Db of all users (syntax to use)

i do not want to log any isp's

I have setup to not log any new users but would like to delete isp's from all users that allready have loged in

hope this made since

thanx

HGB

Xenon
02-14-2006, 09:12 PM
you mean ips?

UPDATE post SET ipaddress = ''

hgb
02-14-2006, 10:02 PM
thx Xenon for the super fast reply

worked the charm indeed

top man indeed

again thx

HGB

Xenon
02-15-2006, 03:19 PM
:)

you're welcome