![]() |
Well let's forget the query for now, step back one line and use a couple of conditions to sort ot your data first.
You need one of two results it seems. PHP Code:
|
the initial query worked perfectly, it's just that i'm trying to undo it.
let me explain PHP Code:
[high]* sabret00the will BRB as i need to read the mysql page.[/high] |
Quote:
|
yup that was what i wanted to do there. but now i want to
let say $bbuserinfo[grps] == "10,6,23,897495,34,4789,343" and this $groupid == "6" i want to remove the 6 from $bbuserinfo[grps] so it would then be $bbuserinfo[grps] == "10,23,897495,34,4789,343" |
I'm finally seeing what's going on here, I just can't find an example of this syntax on mysql.com, yet.
|
yup reading the mysql functions list i couldn't see anything that'd help :(
|
You can't do this in MySQL, you're going to have to do all the work in PHP. Explode the two lists, find your value in the array and unset it and then update :)
|
i thought of a way to do this now i know that while loops can work through arrays
could i do like PHP Code:
or am i reading it wrong? PHP Code:
oooh i just came across something called array_splice have to read up on that. |
An example. say the field 'omgz' in the user table contains a list of id's (e.g. 1,2,3,4):
PHP Code:
|
i was just about to post that i went with this and look you've done practically the same dean
PHP Code:
|
All times are GMT. The time now is 08:47 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|