Reply to All
Show messages
Messages
Inbox
Search
Login
1–10
11–20
21–22
PHP Halp!
From: Ken (SHIELDSIT)
6 Nov 2018 21:29
To: ALL
1 of 22
42260.1
Hola peeps! Haven't been here in ages, how is everyone? I'm hoping someone can help me with some PHP code I'm struggling with.
The long story short is, I use glob to get a list of folders and insert them into a mysql database. But I'd like to be able to see if there are differences between the glob and sql results to see if I need to delete something from the database or other things like that. I can post my code if that helps but I've made so many changes that I've lost the closest thing to working that I had.
Thanks my foreign friends!
From: graphitone
6 Nov 2018 22:17
To: Ken (SHIELDSIT)
2 of 22
42260.2
In reply to
42260.1
{{{Ken}}}
How the hell are you?
I've no idea how to help, but nice to see you back here.
:)
From: CHYRON (DSMITHHFX)
6 Nov 2018 22:20
To: Ken (SHIELDSIT)
3 of 22
42260.3
In reply to
42260.1
Is there too many to do a manual inspection?
From: Manthorp
6 Nov 2018 22:42
To: Ken (SHIELDSIT)
4 of 22
42260.4
In reply to
42260.1
Hey Ken! Tea? Or in the teeth of the midterms, do you need something stronger?
From: Peter (BOUGHTONP)
6 Nov 2018 22:54
To: Ken (SHIELDSIT)
5 of 22
42260.5
In reply to
42260.1
I'm not helping unless you promise to stay around.
:@
From: Chris (CHRISSS)
6 Nov 2018 22:57
To: Ken (SHIELDSIT)
6 of 22
42260.6
In reply to
42260.1
<?php
checkIfAllMyFoldersAreInTheDatabase();
?>
From: Matt
7 Nov 2018 17:45
To: Ken (SHIELDSIT)
7 of 22
42260.7
In reply to
42260.1
You should be able to use a combination of
array_diff
to determine the ones that you need to remove and perform DELETE queries to remove them.
Also, get yo ass back on Whatsapp
From: Ken (SHIELDSIT)
17 Nov 2018 01:59
To: graphitone
8 of 22
42260.8
In reply to
42260.2
Thanks! I forgot that I changed my notification email address to one I never check! Sorry for the delay!
From: Ken (SHIELDSIT)
17 Nov 2018 02:00
To: Matt
9 of 22
42260.9
In reply to
42260.7
I cannot stand that app. I moved back to Hangouts with the cool kids... well, Ben's there so we aren't all cool!
Got snow?
From: Ken (SHIELDSIT)
17 Nov 2018 02:03
To: ALL
10 of 22
42260.10
Thanks all! Been meaning to come around more! I have been trying to ignore the politic things going on.
Hiya PB!
Matt, I've been working on it for a few weeks and I have it working somewhat. Learning as I go so it's interesting! I'm sure my code isn't up to standards but I want to get it all working first and then make it pretty.