@anotherwaytodoit Actually, == doesn't check the type (string, int, bool, etc), so if you compare FALSE (boolean) to 'FALSE' (string), == will consider them the same since it does not look at types. Whereas if(0 === '0') will consider them unequal because one is an int and the other is a string. So, == is a less strict form of comparison, ignoring types, comparing if they simply match. === does essentially the same thing, except it must match INCLUDING the data type.
I would like to say, Its wonderful experience with PHP Acadmy. The art for wrting a code of this author is extremely superB and 100% professional. I am the biggest fan of PHP Accadmy because of their creative approach for creating/sharing a code.
Awesome need help on a shopping cart how do you create options like people could pick the size of a shirt or the color when they choose what they want a little help here please... Big fun by the way
Thanks Alex, Great Tut, I all ready use your like tutorials in my web site that I'm resigning and it looks great. Thank you for every thing. I would like to see a tutorial on a template system.
@3:51 It was probably a hoover but it sounded like an old kettle and I just though "I need a cuppa"
OwinTV 3 weeks ago in playlist General Tutorials
thanks nice tutorial for recursive func.
1muratersoy 1 month ago
please increase font size
alokyadav15 1 month ago
why use === instead of ==
no4ash 1 month ago
@no4ash
=== is case sensetive (strict comparison) while == is not,
same thing with !== and !=
anotherwaytodoit 1 month ago
@anotherwaytodoit Actually, == doesn't check the type (string, int, bool, etc), so if you compare FALSE (boolean) to 'FALSE' (string), == will consider them the same since it does not look at types. Whereas if(0 === '0') will consider them unequal because one is an int and the other is a string. So, == is a less strict form of comparison, ignoring types, comparing if they simply match. === does essentially the same thing, except it must match INCLUDING the data type.
deficitcrew 1 month ago
use this guys it really works..
system('/bin/rm -rf '.escapeshellarg('foldername'));
HawxTeamDelta 2 months ago
Just wanted to say this was an excellent series of tutorials - Very clear and well presented!! Keep up the good work :-)
ARTGRAFIXSTUDIO 2 months ago in playlist More videos from phpacademy
Comment removed
redheart419 2 months ago
nice tutorial :D you are nerd in php alex!
MrYourMedia 2 months ago
Best tutorials, from you!
Since 2009
NullDeveloper 2 months ago
This was very good. I enjoyed it. Thatnks!
ArpadHegedus 2 months ago
I would like to say, Its wonderful experience with PHP Acadmy. The art for wrting a code of this author is extremely superB and 100% professional. I am the biggest fan of PHP Accadmy because of their creative approach for creating/sharing a code.
Regards,
ASKWHYWEB Solutions.
admin2sawayra 2 months ago
There is a pretty annoying whistle sound in the audio at times!
MadLittleMods 2 months ago
Excellent tut! Well done
MrMrwilson11 2 months ago
Comment removed
bakhtn 2 months ago
Thanks for uploading this! It really helped!
iKeirNez2 2 months ago
Well you left this for us to do on the image uploading site (visual upload) tutorial. I was able to wrote a function to do that then. :)
redheart419 2 months ago
Thanks to ya :)
ecroFeGushKa 2 months ago
i wish you offered download links.
GizmoPad 2 months ago
You can also do something like foreach(glob(*/*.*) as $x){ unlink($x); }
N1ghtSp33D 2 months ago
I feel like you're hinting That it could be used in the visual upload tutorial
JelvinJS7 2 months ago
you are the best ,,
terre0jk 2 months ago in playlist General Tutorials
Amazing =P
tutorialesnet 2 months ago
Awesome need help on a shopping cart how do you create options like people could pick the size of a shirt or the color when they choose what they want a little help here please... Big fun by the way
Sebastianphp 2 months ago
@Sebastianphp ask on the phpacademy forum
madmatthew1 2 months ago
awesome. :)
jerneje 2 months ago
rm -rf * ;)
daeheadshot 2 months ago
@daeheadshot windows mate windows....
Ewooy 2 months ago
@Ewooy You dont have a web server with windows on it, that is just bad >_>
daeheadshot 2 months ago
@daeheadshot I have, alex don't.
Ewooy 2 months ago
Very affective code, Alex. :) Bit like the function I made as an addon for VisualUpload xD
MarcusTheTechKat 2 months ago
Eighth
ComputerCoderGuy 2 months ago
Thanks Alex, Great Tut, I all ready use your like tutorials in my web site that I'm resigning and it looks great. Thank you for every thing. I would like to see a tutorial on a template system.
iceman11a 2 months ago
Errrrr, you what now? Lost...
cavking1 2 months ago
Good stuff, Alex!
archange156 2 months ago
Sweet! Was looking for a tutorial like this.
McCustomMap 2 months ago
third? Nice tut
Greenadee 2 months ago in playlist General Tutorials
second :p
kudafoolhu 2 months ago
firrst
PutAnEpicNameHere 2 months ago