User Profile
Collapse
-
I checked that site..but it does not have the stuff to generate names...Anyway I may try it out myself.Thank You -
-
Yes This is exactly what I did ..I wanted to know is there any other efficient manner...
I used the string functions too..
I am making all the combination of username ,first name ,last name and then combine the name with number etc..and each time checking the database...
So I guess this is the only way to do that...
ThnaksLeave a comment:
-
-
Below is the code which check whether the username already exist!..
[php]
//Check if username already exists...
// connection to database made here
$q2 = mysql_query("SE LECT * FROM `members` WHERE `username` = '".$_POST['username']."'");
$q3 = mysql_fetch_obj ect($q2);
if($q3->username == $_POST['username']) {
die('<BR><BR>So rry, but the username "'.$q3->username.'"...Leave a comment:
-
A php script to suggest usernames
Hi,
I am a new member.I want help in the following...
A script that receives an username and checks if the username is
available, if not then suggest a new username using as input
the username, firstname , and lastname....
Please help me.I am a beginner to PHP.
I am no where able to find a solution to suggest name from user input firstname, middle name and last name.
Thank you so much..
Pr...
No activity results to display
Show More
Leave a comment: