Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ScaryEders
  • Content: Threads
  • Order by date
  1. ScaryEders

    regex - whitespaces?

    i've been using: ereg('^[a-zA-Z0-9]{3,23}$', $_POST['password']) to check that a password only contains letters and numbers, but how do i make whitespaces OK as well? i saw \s is meant to in a regex meant to mean a whitspace, so i tried [a-zA-Z0-9\s] but it thinks its a backslash and an s...
  2. ScaryEders

    photo upload applet - PLEASE help kind people!

    hi, Being in the proccess of designing a photo sharing website, I would like some advice on how to aquire an easy upload tool. I am aware that html has its own simple file upload capabilities (with a "browse..." button) but this is not good enough for the users of my site - they need to be...
  3. ScaryEders

    Nothing comes on screen . . . but why?

    Hi, I'm trying to put together a PC for the first time, and have put together the following components: * ADM Combo-Z motherboard (http://www.sonicmarts.com/ask8coalim1c.html) * Standard 512MB PC2100 DDR SDRAM * Ide CD-rom, floppy disk drvie, hard disk * GeForce 2 MX AGP graphics card MY...
  4. ScaryEders

    AGP question

    Will an AGP 4x card work in an AGP 8x slot? Thanks, Ed
  5. ScaryEders

    RegEx help needed to make checkValid() - thank you!

    I'm wanting to create a perl sub called "checkValid". When I use this sub, I want to be able to pass to two string values to it and for it use perl's RegEx abilities to return a true or false response. However, I'm not too knowledgeable when it comes to RegEx, which is why I'm asking for your...

Part and Inventory Search

Back
Top