Videos tagged with variables
In this multi-part series we will build a small and simple guest book application. In this "encore" we will create a small admin page to approve pending comments. To do so, we will create a simple login script and a few functions.
SampsonVideos: Guestbook App, Part 3 - Data Entry
In this multi-part series we will build a small and simple guest book application. This video covers the development of an HTML form used in submitting data via PHP into the MySQL database.
SampsonVideos: Guestbook App, Part 2 - Reading Records
In this multi-part series we will build a small and simple guest book application. This video covers what is needed to establish a database connection, and write the comments from our database onto a PHP-driven page.
SampsonVideos: PHP Pagination - Part 2
Pagination is the effect of delivering staggering amounts of content in neat and nicely ordered pages. This video is part of the pagination series.
SampsonVideos: PHP Pagination - Part 1
Pagination is the effect of delivering staggering amounts of content in neat and nicely ordered pages. This video is part of the pagination series.
SampsonVideos: Consuming RSS in PHP
Would you like to display your YouTube videos on your homepage? Or maybe show the latest news on your website? Given the advances of PHP and technologies like RSS, this is easily accomplished. In this video, I'll demonstrate how you can quickly and easily syndicate your favorite RSS content on any website.
SampsonVideos: Custom PHP Functions
Functions are small snippets of code that can process information, update databases, email friends, or print data to the screen. PHP comes out of the box with hundreds of great functions to begin with, but in this video we will make some of our own!
SampsonVideos: Basics of PHP
PHP is one of the most popular online programming languages used in the construction of dynamic websites, often driven by mysql databases.