Eli the Computer Guy
  • Home
  • Videos
    • A+
    • Arduino (2019)
    • ChatGPT / OpenAI
    • Cloud Computing (2019)
    • Cloud Computing (OLD)
    • Computer Repair
    • CSS and HTML 5 (2020)
    • Data Recovery
    • Hacking
    • HTML Intro (2020)
    • Interviews
    • Linux (2019)
    • Linux (Old)
    • Linux Tools (2020)
    • Linux Projects (2020)
    • MySQL – Introduction (2019)
    • Network
    • PHP Programming (2019)
    • PHP Programming (OLD)
    • PHP Projects
    • Python
    • Python API’s
    • Programming – Intro (2020)
    • Raspberry Pi (2020)
    • Reviews
    • Security
    • Servers
    • Voice / Telephone
    • Web Design
    • Web Publishing
    • Windows Server 2012
    • WordPress
  • Project Notes
  • Parts List
  • Notes
    • Notes – OpenAI
    • Notes – SQLite

PHP Projects

*NEW

PHP Projects – Free IP Geolocation API with IPinfoDB

Eli the Computer Guy

IPinfoDB offers a free IP Geography API that is compatible with basic PHP. This allows you to try to determine location of the cloud servers that you use for your organization. Remember that is basically […]

*NEW

PHP Project (Simple) – Network Up/Down Monitor with If/Else Statement

Eli the Computer Guy

In this example we use exec() to ping domain names and IP addresses and then parses the results so that you can test the results using an If/Else statement. exec() https://www.php.net/manual/en/function.exec.php unset() https://www.php.net/manual/en/function.unset.php https://www.w3schools.com/php/func_var_unset.asp strpos() […]

*NEW

PHP Project (Simple) – Simple Network Up/Down Monitor

Eli the Computer Guy

This is a simple Up/Down network monitor to show what your server is able to see on the network and internet. shell_exec() https://www.php.net/manual/en/function.shell-exec.php shellExecPingArray.php

*NEW

PHP Project (Intermediate) – Photo Gallery Search by Tags

Eli the Computer Guy

In this project we build the ability to search for images based on Tags stored in MySQL. Previous Classes in Series: PHP Project (Simple) – Dynamic Photo Gallery Stream PHP Project (Simple) – Dynamic Photo […]

*NEW

PHP Project (Intermediate) – Edit Picture Data in Gallery with MySQL Backend

Eli the Computer Guy

With this project you will be able to edit the MySQL records that relate to your pictures in your gallery. You use the pic_id identifier to select and update specific MySQL records. Previous Classes in […]

*NEW

PHP Project (Intermediate) – Photo Gallery with MySQL Backend

Eli the Computer Guy

This class shows you how to create a picture gallery app that stores its data in a MySQL database. This allows you to do things such as adding Tags, Description, and even User Ownership so […]

*NEW

PHP Project (Simple) – Image Upload App

Eli the Computer Guy

Previous Classes in Series: PHP Project (Simple) – Dynamic Photo Gallery Stream PHP Project (Simple) – Dynamic Photo Gallery Prerequisites: Basic LAMP, or Web Server Administration  Verify pictures and folder have READ/WRITE permission for OTHER […]

*NEW

PHP Project (Simple) – Dynamic Photo Gallery

Eli the Computer Guy

This project shows you how to create a Picture Gallery App that is dynamically based off of the pictures in a folder. Previous Classes in Series: PHP Project (Simple) – Dynamic Photo Gallery Stream Prerequisites: […]

*NEW

PHP Project (Simple) – Dynamic Photo Gallery Stream

Eli the Computer Guy

Using the GLOB function in PHP you can put all of the file names on a folder, and then print them out with additional HTML to create a Dynamic Photo Stream. In this project the […]

DONATE

If you want to tip a few dollars for the education videos.