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]...
User Profile
Collapse
-
generate text in the form of image
-
[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... -
Generating random text
hey guys....
i need php to generate random text...
thanks in advance...
tarun. -
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 -
hey hi....!try printing this ' ".date('y-m-d h:m:s')."' this should give you current system time
Cheers..
TarunLeave a comment:
-
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"]...Leave a comment:
-
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....
No activity results to display
Show More
Leave a comment: