A basic introduction to PHP. PHP is an open-source programming language which is widely used in the web today. It allows you to create dynamic websites and pages driven by database results. XAMPP is an open source cross-platform web server solution that allows you to build PHP websites, pages locally in your computer.
Posts Tagged ‘xampp’
Php Tutorial – 8 – Associative Arrays
December 26th, 2011
phpmoz primetubervideos.blogspot.com Associative Arrays take into account the concept of keys and values where each key points to a value or a set of values.It is very useful while creating linked lists and also widely used when you are defining properties of anything.
Php Tutorial – 1 – Download/Install Xampp and Write Your First Php Program
December 24th, 2011
phpmoz primetubervideos.blogspot.com Php Tutorial – Install Xampp & Write Your First Php Program.Install Apache server on your computer by installing Xampp and then You can start writing Php Programs.
PHP Tutorial 29 – MySQL Reading Data (PHP For Beginners)
November 30th, 2011
phpmoz This video explores the SELECT statement when working with MySQL queries in PHP. We take two mock entries from our table and then display two fields in that table onto a clients page. This video does not show how to use the statement effectively but that will be covered further down the line. For more information, check out the website: howtostartprogramming.com
PHP MySQL Tutorial: Connect to a MySQL Database -HD-
November 29th, 2011
phpmoz Updated Download Link: fur.ly In this tutorial, you will learn how to connect to a MySQL database using PHP. Besure to SUBSCRIBE because there will be a new tutorial every week. Follow me on Twitter @RiverCityGraphx Like us on on facebook: on.fb.me Suggest tutorials at For project files, help forums, and more check out the website at http For business related inquires contact us at
PHP Tutorial 28 – MySQL Inserting Data (PHP For Beginners)
November 28th, 2011
phpmoz This tutorial takes a look at how to insert data into a MySQL Table and specify which fields to insert data into. There is no example of using this to insert user-generated data yet because of the 15 minute limit but I will cover that don’t worry. The more experienced viewers will know how to do this already. For more information, check out the website: howtostartprogramming.com
PHP MySQL Tutorial: Connect to a MySQL Database -HD-
November 9th, 2011
phpmoz Updated Download Link: ow.ly In this tutorial, you will learn how to connect to a MySQL database using PHP. Besure to SUBSCRIBE because there will be a new tutorial every week. Follow me on Twitter @RiverCityGraphx Like us on on facebook: on.fb.me Suggest tutorials at For project files, help forums, and more check out the website at http For business related inquires contact us at
PHP Tutorial 27 – MySQL Creating A Table (PHP For Beginners)
November 3rd, 2011
phpmoz In the previous tutorial we took a first look at MySQL and Phpmyadmin. In this video we will run our first MySQL Query through PHP to create a table inside of our accounts database that we created in part 26. For more information, check out the website: howtostartprogramming.com
PHP Tutorial 25 – Writing To A File (PHP For Beginners)
October 19th, 2011
phpmoz In the previous tutorial we looked at the file_get_contents function which allowed us to read the contents of a file. This tutorial looks at the file_put_contents function which will allow us to easily put data into a file. We will also look how to overwrite the data and append the data. For more information, check out the website: howtostartprogramming.com

Posted in
Tags:

