Likes Received By nico_swd

  1. sarahk liked nico_swd's post in the thread A guide to better Application Security..

    Rehashing an existing hash is not good, because it actually becomes less secure. // Mutli Encrypt a Password. for($i = 0; $i < 10;...

    Nov 16, 2013
  2. ryan_uk liked nico_swd's post in the thread A guide to better Application Security..

    Rehashing an existing hash is not good, because it actually becomes less secure. // Mutli Encrypt a Password. for($i = 0; $i < 10;...

    Nov 16, 2013
  3. sarahk liked nico_swd's post in the thread How to $_GET a variable with spaces in it.

    $_GET['custom_affid'] ... should do the trick.

    Nov 14, 2013
  4. Vooler liked nico_swd's post in the thread How to $_GET a variable with spaces in it.

    $_GET['custom_affid'] ... should do the trick.

    Nov 13, 2013
  5. sarahk liked nico_swd's post in the thread Learning PHP.

    See, that's already the wrong attitude. Don't think of terms like "time" when you want to learn something new like this. It really...

    Nov 10, 2013
  6. Pudge1 liked nico_swd's post in the thread Stupid Question.

    Well it depends on how you implemented the session part. Without seeing your code, it's impossible to tell. If you have some specific...

    Nov 10, 2013
  7. Pudge1 liked nico_swd's post in the thread How can we restrict uploading file type in php.

    Well to be honest your code is okay. It was more about mymindrules's code. If you check for the mime type in addition to other checks,...

    Nov 9, 2013
  8. ryan_uk liked nico_swd's post in the thread Learning PHP.

    See, that's already the wrong attitude. Don't think of terms like "time" when you want to learn something new like this. It really...

    Nov 8, 2013
  9. sarahk liked nico_swd's post in the thread Genrate Sequence number after clcik on submit and it should create automatic table with d same filed.

    Yes, Sir! Yes to all, Sir! What you're asking for is a bit much, to be honest, Sir. The forum is for specific problems with scripts, or...

    Nov 6, 2013
  10. ryan_uk liked nico_swd's post in the thread Genrate Sequence number after clcik on submit and it should create automatic table with d same filed.

    Okay yes, I understand what you want to do. What I don't understand is why. You can do all of the above using one single table. So I'm...

    Nov 6, 2013
  11. sarahk liked nico_swd's post in the thread Genrate Sequence number after clcik on submit and it should create automatic table with d same filed.

    Okay yes, I understand what you want to do. What I don't understand is why. You can do all of the above using one single table. So I'm...

    Nov 6, 2013
  12. ryan_uk liked nico_swd's post in the thread Header Problems and Basic PHP Question.

    Well register_globals does (or did) pretty much what your code above does. If you follow the link from my other post, you'll see an...

    Nov 4, 2013
  13. ryan_uk liked nico_swd's post in the thread Header Problems and Basic PHP Question.

    Note that isset() can take multiple arguments, so you can do all in one single call. if (!isset($_POST['foo'], $_POST['bar'], /* ......

    Nov 4, 2013
  14. ThePHPMaster liked nico_swd's post in the thread Protect php source code.

    Um, ... what?

    Nov 2, 2013
  15. eritrea1 liked nico_swd's post in the thread A PDO class to make it easy on newbies and lazy coders.

    A few things: Don't exit() in your constructor. That makes it impossible to catch the error and continue if the programmer wishes to....

    Oct 20, 2013
  16. basketmen liked nico_swd's post in the thread Only need a printed value from included.php file.

    Okay this madness has to stop. I'm sorry to tell you this, but your code is a disaster. You're hacking solutions into your code that...

    Oct 18, 2013
  17. basketmen liked nico_swd's post in the thread Showing time only with interval 5 minutes.

    [IMG] $date = date('H:i', mktime(date('H'), 5 * round(date('i') / 5)));

    Oct 17, 2013
  18. eritrea1 liked nico_swd's post in the thread Why use getters and setters in PHP?.

    Try out the code you posted. It won't work, because you cannot assign protected properties from outside your class (unless you're...

    Oct 16, 2013
  19. eritrea1 liked nico_swd's post in the thread Why use getters and setters in PHP?.

    Setters also allow you to control the value that's being assigned. Let's say you have a file upload class, and it only supports certain...

    Oct 16, 2013
  20. ryan_uk liked nico_swd's post in the thread select record to insert php.

    Wow... just wow... is this part of geocities' source code? How'd you get hold of this? Are they selling leaked floppy disks on...

    Oct 15, 2013