Posts Tagged ‘internet’

PHP Tutorial 2 – Variables and strings

Variables are used for storing values, like text strings, numbers or arrays. When a variable is declared, it can be used over and over again in your script. All variables in PHP start with a dollar ($) sign symbol. String variables are used for values that contain characters. In this chapter we are going to look at the most common functions and operators used to manipulate strings in PHP. After we create a string we can manipulate it. A string can be used directly in a function or it can be stored in a variable. E-mail: mr.gigiliIII@gmail.com Twitter: www.twitter.com Website: www.mrxxxproductions.pcriot.com

15. E – Commerce Website Tutorial – PHP Shopping Cart Money Format Currency

www.developphp.com In this 15th video we will learn to format money and numbers using the money_format() and number_format() functions in PHP. The E – Commerce Web Site we will be assembling is one in which all of the inventory is in a MySQL database and we offer a custom PHP cart for a unique shopping experience.

PHP Tutorials – Wamp Server Installation

Twitter: www.twitter.com -Please comment and share… -PHP tutorials will be weekly. -Ask your questions as comment. -I decided to make videos without speech until my English skills be perfect. -Wamp Server 32 bit download link: goo.gl -Wamp Server 64 bit download link: goo.gl

PHP tutorial – 1. What is PHP?

In this video i will give you a little intro to PHP. ATTENTION: I recommend you to see my javascript tutorials before learning PHP.

8. E – Commerce Website PHP MySQL Tutorial – Product Display Page

www.developphp.com In this 8th video we will begin creating the dynamic product display page, and also discuss payment gateway shopping cart options. The E – Commerce Web Site we will be assembling is one in which all of the inventory is in a MySQL database and we offer a custom PHP cart for a unique shopping experience.

PHP Tutorial – 54. Date and time.

In this video we will learn how to output hours and dates.

PHP Tutorial – 55. Cookies & Remember me (part 1).

In this video we will learn how to set cookies and remember me checkbox.

PHP Tutorial – 49. Session user picture.

In this file we will learn how to load a permanent session user picture.

PHP Tutorial – 45. Sending email (part 2).

In this video we will learn how to send an email with PHP.

11. E – Commerce Website Tutorial – Display the PHP Shopping Cart

www.developphp.com In this 11th video we will gather all the variables for each cart item by accessing our MySQL database. This way we can design our cart to look any way we wish. The E – Commerce Web Site we will be assembling is one in which all of the inventory is in a MySQL database and we offer a custom PHP cart for a unique shopping experience.