Welcome to TalkGraphics.com
Page 3 of 3 FirstFirst 123
Results 21 to 25 of 25
  1. #21
    Join Date
    Jan 2004
    Location
    Holland Patent, NY, USA
    Posts
    605

    Default Re: php image-gallery

    Quote Originally Posted by Suvek View Post
    I've tried simple modification of that SQL query without success. Looks like PHP uses Magic Quotes and makes the code safer.
    Later versions of mysql/php make sql insertion more difficult, I believe.

  2. #22
    Join Date
    Aug 2006
    Posts
    73

    Default Re: php image-gallery

    So, basically, I'll be ok as long as it's just an image gallery then? Sice it's nothing big, and no passwords or anything...

    But I'll keep Secure-PHP in mind

    Thanks for the help guys

  3. #23
    Join Date
    Jan 2006
    Posts
    2,439

    Default Re: php image-gallery

    Quote Originally Posted by StevenWWinters View Post
    Later versions of mysql/php make sql insertion more difficult, I believe.
    Only if you use the right PHP functions (escaping or bind variables). More info about SQL Injections here.

    Magic Quotes can be enabled or disabled on your Webserver. Depends on the php.ini. Magic Quotes are deprecated and will be removed with PHP 6.0 (see also PHP Manual).

    Regards,
    Remi

  4. #24
    Join Date
    Oct 2006
    Location
    UK
    Posts
    216

    Default Re: php image-gallery

    i really wish i could understand this stuff

  5. #25
    Join Date
    Aug 2006
    Posts
    73

    Default Re: php image-gallery

    Quote Originally Posted by suunto View Post
    i really wish i could understand this stuff
    Well, it's not really that hard, complex, but not hard, you just need the right source for learning and the right motivation

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •