Posts Tagged ‘technology’

NetBeans PHP Tutorial – Getting Started #1

Getting up and running with PHP programming using the NetBeans IDE (Integrated Developer Environment) and the XAMPP web server package. www.EM-Creations.co.uk

PHP Functions Video Tutorial: array_chunk

For more video tutorials, go to www.learnphp.co?ref=yt The array_chunk PHP function lets you break an array into smaller chunks creating a multi-dimension array of those chunks. You can specify how many element each chunk contains. This video shows you how to use it.

PHP Tutorials-Part 2-Variables and operators

My second tutorial on PHP in which I’ll be teaching you about variables and operators.

PHP tutorial 5 – Post variables to another page

In this PHP tutorial you will learn how to post variables from a HTML form to another PHP page.

PHP Tutorial: Embed image source in HTML: Hide image location

Learn how to hide the image source directory on your web server. Enhance the security of your website by not showing where the image is located. In this tutorial you’ll learn how to use base64 encoding to embed images within your website. Using PHP to get the source of the image we will base64 encode the image binary source.

HotNoob’s PHP Tutorial P7 – Functions and Variable Scopes

blog: hotnoob.com in this video i am going over functions and the differences between the variable scopes Local and Global. if you have no idea what that means, hopefully after watching this video you should know how it works

HotNoob’s PHP Tutorial P7 – Functions and Variable Scopes

blog: hotnoob.com in this video i am going over functions and the differences between the variable scopes Local and Global. if you have no idea what that means, hopefully after watching this video you should know how it works

Advanced User Registration System PHP tutorial Episode 2/3

www.stalker0111productions.com Episode two Starting the PHP part of the coding.

PHP Tutorials: Switch Statements (4/Unknown)

This is the fourth tutorial in the PHP basics series.

Learning to Program – GUI PHP Tutorial – 1- RadPHP

Learning to program with PHP – with visual component building with RadPHP. This is the first in the video series to build our web site.