Connecting...

This is a quick preview of the lesson. For full access, please Log In or Sign up.
For more information, please see full course syllabus of Introduction to PHP
For more information, please see full course syllabus of Introduction to PHP
Introduction to PHP Web Application Development
Lecture Description
In this lesson our instructor talks about web application development. First, he discusses version 6.0. Then he talks about version 6.1 and 6.2. He ends the lesson with a helpful homework challenge.
Bookmark & Share
Embed
Share this knowledge with your friends!
Copy & Paste this embed code into your website’s HTML
Please ensure that your website editor is in text mode when you paste the code.(In Wordpress, the mode button is on the top right corner.)
×
- - Allow users to view the embedded video in full-size.
Next Lecture
Previous Lecture
3 answers
Last reply by: Dixon Kavanaugh
Thu May 16, 2013 10:19 AM
Post by Dixon Kavanaugh on May 10, 2013
Hi,
I am receiving an error in both the UN-adulterated web app ver 6.0 as well as the one I have created.
The error is the same: Notice: Undefined index: items in C:\Users\Dixon\xampp\xampp\htdocs\intro2php\Educator\web_app\version-6.0\checkout.php on line 10
Thanks
0 answers
Post by petar vukasinovic on September 26, 2012
Hello Matthew i love your lessons and pls help me.
In web store that i download from download section
every version of web aplication from 6.0 and above dont work i mean there is bunch of errors.
Can you help me pls?
1 answer
Last reply by: Rory Demers
Tue Jul 17, 2012 9:18 PM
Post by Jonathan Bello on June 29, 2012
~Rory can you explain some more please?
0 answers
Post by Rory Demers on May 15, 2012
For those of you getting errors and warnings on the lesson files make sure that in whatever IDE or notepad you are using that you follow the file path exactly as stated in the config.php file when adding them to your IDE. My mistake was that I was copying and pasting the files from inside the versions folder and leaving out the file path web_app and version-6.0 which are in the config.php file.
FYI: Also heads up on where he places the images folder going forward 6.1 and on.
0 answers
Post by Joe Han on April 21, 2012
I get warning sign on versions later than v5.
0 answers
Post by phaby amardy on April 21, 2012
Hi, I am using window 7, the php scripts from web_app version-6.0 and up. As i was following along, i was making my own web store base o the information you were given. But whe i reach web-app version 6 in lecture my php scripts stop working, it displayed many errors. I even downloaded your webapp training files and i opened them in my browers it gave me the same errors as my web_app. this. Mainly it does not display the header, html and the images, and the config.php, is there any thin i can do to fix this?
1 answer
Tue Feb 7, 2012 4:03 AM
Post by Senghuot Lim on January 5, 2012
Can i please get some help? I'm working on a mac. I tried $_SERVER ['DOCUMENT_ROOT'] and everything seem to work fine but when i tried this
<?php
define ('IMAGE',$_SERVER['DOCUMENT_ROOT'] . '/lectures/galaxyS2.jpg');
echo '<img src=" ' . IMAGE . ' ">';
?>
it is not working. this is driving me crazy. can i please get an answer. i have spend over 100 dollars on your site. can i please get some help?