-
11 months ago
PHP Basics: Debugging Tips 2 error_reporting and notices
WEBSITE: http://betterphp.co.uk/
In this video I show you how to set the error_reporting level to the correct value for development of php applica...
betterphp • 658 views
SpickNSpann
liked
-
11 months ago
PHP Tutorial: Automatic Image Gallery [part 02]
WEBSITE: http://betterphp.co.uk/
In this video continue form where we left off in part 1 and get as far as the aspect ratio code.
betterphp • 1,304 views
SpickNSpann
liked
-
1 year ago
PHP Tutorial: Basic Template System [part 00]
WEBSITE: http://betterphp.co.uk/
In this video I demo the template system that we will be making in this tutorial.
betterphp • 1,542 views
SpickNSpann
liked
-
1 year ago
PHP Basics: Logic
WEBSITE: http://betterphp.co.uk/
In this video I talk about logic in PHP including if statements and the ternary operator.
betterphp • 612 views
SpickNSpann
favorited
-
1 year ago
SpickNSpann
liked
-
-
1 year ago
PHP Basics: Functions
WEBSITE: http://betterphp.co.uk/
In this video I talk about functions in PHP, mainly focusing on user defined ones.
betterphp • 531 views
SpickNSpann
favorited
-
1 year ago
SpickNSpann
liked
-
-
1 year ago
PHP Tutorial: Blog (Including Commenting) [part 06]
WEBSITE: http://betterphp.co.uk/
In this final part I show you how to code the blog_post page, as well as realise that I made some mistakes in the...
betterphp • 986 views
SpickNSpann
commented:
-
1 year ago
SpickNSpann
favorited
-
1 year ago
SpickNSpann
liked
-
-
1 year ago
PHP Tutorial: Blog (Including Commenting) [part 05]
WEBSITE: http://betterphp.co.uk/
In this video I complete the blog_read.php page and link the blog posts to this page.
betterphp • 864 views
SpickNSpann
favorited
-
1 year ago
SpickNSpann
liked
-
-
1 year ago
PHP Tutorial: Blog (Including Commenting) [part 04]
WEBSITE: http://betterphp.co.uk/
In this video I show you how to code the comments back end file and the blog_list page.
betterphp • 1,085 views
SpickNSpann
favorited
-
1 year ago
SpickNSpann
liked
-
-
1 year ago
PHP Tutorial: Blog (Including Commenting) [part 03]
WEBSITE: http://betterphp.co.uk/
In this video I code the rest of the get_posts() function, the get_post() function and the add_post() function. A...
betterphp • 1,309 views
SpickNSpann
favorited
-
1 year ago
SpickNSpann
liked
-
-
1 year ago
PHP Tutorial: Blog (Including Commenting) [part 02]
WEBSITE: http://betterphp.co.uk/
In this video I code the valid_pid() function and write the SQL of the get_posts() function. Also my computer cra...
betterphp • 1,258 views
SpickNSpann
favorited
-
1 year ago
SpickNSpann
liked
-
-
1 year ago
PHP Tutorial: Blog (Including Commenting) [part 01]
WEBSITE: http://betterphp.co.uk/
In this video I go over the file structure, the database structure and code the init.inc.php file. I also define ...
betterphp • 2,271 views
SpickNSpann
favorited
-
1 year ago
SpickNSpann
liked
-
-
1 year ago
-
1 year ago
-
1 year ago
-
-
-
1 year ago
PHP Tutorials: Dynamic Background Colour with a Form
A simple tutorial, but using some great techniques that would be useful in a variety of applications. A guest tutorial, by Tino.
FORUM
http://phpa...
phpacademy • 8,144 views
SpickNSpann
liked
About Spick N Spann
I hope to upload some crazy awesome videos as soon as I get the chance ... And they will be just that .. Boredom killlers SOOOO they will be uber lame , and hopefully that'll work !
Okay , a few questions , just so I'm not baraged elsewhere.
Why SpickNSpann?
My last name is Spicker , it seemed appropriate!
What's your email?
I will make one for you guys !
Do you have AIM?
NO!
Do you have MySpace?
NO!
Do you have Facebook?
Yes!
What is your name?
Dylan Spicker!
Hope that cleared some things up !
I hope to upload some crazy awesome videos as soon as I get the chance ... And they will be just that .. Boredom killlers SOOOO they will be uber lame , and hopefully that'll work !
Okay , a few questions , just so I'm not baraged elsewhere...
Id like to thank you for this tutorial series wide_load (going to use the name I know you as ;))
Really was quite helpful, not only in this application, but in the general logic of how a typical site can be built using functions opposed to calling queries multiple times throughout! I am quite ex...