Skip to content

Remove files which have not filename duplicates

For each document (.pdf, .txt, .docx ecc) I have also a corresponding json file with the same filename. Example: file1.json, file1.pdf, file2.json, file2.txt, filex.json, filex.pdf, But I got also some json files which are not accompanied with the corresponding document. I want to delete all json files which …

Input validation – stop form from being clear out

I tried to create a sign up form where I need to validate if the the information entered is already exists in the database. The code runs fine and can detect if the anything are already exists in the …

How to get values from array object in PHP

I have the following array and when I do print(“<pre>”.print_r($term_arr,true).”</pre>”);, I get: I am trying to get the value of customer, so I did the following: But I have this error: PHP Notice: Trying to get property ‘customer’ of non-object in PHP Notice: …