his english is perfect, there is no reason to complain about it
Thank you I appreciate your introduction it allows me to understand well the software ...
Awesome video! Really great tutorial. Thanks for all the help!
Hi, Could really do with the MySQL part two video. All PHP videos on your website are fantastic. Many thanks, Alan.
Exceptional and intuitive!
You have to create a folder in the 'htdocs' folder which is in the 'xampp' folder. When you want to save the code, save it in that folder that you created. When you are saving the file, watch that there is the extension .php. When you saved your file, open your browser and type: localhost/name_of_the_folder_in_which _is_the_file/name_of_the_file.php . hope i helped, cheers
WAMP is for windows. You need the Mac version which is called something else W = Windows A = Apache M = MySQL P = PHP or Perl you can figure this out
Very good easy steps. good basic help. God bless you.
Thank You Very much!! It was really Helpful for me!! Thanks Bro!!
That dollar sign is an absolute necessity, PHP has reserved words and variables. The way PHP distinguishes from reserved words and variables is through escapes such as the '$' sign. If you were to type it without the dollar sign php would not know if you are referring to the variable you instantiated earlier or something else.
Nice and clear !
Thank you so much! This is great!
Thank you soo much for sharing this wonderful application...
Yay a South African :)
@flash4real yes, sir! I was somewhat confused but some hands-on took away many of those doubts. THANKS for the video. It's of great help!!!
Got there in the end!
great tutorial!!!!! Ill be watching on. I do love how these people are hating on your videos though, "EEErrrrrrr.... I dont know what PHP is but i need to know how to do...... umm..... ahh.... something with a database... and your video sucks because umm ahhh o yeah i dont know what im doing... o yeah and i dont know how to read...."
@chancez6 I'm not exactly sure what you mean, but undefined error means that a variable (Or similar) hasn't got a value. So if you set $myvariable = $_POST['something']; and the page isn't receiving any form data, you'll get that error. Fix this by using the @ symbol just before the code giving you issues.
Very good ! Thank you !
@thecuriousengineer