Search results

  1. D

    question to php programmers?

    $str=preg_replace('#[^a-zA-Z0-9?-??-?]#','',$str); ?-??-? <-- this is the same as a-zA-Z, just in russian. As you already guessed i wanted to make $str only contain russian and english alphabet and digits. So what's wrong? and if you know another way of doing the same in php i would only...
  2. D

    question to php programmers?

    $str=preg_replace('#[^a-zA-Z0-9?-??-?]#','',$str); ?-??-? <-- this is the same as a-zA-Z, just in russian. As you already guessed i wanted to make $str only contain russian and english alphabet and digits. So what's wrong? and if you know another way of doing the same in php i would only...
  3. D

    which was a better place for you to learn php?

    w3schools.com or php.net . I'm not a starter. But my php is not enough to make a site. What to do?
  4. D

    php whole code needed?

    Hey. I was looking for an example of a whole site code in php. Do you think it's possible to find such anywhere for educational purposes? I would really appreciate a link ^ ^. Thank you. THANK YOU SEAN B ^ ^ was all i needed =* 10 points soon)
  5. D

    php whole code needed?

    Hey. I was looking for an example of a whole site code in php. Do you think it's possible to find such anywhere for educational purposes? I would really appreciate a link ^ ^. Thank you. THANK YOU SEAN B ^ ^ was all i needed =* 10 points soon)
Back
Top