You may be wondering when you sign up to social networking website you are allow to have possession of your own pages within their server and have your own directories under their main directory such as www.facebook.com/User, the User is a folder automatically creates for you and other sub directories within; under their domain or server. Similarly all Content Management Systems use the technique I am showing you today, also the web hosting company use the same magic. Once you registered a domain name, your chosen domain name is your main folder name, then you can have as many as other sub folders and directories in them. Today I am showing how to automatically create the basic and standard folders and file for a standard web application, so we will automatically creates Main Folder and index page , and further creates sub folders with index page in them automatically. I am using php mkdir() and tempfile_postfix() function. At the end of the tutorial we will have automatically creates Main Folder, Image Folder, Css Folder, Java Folder, Inc Folder for php server-side scripting language. In next tutorial I will show you how to write individually into the files and create more files into those folders. Thanks for watching. Dego Front End Developer www.dego-evision.com
Posts Tagged ‘cms’
How to create a CMS with PHP // Part 3 Getting Individual Posts
November 8th, 2011
phpmoz In this series I’ll show you how to make a CMS with PHP using modern techniques using Classes and Functions to get the best result on your page.
15. E – Commerce Website Tutorial – PHP Shopping Cart Money Format Currency
September 3rd, 2011
phpmoz 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.
8. E – Commerce Website PHP MySQL Tutorial – Product Display Page
July 10th, 2011
phpmoz 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.
11. E – Commerce Website Tutorial – Display the PHP Shopping Cart
June 24th, 2011
phpmoz 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.
2. Flat File .txt + PHP Database Tutorial – Allow user or client to change data – CMS
May 7th, 2011
phpmoz Copy+Paste Source Available: www.developphp.com 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. Lesson Presented by www.developphp.com
18. E – Commerce Website Tutorial – Payment Processors, SSL, Encrypted Code
April 8th, 2011
phpmoz 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.
MCMS – A content Manager and How It works
March 9th, 2011
phpmoz A content Manager and How It works, maybe an intermediate level PHP tutorial… Also an update about my youtube state
4. E – Commerce Website Tutorial – PHP MySQL Inventory Management
February 27th, 2011
phpmoz 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.
20. Ecommerce Website Tutorial : PayPal IPN PHP Instant Payment Notification Script
February 11th, 2011
phpmoz Complete Source Package Download Link: www.developphp.com 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.

Posted in
Tags:

