Forum: Advanced PHP Programming
09-05-2010, 12:17 PM
|
|
Replies: 2
Views: 768
Url Permalink
Hi,
How To change My Url to user friendly using php and mysql !
any Example :
i have this url for show user profile:
view source
print?
1 http://mydomain.com/showuser.php?id=30 //<- this link show...
|
Forum: Advanced PHP Programming
08-30-2010, 07:03 PM
|
|
Replies: 2
Views: 801
Multiple CheckBox
Hi,
I have Any Form For registering user. how to insert multiple rows in mysql for each user.
my form :
<input type = "text" name = "color" size = "10"><br>
<input type = "checkbox" name = colors[]...
|