User Profile

Collapse

Profile Sidebar

Collapse
pitchke
pitchke
Last Activity: Oct 5 '07, 11:20 AM
Joined: Sep 18 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • pitchke
    started a topic generate text in the form of image
    in PHP

    generate text in the form of image

    Hey guys...i have developed a code to generate random text and i want to convert the resulting text into a image form...for reference..you people would have come this kind of images while registering yourself to some site say yahoo...which is done to prevent spamming..I want to generate a similar kind of image...
    And this is what i have done so far....this generates random text..please help me to convert this into an image...
    [code=php]...
    See more | Go to post
    Last edited by pbmods; Sep 21 '07, 12:36 PM. Reason: Fixed CODE tags.

  • pitchke
    replied to using php how do i generate random numbers?
    in PHP
    [CODE=PHP]
    <?php

    $a = rand(1,1000);

    print "<p> ($a)</p>\n";

    print "Click the Reload button on your browser to get a new random number.";

    ?>
    [/CODE]
    hey this what i have done...
    Now can you alter things in the same code and show me how to do it...i also want to print the resulting string in a image form...
    Thank...
    See more | Go to post

    Leave a comment:


  • pitchke
    started a topic Generating random text
    in PHP

    Generating random text

    hey guys....
    i need php to generate random text...
    thanks in advance...
    tarun.
    See more | Go to post

  • pitchke
    started a topic using php how do i generate random numbers?
    in PHP

    using php how do i generate random numbers?

    how do i generate random no's...also i want to convert that no. to the corresponding string...using PHP!!!!!
    thanks in advance..
    Tarun
    See more | Go to post

  • pitchke
    replied to how to get a pc time
    in PHP
    hey hi....!try printing this ' ".date('y-m-d h:m:s')."' this should give you current system time



    Cheers..
    Tarun
    See more | Go to post

    Leave a comment:


  • pitchke
    replied to how do I implement a visitor counter
    in PHP
    hey i'm so sorry i was not aware...shall not do it again...
    the code is below:
    [php]
    <?php
    session_start() ;
    $_SESSION['UserID'] = "";
    $_SESSION['UserName'] = "";

    if(!$_POST)
    {
    header("Locatio n:enter.php");
    exit();
    }


    if( $_POST["txtUserNam e"] == "" )
    {
    print( $_POST["txtUserNam e"]...
    See more | Go to post
    Last edited by ronverdonk; Sep 19 '07, 12:46 PM. Reason: enclose code within code tags

    Leave a comment:


  • pitchke
    started a topic how do I implement a visitor counter
    in PHP

    how do I implement a visitor counter

    hey guys....
    i have developed a login page..but i want to have a count of no. of people who have visited and the links they have clicked on.....i want to post this on to the server so that i can send it to the database....
    Kindest regards....
    See more | Go to post
No activity results to display
Show More
Working...