![]() |
explode()
i've always managed to avoid this up until now but now i really need it.
basically i want to check is a table column has a value, if it does, i need to explode it so up to here i gues it's PHP Code:
with a query i'm guessing i could've used the FIND_IN_SET but i'm really trying to limit the queries at this stage also how would i go about updating such a column? would it simply be PHP Code:
|
PHP Code:
|
Given that explode puts the values in an array, could you use this:
http://us4.php.net/in_array to see if the value is in the array? |
you both helped and so close together, thank you amy thanks to the link i know exactly how it works, and thanks kirby, very swift and you helped em with the query too :)
|
Quote:
|
No offense, but I was going to post a link to php.net too. Most of the questions you've asked so far on php functions are answered on top of each functions page and clearly explained. I was under the impression you didn't have that info from your questions.
and iif() is being deprecated, you shouldn't rely on it existing in future releases of vB. ;) |
i'm not usuing the iff in here though :o
ok i'm assuming you're talking about the other thread, i appreciate where you're comign from however asking for help in a bid to learn something should never be frowned upon, in that latest incident where i was asking about the conditional, it was actually the conditional and not the in_array() function, if you check the thread again, you'll see i actually state that i was just wondering if i could do that, also in regards to the number of threads i ask for help, i do actually in around half cases get the answers myself, it's called the process of learning. |
Wow you're right, Sorry I said anything, you got it handled.
On the iif, you're right, I was seeing double. I didn't have my glasses on. :p If() does not return anything other then true or false, I assumed iif() since you seem to be expecting a data return for that code to work. Actually, if() does not return anything at all, it evaluates to true or false. |
searching php.net, i couldn't find concat_ws that's why i came back to this thread, as the value in grps could be an array of 10 different numbers, so i want to remove the one that would be in the first post $newvalue and that's it, but not being able to find concat i can't even read up on it.
|
|
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:
|
Glad you got it worked out sabe :)
|
All times are GMT. The time now is 08:42 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:
|