A quick list of items to review Review Sheet PHP/MySQL Cheatsheet
Video Lectures for Week 3
Day 10 Update and Delete Day 11 Search and Pagination
User Authentication
Today’s Lecture
Creating New Data & Uploading Media
Today’s Lectures Tonight we will be uploading images for our new posts. That means we need to learn what uploading media entails. We will also learn about PHP’s GD library, which can be used to manipulate images and create images on the fly. Great for creating graphs and charts that update with real-time data. You […]