Entries by

ZipMaster – Zip Folders and Files with PHP

Many PHP users have learned that PHP's zip library doesn't archive folders within a directory. There are many methods available online to do this, but they're complicated and messy. To automate the backup of websites and projects on my own server, I created a script that archives all files and folders within a directory and creates a zip file. I hope […]

Euler Project – My Solutions

What is the Euler Project? Let's start with that. The Euler Project: The Euler Project is a site that hosts questions that curious people, whether mathematicians or software developers, want to solve. There are currently 608 questions, and this number is growing every day. The Euler Project addresses challenging mathematical problems that require more than just mathematical understanding to solve.

Mysqlexport – Exporting Database with PHP

Whether you're a programmer or anyone with a website, you've all experienced this: You want to back up your databases, but you use shared hosting, and problems with your hosting provider make it impossible to export and back up your database(s). Even if you don't have this problem, you might be like me, managing your own server, and you find it difficult to back up many databases manually. You might […]

HTTP Lessons – Glossary

HTTP Lessons – Lesson 1 – Overview of basic concepts HTTP Lessons – Lesson 2 – Architectural Aspects HTTP Lessons – Lesson 3 – Client Identification HTTP Lessons – Lesson 4 – Client Authentication Mechanisms HTTP Lessons – Lesson 5 – Security HTTP Lessons – Glossary This glossary contains essential terms for the HTTP lessons series. […]

HTTP Lessons – Lesson 5 – Security

HTTP Lessons – Lesson 1 – Overview of key concepts HTTP Lessons – Lesson 2 – Architectural Aspects HTTP Lessons – Lesson 3 – Client Identity HTTP Lessons – Lesson 4 – Client Authentication Mechanisms HTTP Lessons – Lesson 5 – Security HTTP Lessons – Glossary If you have followed the HTTP series, you are now ready to embark on the journey of HTTP security […]