Jump to content

phpboy07

New Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by phpboy07

  1. Is it really mandatory to read php books.?to enhance your understanding of what php can do.?or just donwload some scripts(some are difficult) then understand what is the code and how it is developed then just rely to forums and tutorials if some of the written code is confusing to the learner..so what is your tips and guidance or any other suggestions.?
  2. <?php $user = "john davy/"; if(preg_match('/\w/', $user)) { echo 'TRUE'; } ?> this statement should return false because my string variable has a / character which my if statements only returns true if it is a variable,digit and underscore i think..what is the problem of this statement when i'm running this it always returns true
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.