Skip to content

Get name of subfolder with highest number

A folder ‘archive’ contains lots of numbered sub-folders (starting with 1 and increasing by one weekly, currently 122) like this: ROOT/archive/1 ROOT/archive/2 ROOT/archive/3 … ROOT/archive/122 On …

How to get Position of Comment within a Post

So I have a Post which has Comments — I’m trying to get the Comment # position within that post. For example, a Post has 15 comments, I want to be able to get the numerical position (i.e 1 (first post), 2 (second post), 3 (third post), etc, etc), and put this into a function somehow. That way when…

How can I filter the timestamp only using the date?

I have a table with participants and their timestamps. I built a filter and wanted to search for the date (e.g. 2021-01-24) in the timestamp, but that doesn’t work because the datas can only be found, …

Is it possible to use PHPMailer with local domain?

PHP is a new thing for me and I’m trying to build this simple form to send mail. I’ve seen tutorials and documentations and it seems that I need mail hosting (got one) and a domain for this hosting. So my question is is it possible to build this form using just XAMPP or do I have to have real