forum with avatars

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    Personally i guest,

    Originally posted by rukiya View Post
    Added after 3 minutes:




    definately proves you are lazy

    m4ster_v4, Ok ok! Read this forum from start to end, try w3schools.com php tutorial, it will make you an intermediate php coder.
    Are you sure? Here am i PHP: Hypertext Preprocessor THANX MATE. I'M THE PHP CODER NOW.. Hehe.
    There a lot of mods there.. Just search it. Don't forget to download my sc in my topic. Enjoy. Many things you can learn there. ENJOY my release.

    function Captcha(){
    $one = rand(1,50);
    $two = rand(1,50);
    $answer = $one+$two;
    $question = "$one+$two=?";
    $_SESSION['captcha_ans'] = $answer;
    $_SESSION['captcha_que'] = $question;
    return true;
    }
    sigpic
    Visit my WEBSITE Project: http://www.aspirewap.net

    Comment

    Working...
    X