1 E Commerce Website PHP Tutorial Setting Up the Pages Layout and...
http://www.developphp.com
In this first video we will establish pages our system will need. We also create a modular design and page layout for...
http://www.developphp.com
In this first video we will establish pages our system will need. We also create a modular design and page layout for easier site management. 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. It is a site that handles sales, customers, and inventory.
21m:56s
6043
1 Flat File txt + PHP Database Systems Tutorial - Displaying text file...
In this lesson series Adam Khoury demonstrates using .txt Flat File Database systems as an alternative to MySQL, XML, or other database systems. In...
In this lesson series Adam Khoury demonstrates using .txt Flat File Database systems as an alternative to MySQL, XML, or other database systems. In part 1 you will learn 2 methods for displaying and accessing external text files within your PHP scripts.
5m:55s
7915
10 E Commerce Website Tutorial Shopping Cart PHP Multidimensional Array...
http://www.developphp.com
In this 10th video we will continue programming the multidimensional array in PHP that is the shopping cart. We will use...
http://www.developphp.com
In this 10th video we will continue programming the multidimensional array in PHP that is the shopping cart. We will use a SESSION variable to store and remember the cart data as the user browses pages. 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
21m:5s
6394
12 E Commerce Website Tutorial Display the PHP Shopping Cart - English
http://www.developphp.com
In this 12th video we will make our custom PHP cart look like an actual online shopping cart by statically designing it...
http://www.developphp.com
In this 12th video we will make our custom PHP cart look like an actual online shopping cart by statically designing it first, then making it dynamic. 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.
17m:3s
7741
13 E Commerce Website Tutorial Tally the Total of Your PHP Shopping Cart...
http://www.developphp.com
In this 13th video we will tally the shopping cart total price combining all of the item prices for a grand total the...
http://www.developphp.com
In this 13th video we will tally the shopping cart total price combining all of the item prices for a grand total the user will check out for. 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.
7m:33s
5061
14 E Commerce Website Tutorial Remove Items From PHP Shopping Cart -...
http://www.developphp.com
In this 14th video we will learn a simple method for allowing the user to remove cart items from your cart\'s...
http://www.developphp.com
In this 14th video we will learn a simple method for allowing the user to remove cart items from your cart\'s multidimensional array using unset() and sort(). 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.
18m:20s
4384
16 E Commerce Website PHP Tutorial Quantity Control In Shopping Cart -...
http://www.developphp.com
In this 16th video we will learn to allow the user to adjust item quantities inside of the PHP shopping cart. The E -...
http://www.developphp.com
In this 16th video we will learn to allow the user to adjust item quantities inside of the PHP shopping cart. 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.
12m:29s
9536
17 E Commerce Website PHP Tutorial Quick Shopping Cart Tweak - English
http://www.developphp.com
In this 17th video we patch up something that was a little buggy regarding allowing the user to adjust quantities. I...
http://www.developphp.com
In this 17th video we patch up something that was a little buggy regarding allowing the user to adjust quantities. I could not leave it that way. 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.
4m:57s
4678
18 E Commerce Website Tutorial Payment Processors SSL Encrypted Code -...
http://www.developphp.com
In this 18th video we discuss Payment Processors, SSL encrypted pages, and encrypted button code. As well as some PayPal...
http://www.developphp.com
In this 18th video we discuss Payment Processors, SSL encrypted pages, and encrypted button code. As well as some PayPal setting options within your account. 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.
16m:8s
4994
19 E Commerce Website PHP Tutorial PayPal HTML Shopping Cart Variables -...
PayPal Documentation Links In Video
1. https://www.paypal.com/cgi-bin/webscr?cmd=p/pdn/howto_checkout-outside
2....
PayPal Documentation Links In Video
1. https://www.paypal.com/cgi-bin/webscr?cmd=p/pdn/howto_checkout-outside
2. https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=develop...
http://www.developphp.com
In this 19th video we program the PayPal variables and button code into our cart for allowing checkout of our custom 3rd party shopping cart. Now you are selling. 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.
13m:38s
6384
2 Flat File.txt + PHP Database Tutorial - Allow user or client to change...
Copy+Paste Source Available: http://www.developphp.com/view.php?tid=1155
In this lesson series Adam Khoury demonstrates using .txt Flat File...
Copy+Paste Source Available: http://www.developphp.com/view.php?tid=1155
In this lesson series Adam Khoury demonstrates using .txt Flat File Database systems as an alternative to MySQL, XML, or other database systems. In part 2 you will learn how to allow a user or client to change the data from smart easy web forms. Many people do not have tech knowledge and do not like going on the server to alter a CMS file. You must make forms to alter the data.
11m:25s
5949
20 Ecommerce Website Tutorial PayPal IPN PHP Instant Payment...
Complete Source Package Download Link:
http://www.developphp.com/view.php?tid=1083
In this 20th and final video we program the PayPal IPN...
Complete Source Package Download Link:
http://www.developphp.com/view.php?tid=1083
In this 20th and final video we program the PayPal IPN Script in order to receive variables behind the scenes from paypal. 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.
21m:45s
5617
4 E Commerce Website Tutorial PHP MySQL Inventory Management - English
http://www.developphp.com
In this 4th video we will create the Inventory management page in the Admin area. List all inventory and make a form and...
http://www.developphp.com
In this 4th video we will create the Inventory management page in the Admin area. List all inventory and make a form and parser for adding new inventory items. 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. It is a site that handles sales, customers, and inventory.
28m:49s
6393
5 E Commerce Website PHP Tutorial Inventory Management Continued - English
http://www.developphp.com
In this 5th video we will continue creating the Inventory management functionality in the Admin area. List all inventory...
http://www.developphp.com
In this 5th video we will continue creating the Inventory management functionality in the Admin area. List all inventory and make a form and parser for adding new inventory items. 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. It is a site that handles sales, customers, and inventory.
15m:18s
6369
6.E Commerce Website PHP Tutorial Store Inventory Continued - English
http://www.developphp.com
In this 6th video we will continue creating the Inventory management functionality in the Admin area. Editing existing...
http://www.developphp.com
In this 6th video we will continue creating the Inventory management functionality in the Admin area. Editing existing products and deleting things made easy. 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. It is a site that handles sales, customers, and inventory.
20m:28s
5888
7 E Commerce Website Tutorial PHP MySQL Dynamic Home Page - English
http://www.developphp.com
In this 7th video we will dynamically render an always up-to-date "newest items" listing for the online...
http://www.developphp.com
In this 7th video we will dynamically render an always up-to-date "newest items" listing for the online store's home page. 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.
19m:19s
5595
7 E Commerce Website Tutorial PHP MySQL Dynamic Home Page - English
http://www.developphp.com
In this 7th video we will dynamically render an always up-to-date "newest items" listing for the online...
http://www.developphp.com
In this 7th video we will dynamically render an always up-to-date "newest items" listing for the online store's home page. 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.
19m:19s
5153
8 E Commerce Website PHP MySQL Tutorial Product Display Page - English
http://www.developphp.com
In this 8th video we will begin creating the dynamic product display page, and also discuss payment gateway shopping...
http://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.
21m:35s
6825
9 E Commerce Website Tutorial Shopping Cart PHP Multidimensional Array -...
http://www.developphp.com
In this 9th video we will begin creating the multidimensional array in PHP that is the shopping cart. We will use a...
http://www.developphp.com
In this 9th video we will begin creating the multidimensional array in PHP that is the shopping cart. We will use a SESSION variable to store and remember the cart data as the user browses pages. 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.
22m:6s
7341
Create XML CMS configuration files for Your Flash ActionScript 3.0...
Source Files for This Lesson:
http://www.developphp.com/Flash_tutorials/show_tutorial.php?tid=547
Learn .txt file configurations here:...
Source Files for This Lesson:
http://www.developphp.com/Flash_tutorials/show_tutorial.php?tid=547
Learn .txt file configurations here: http://www.youtube.com/watch?v=kVhbMS0T2w8
Learn XML and Flash AS3 bascis for beginners here:
http://www.youtube.com/watch?v=mXRWbFbwH1w
Not everybody has or knows flash. But everybody wants cool flash apps on their website. Sell your flash files for useful things that websites often have the need for. Galleries, Mp3 players, Video players, any type of file that you may want to allow another to control or manage how the SWF file will be rendered at runtime.
5m:54s
5780
Flash WYSIWYG Open Code Rich Text Editor Tutorial Part 3 - English
Source Download - http://www.developphp.com/Flash_tutorials/show_tutorial.php?tid=227
Part 3 fo creating a custom Flash WYSIWYG Rich Text Editor...
Source Download - http://www.developphp.com/Flash_tutorials/show_tutorial.php?tid=227
Part 3 fo creating a custom Flash WYSIWYG Rich Text Editor covers creating the Italicize button and functionality.
7m:50s
5079
Flash WYSIWYG Open Code Rich Text Editor Tutorial Part 5 - English
In this section of creating our own custom WYSIWYG editor from scratch in Flash ActionScript 3.0, we focus on making it a more solid application...
In this section of creating our own custom WYSIWYG editor from scratch in Flash ActionScript 3.0, we focus on making it a more solid application and squish some bugs. We also add a custom formatting button and better event listeners.
10m:7s
5928
Intro How to Build Custom PHP and MySQL CMS Website Software - English
Introduction for new series we are about to launch to show the foundation for systems like Wordpress or Joomla. Dynamic PHP and MySQL Content...
Introduction for new series we are about to launch to show the foundation for systems like Wordpress or Joomla. Dynamic PHP and MySQL Content Management System Websites that use Javascript WYSIWYG rich text editors to populate and edit website pages.
19m:26s
5655
Open Code Flash WYSIWYG Rich Text Editor Tutorial Part 2 - English
Free Source - http://www.developphp.com/Flash_tutorials/show_tutorial.php?tid=226
Part 2 of the free flash actionscript 3.0 WYSIWYG Rich Text...
Free Source - http://www.developphp.com/Flash_tutorials/show_tutorial.php?tid=226
Part 2 of the free flash actionscript 3.0 WYSIWYG Rich Text Editor you can expand upon.
11m:0s
5499
Part 1 How to Build PHP and MySQL CMS Website Software - English
In this part of the lesson we create our MySQL database and quickly set up a default layout in Dreamweaver CS4, and tinker with the looks through...
In this part of the lesson we create our MySQL database and quickly set up a default layout in Dreamweaver CS4, and tinker with the looks through CSS.
Source Files - http://www.developphp.com/view.php?tid=322
15m:18s
5039
Part 3 How to Build PHP and MySQL CMS Website Software - English
In this part of the lesson we learn how to script out our magic index page to be smart enough to display all of the data in the system, and all...
In this part of the lesson we learn how to script out our magic index page to be smart enough to display all of the data in the system, and all pages.
Source Files - http://www.developphp.com/view.php?tid=322
30m:19s
4370
Part 4 How to Build Custom PHP MySQL CMS Website Software - English
Here we demonstrate how to secure the application from malicious strings being added to the URL variable. At this point that is the only security...
Here we demonstrate how to secure the application from malicious strings being added to the URL variable. At this point that is the only security measure needed.
Source Files - http://www.developphp.com/view.php?tid=322
6m:29s
4661
Part 5 How to Build PHP and MySQL CMS Website Software - English
Source Files - http://www.developphp.com/view.php?tid=322
Series Playlist - http://www.youtube.com/view_play_list?p=11D6E5B9CA126A57
In part...
Source Files - http://www.developphp.com/view.php?tid=322
Series Playlist - http://www.youtube.com/view_play_list?p=11D6E5B9CA126A57
In part 5 we create the administrator directory and set a link to the CMS administrator back end from the bottom of the home page. The back end admin directory will have its own index page to be the central home of the control panel.
Learn how to build custom content management systems using PHP and MySQL. Cool dynamic basic sites that anyone can edit
8m:21s
6098