Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.55K
~321 People Reached
Favorite Forums
Favorite Tags
php x 1

1 Posted Topic

Member Avatar for nike123

This has not been resolved since the original poster found an alternative solution and has not posted back for others. This is the complete code I am using: [CODE]<html> <head> <title>Add New MySQL User</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> <?php if(isset($_POST['add'])) { include 'library/config.php'; include 'library/opendb.php'; $username = $_POST['username']; …

Member Avatar for phpnukes
0
321

The End.