Discover Dynamic XML MySQL PHP Database Results Loop Tutorial part 3 -...
Learn how to access your mysql database and have php render dynamic XML structure from the results. Script is here:...
Learn how to access your mysql database and have php render dynamic XML structure from the results. Script is here: http://www.developphp.com/view_lesson.php?v=313
5m:16s
4901
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
5169
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
4749
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
5580
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
4370
How to Build a Community Web Site Part 9 - Create User Profile Edit Page...
Source and Site Download - http://www.webintersect.com
Part 9 - Creating the edit profile page for our members. Code the header to navigate, and...
Source and Site Download - http://www.webintersect.com
Part 9 - Creating the edit profile page for our members. Code the header to navigate, and the php page to render variables... more on this in part 10.
How to build a dynamic member based portal or community web site using PHP, MySQL, and Flash ActionScript 3.0. Created by FlashBuilding and presented by Developphp.com
13m:5s
5130
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
5187
How to Empty or Truncate Your MySQL Database Table Tutorial - english
Source Page - http://www.developphp.com/PHP_tuts/mysql_truncate_empty_table.php
Learn how to empty or truncate MySQL database tables through...
Source Page - http://www.developphp.com/PHP_tuts/mysql_truncate_empty_table.php
Learn how to empty or truncate MySQL database tables through script, or manually using the PHPMyAdmin. Sets indexes back to zero as well. I am using Dreamweaver CS4 in the video for coding out the PHP file.
5m:5s
5626
How to Create PHP Randomized Dynamic Website Content Display - English
Learn how to jazz up your HTML files with randomized dynamic content dispay methods. Turn it into a PHP type extension file and make it magic!
Learn how to jazz up your HTML files with randomized dynamic content dispay methods. Turn it into a PHP type extension file and make it magic!
5m:54s
3904
3 World of Webcraft Actionscript 3.0 to PHP User Session Calls - English
Copy Paste scripts - http://www.developphp.com/Flash_tutorials/show_tutorial.php?tid=1160
In part 3 here we are adding Actionscript 3.0 that calls...
Copy Paste scripts - http://www.developphp.com/Flash_tutorials/show_tutorial.php?tid=1160
In part 3 here we are adding Actionscript 3.0 that calls out to PHP with 2-way communication, at any point we wish for it to in our Flash file. We also create the PHP script that the AS3 call communicates with that will send session variables back into flash in a split second. Finally we adjust the game.php page to house our published flash game.
19m:4s
5396
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
5412
4 World of Webcraft Actionscript 3.0 Dynamic Tween and hitTestObject...
Copy+Paste Script: http://www.developphp.com/Flash_tutorials/show_tutorial.php?tid=1161
Learn how to dynamically tween any item to multiple...
Copy+Paste Script: http://www.developphp.com/Flash_tutorials/show_tutorial.php?tid=1161
Learn how to dynamically tween any item to multiple objects using a universal function that uses Tweens, an EnterFrame Event, and the hitTestObject function. Smart stuff.
11m:48s
4870
PHP & MySQL Member System Foundation Showcase - English
http://www.developphp.com/PHP_tuts/member_system.php
Base system for social networking sites, business networking sites, media sites, audio...
http://www.developphp.com/PHP_tuts/member_system.php
Base system for social networking sites, business networking sites, media sites, audio networks, and coder networks.
4m:6s
4697
PHP Tutorial Bad Word Filter Function and Harmful Character String...
Learn to build bad word or harmful character filter functions and data filtration systems for user input. We are using the str_ireplace()...
Learn to build bad word or harmful character filter functions and data filtration systems for user input. We are using the str_ireplace() php function fed with arrays.
9m:12s
13536
CSS Build a Simple Web Page in Dreamweaver - English
In this video we will start with a folder of images and in about 30 minutes construct a very simple 2 column layout using CSS to style our page! We...
In this video we will start with a folder of images and in about 30 minutes construct a very simple 2 column layout using CSS to style our page! We will learn all about using divs, creating CSS rules, targeting divs, creating a background, and so much more! Start learning to harness the raw power of Cascading Style Sheets to create, layout, and style your web pages today!
30m:1s
4626
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
6359
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
7283
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
5589
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
5976
Part 7 How to Build PHP and MySQL CMS Website Software - English
Source Files - http://www.developphp.com/view.php?tid=322
Playlist for series - http://www.youtube.com/view_play_list?p=11D6E5B9CA126A57
In...
Source Files - http://www.developphp.com/view.php?tid=322
Playlist for series - http://www.youtube.com/view_play_list?p=11D6E5B9CA126A57
In part 7 we build the page that is responsible for creating new pages into the PHP MySQL system. The form sends the data using a basic textarea. In a nice robust system you would implement a Javascript WYSIWYG Rich Text Editor in place of my textarea.
Learn how to build custom content management systems using PHP and MySQL. Cool dynamic basic sites that anyone can edit.
12m:7s
5449
2 E Commerce Website PHP Tutorial MySQL Database and its Tables - English
http://www.developphp.com
In this 2nd video we will create the MySQL database and its tables. We demonstrate a scripted method for database table...
http://www.developphp.com
In this 2nd video we will create the MySQL database and its tables. We demonstrate a scripted method for database table creation in this example. 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.
24m:36s
6773
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
6834
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
5954
Part 8 How to Build PHP and MySQL CMS Website Software - English
Source Files - http://www.developphp.com/view.php?tid=322
In part 8 we create the forms and PHP scripts geared for editing existing pages that...
Source Files - http://www.developphp.com/view.php?tid=322
In part 8 we create the forms and PHP scripts geared for editing existing pages that have already been made. The user can edit existing pages and we record the last edit date. We use the page ID numbers and a form field for the admin to claim which page they want to modify in this simple system. All of the existing data is queried from MySQL and placed into the form fields automatically to make life easy for the administrator.
13m:41s
4814
15 E Commerce Website Tutorial PHP Shopping Cart Money Format Currency -...
In this 15th video we will learn to format money and numbers using the money_format() and number_format() functions in PHP. The E -...
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.
3m:52s
10352
3 E Commerce Website Tutorial Create the PHP Admin Log In System - English
http://www.developphp.com
In this 3rd video we will create the Admin Log In System for managing inventory and other store functions in the back...
http://www.developphp.com
In this 3rd video we will create the Admin Log In System for managing inventory and other store functions in the back end. We demonstrate a scripted method for database table creation in this example. 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.
26m:44s
7060
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
4566