12:00 - Variables 3:21 - Data Types 5:56 - Constants 8:00 - Arithmetic Operators 10:10 - Arrays 22:17 - Functions 26:17 - Conditional Expressions 26:51 - If Statement 30:53 - Switch Statement 32:22 - For Loop 40:26 - Foreach Loop 42:05 - While and Do While Loops 43:45 - Classes & Objects
@johncaballero1517 жыл бұрын
is this PHP 7 sir?
@marvinzapanta22167 жыл бұрын
Yes john.
@ddstutorials60486 жыл бұрын
Thank you for the tutorial. Also, thank you for not editing out the few simple mistakes you made, it's encouraging to know that people who are really solid with these languages make errors as well.
@clevertechie6 жыл бұрын
You're welcome brother
@anettebianca68558 жыл бұрын
one of the best tutorials I've seen - and I've seen a load of them - awesome work! So sick of learning new languages and you've made it painless ;)
@clevertechie8 жыл бұрын
Thank you so much Anette!
@TimelineTale7 жыл бұрын
thanks alot brother i dont have words to thank you man .best tutorial ever
@kimberlyvillarmente82394 жыл бұрын
thank you so much. I learned a lot in a simplest way. I'm one of your subscribers :D Looking forward for your PHP projects too
@Daniel-fw8ni4 жыл бұрын
Excellent PHP tutorial. Thank you for your time, shared knowledge and dedication. Greetings from Montevideo, Uruguay.
@coderswat2 жыл бұрын
One of the best tutorial I've ever seen, really awsome bro
@ahteshmaxx69467 жыл бұрын
thank u soo much bro.... this is best PHP Tutorial
@clevertechie7 жыл бұрын
No problem!
@webstuff567 жыл бұрын
I agree; thank you for taking the time to perform excellence!
@khalidQweder7 жыл бұрын
1000 stars tutorial.
@clevertechie7 жыл бұрын
Thank you very much! :)
@jorisdegraaff8 жыл бұрын
best php tutorial I've seen so far. Thank you so much :)
@clevertechie8 жыл бұрын
Glad you liked it!
@webstuff567 жыл бұрын
As a beginner, I was falling in love with Python; until I remembered the track I needed to gravitate back to: PHP/MySQL/Wordpress. I love working within a Wordpress and that is the reason I felt I needed to to be strong on PHP as opposed to Python. Just wanted to get your thoughts PHP v. Python?
@albertolopez70737 жыл бұрын
Thank you for all of your hard work Clever Techie, this is an amazing video! The code, the narration, the beautiful graphics. You can do it all! I've always been afraid to start PHP, but this really makes me feel like I can learn. Can't wait for the next video :D
@yashjain69457 жыл бұрын
Best online tutorial ever bro ✌
@orelhassid58127 жыл бұрын
Best PHP tutorial I ever watched!
@sudhanshutewari97476 жыл бұрын
short package of php easy to understand and very useful topic in this lecture ...thanks for making bro ...keep in touch
@guocaizeng13207 жыл бұрын
Thank you so much for providing these great tutorials, and your theme is the best one I ever find, I will use it in my sublime.
@moca34177 жыл бұрын
Looks really cool so far...like the best tutorial (including the German ones). I also would like to understand and not just follow an instruction for some minutes. Thank you for sharing you knowledge my friend. People like you make YT the new Bible, Quran or whatever you want ;). Peaazee from Switzerland
@benarduchenna1906 жыл бұрын
Nice videos... you should also try to create a tutorial in which a webpage can be desinged without xamp.... Also with PHP... With the use of Webhosting... And also teach us how to Create a Credit Card login Request just like paypal credit card Requirement
@SajjadHussain-ed4cq7 жыл бұрын
i really appreciate your effort and explanation very clean and understandable really nice mate
@josepacheco10637 жыл бұрын
This is great!! subscribed! btw what text editor are you using?
@sangramkeshrigajendra7515 жыл бұрын
hello which editor you are use for php coding
@mikedavies34757 жыл бұрын
Very good video. Thank you for taking the time to make it!
@JaiGurujiAshwi7 жыл бұрын
wow,in utube this is the bes tutorials .
@huddersfield-explorer75147 жыл бұрын
OMG.. I'm a bit thick.. always have been lol :D But.. I've tried to grasp this stuff for years (on and off just to see if I can actually absorb any of this.. - never for a professional capacity thank goodness..). Never have I found tuts so easy to follow as yours.. M8.. I'm finally gunna be a PHP Ninja! Yeah! (Off to grab my lycra and bandana..)
@huddersfield-explorer75147 жыл бұрын
incidentally.. also downloaded your php book.. ty.. you should include a "paypal" donate link.. There's a lot of effort gone into that man and I'd gladly donate a few quid.. all the best!
@AhmedRaza-xk9ho7 жыл бұрын
Thank You for this awesome tutorial for Beginners
@rembrandt7025 жыл бұрын
Hey you did print it out - it is before the error msg.
@esalettinyasinuysal44238 жыл бұрын
I utilized your videos a lot. Also database would be very good. Thanks a lot.
@DeepakSaini-ct2gq4 жыл бұрын
Hey great video i had a doubt tho, if i had to make a php application say student management system or attendance management system, will php be enough or do i need js, jq as well?
@petrptacek40368 жыл бұрын
Great. You must to continue!
@clevertechie8 жыл бұрын
Thank you and I will continue :)
@MauFerrusca7 жыл бұрын
Excellent news!
@hirephpdevelopers38407 жыл бұрын
Very informative tutorial. I'll be back later for some great stuff.
@marcostrevinorodriguez12544 жыл бұрын
Let's go!!! hell yeah Mr. Techie
@mindofprogrammer62728 жыл бұрын
Finally i found the right one tutorial!!
@clevertechie8 жыл бұрын
:)
@ds-krypto23856 жыл бұрын
very great, nice explanation I understand now everything
@rodrigomonney8 жыл бұрын
Your study material its so nice! Did a good job!
@clevertechie8 жыл бұрын
Thank you, appreciate your feedback.
@jtandrea8 жыл бұрын
hi Clever Techie, thanks very much, this PHP Tutorial rocks! Can you please explain how to obtain that output window shown in your video? Are you using the Web Browser inside NetBeans?
@clevertechie8 жыл бұрын
Hi Andrea, I'm glad you liked the video, thanks :) Here is the CSS I used in the video to make output look a little more fun than usual (I'm using Chrome): body { background: #222232; color: #afcdff; font-family: Consolas; font-size: 18pt; } Just put this CSS inside of the PHP file.
@jtandrea8 жыл бұрын
hey thanks for the quick reply! :-)
@clevertechie8 жыл бұрын
np
@KumarAnimesh9358 жыл бұрын
Great tutorial and excellent choice of games in the examples ;) Could you also share the code that you wrote while explaining, if it's not too much trouble?
@clevertechie8 жыл бұрын
No problem, download source code here: clevertechie.com/code/php-intro.txt
@stmawes7 жыл бұрын
Great Tutorial. Source code link does not seem to be working?
@rafaelcorrea79597 жыл бұрын
Associative arrays would be something like enums?
@martin54123 Жыл бұрын
Sounds really good but I can't see that blue text:-(
@sibkumar26407 жыл бұрын
please make a video on database in php
@gowthams83406 жыл бұрын
Hey Buddy ! *Post more php tutorial videos please*
@R_Ultraloud7 жыл бұрын
Thank you very much Clever Techie :D
@LiamYS8 жыл бұрын
Really nice vid! Learned alot of new stuff. Keep up the good work!
@clevertechie8 жыл бұрын
Thank you Liam! I'll keep making videos :)
@Aries00987 жыл бұрын
Dude, please... make more videos.
@mdmasud58887 жыл бұрын
Thanks for your helpful tutorial.
@nasreenmohsin8 жыл бұрын
great .. do you have any other video related database
@clevertechie8 жыл бұрын
soon
@kastoras19957 жыл бұрын
Great tutorial brother,you should teach programming !! :D
@princemouli47 жыл бұрын
awesome tutorial ... Thank you very much........
@magicalbhakuni7 жыл бұрын
very helpful video.
@BrandonLaufer7 жыл бұрын
Thank you for this video!
@marvinzapanta22167 жыл бұрын
Its a nice tutorial I have ever watched :D keep it up :)
@samueldo75297 жыл бұрын
hello clever techie. After installing xammp and wordpress successfully, i've tried to manipulate theme and plugging wordpress asked for FTP credential which i've this code to disable it: define('FS_METHOD' , 'direct'); i still can't make any alteration. Please help!!!!!!!!!!
@roscoverheij66957 жыл бұрын
are you still getting the same error?
@samueldo75297 жыл бұрын
yes please help
@friendscafe68708 жыл бұрын
nested in one screen is confusing, separated examples will be more easy to understand
@clevertechie8 жыл бұрын
Noted, thanks for your comment
@mdmiraz29124 жыл бұрын
hi sir i am md miraz hossain,i see your vedieo tutirial in slider meak,I written coding to see you but it is not work.if you wont i give ypu my coding file ,pleacs help me and solver this.thanks
@doski90597 жыл бұрын
Thank you so much
@learneverythingwithrayhan26213 жыл бұрын
just amazing.
@khurrammustafa76347 жыл бұрын
great tutorials.
@sokminyun80777 жыл бұрын
THE BEST!!
@hachij_7 жыл бұрын
Thanks man!
@fanimokunbusayo10797 жыл бұрын
please what php version are you using
@clevertechie7 жыл бұрын
This tutorial works with any PHP version, I'm using 5.6
@getstudiogo7 жыл бұрын
Thank you.
@thisismuqeedhussain1007 жыл бұрын
Thanks man :) you are the best keep it up :)
@almostbad6 жыл бұрын
damn youre genius, just combine one thing i love (game) and another one i hate (programming) and violaaaaa "brain freeze" :)))
@King-mc1pt6 жыл бұрын
dude can u do transferring html to php
@vahidmousaoghli24626 жыл бұрын
This site can’t be reached The webpage at clevertechie.com/php might be temporarily down or it may have moved permanently to a new web address. ERR_TUNNEL_CONNECTION_FAILED Hello . Your website does not open. Is your site in trouble. Help. Do sites change?
@benmessabihtoufik19756 жыл бұрын
Excellent Tutorial,Continue.*_°
@zerogravity30867 жыл бұрын
This code for upload image to server is not working pls help i copied that from your website Upload -------------------------------------------------------------------------------------------- upload.php ------------------------------------------------------------------------------------------- if(isset($_POST['submit'])){ $file = $_FILES['file']; $fileName = $_FILES['file']['name']; $fileTmpName = $_FILES['file']['tmp_name']; $fileSize = $_FILES['file']['size']; $fileError = $_FILES['file']['error']; $fileType = $_FILES['file']['type']; $fileExt = explode('.',$fileName); $fileActualExt = strtolower(end($fileExt)); $allowed = array('jpg','jpeg','png','pdf'); if(in_array($fileActualExt,$allowed)) { if($fileError === 0) { if($fileSize < 10000000) { $fileNameNew = uniqid('',true).".".$fileActualExt; $fileDestination = 'uploads/'.$fileNameNew; move_uploaded_file($fileTmpName,$fileDestination); header("Location:test99.php"?uploadsuccess); } else{ echo "Your File Is To Big"; } } else{ echo "There Was An Error While Uploading the files } } else{ echo "You Cannot Upload Files Of This Type"; } }
@strictlyunreal7 жыл бұрын
That 'rpg' was right in front of your eyes, how couldn't you see it. I saw it the first time you run the code. Below 10. 36:20
@webstuff567 жыл бұрын
lol
@ovidiublaga16 жыл бұрын
Could this tutorial BE any better?
@samueldo75297 жыл бұрын
clever techie you're the f$#@king man! teach me more
@mmm2358fo7 жыл бұрын
Hello, you have to do some tutorials that the Indians do not have money to eat ))))