Added: 2 months ago
From: phpacademy
Views: 15,201
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (40)

Sign In or Sign Up now to post a comment!
  • @3:51 It was probably a hoover but it sounded like an old kettle and I just though "I need a cuppa"

  • thanks nice tutorial for recursive func.

  • please increase font size

  • why use === instead of ==

  • @no4ash

    === is case sensetive (strict comparison) while == is not,

    same thing with !== and !=

  • @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.

  • use this guys it really works..

    system('/bin/rm -rf '.escapeshellarg('foldername')­);

  • Just wanted to say this was an excellent series of tutorials - Very clear and well presented!! Keep up the good work :-)

  • Comment removed

  • nice tutorial :D you are nerd in php alex!

  • Best tutorials, from you!

    Since 2009

  • This was very good. I enjoyed it. Thatnks!

  • 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.

  • There is a pretty annoying whistle sound in the audio at times!

  • Excellent tut! Well done

  • Comment removed

  • Thanks for uploading this! It really helped!

  • 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. :)

  • Thanks to ya :)

  • i wish you offered download links.

  • You can also do something like foreach(glob(*/*.*) as $x){ unlink($x); }

  • I feel like you're hinting That it could be used in the visual upload tutorial

  • you are the best ,,

  • Amazing =P

  • 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 ask on the phpacademy forum

  • awesome. :)

  • rm -rf * ;)

  • @daeheadshot windows mate windows....

  • @Ewooy You dont have a web server with windows on it, that is just bad >_>

  • @daeheadshot I have, alex don't.

  • Very affective code, Alex. :) Bit like the function I made as an addon for VisualUpload xD

  • Eighth

  • 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.

  • Errrrr, you what now? Lost...

  • Good stuff, Alex!

  • Sweet! Was looking for a tutorial like this.

  • third? Nice tut

  • second :p

  • firrst

Loading...
Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more