Videos with tag SampsonVideos All | Novice | Advanced | Expert

SampsonVideos: Guestbook App, Part 5 ...

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... read more »

Level: novice Jul 13, 2008 Votes: 0 Dmytro Shteflyuk

 

SampsonVideos: Guestbook App, Part 4 ...

In this multi-part series we will build a small and simple guest book application. In this final video, we make use of the htmlspecialchars() function to remove HTML formatting from our mess... read more »

Level: novice Jul 06, 2008 Votes: 0 Dmytro Shteflyuk

 

SampsonVideos: Guestbook App, Part 3 ...

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.read more »

Level: novice Jul 06, 2008 Votes: 0 Dmytro Shteflyuk

 

SampsonVideos: Guestbook App, Part 2 ...

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 databa... read more »

Level: novice Jul 06, 2008 Votes: 0 Dmytro Shteflyuk

 

SampsonVideos: Guestbook App, Part 1 ...

In this multi-part series we will build a small and simple guest book application. This video covers the preparation of the database, including creating our table, and using MySQL GUI Tools ... read more »

Level: novice Jul 06, 2008 Votes: 0 Dmytro Shteflyuk

 

SampsonVideos: PHP Conditional Statem...

Conditional statements are some of the most used statements in PHP. Often times you want to display specific data based upon the type, or value of certain information. In this video we will ... read more »

Level: novice Jul 02, 2008 Votes: 0 Dmytro Shteflyuk

 

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.read more »

Level: novice Jul 02, 2008 Votes: 0 Dmytro Shteflyuk

 

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.read more »

Level: novice Jul 02, 2008 Votes: 0 Dmytro Shteflyuk

 

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... read more »

Level: novice Jul 02, 2008 Votes: 0 Dmytro Shteflyuk

 

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 ... read more »

Level: novice Jul 02, 2008 Votes: 0 Dmytro Shteflyuk