|
-
Apr 23rd, 2002, 11:30 AM
#1
Thread Starter
Hyperactive Member
MySql
How can i complete this code:
<?
$HostName="localhost";
$UserName="prokhaled";
$DBName="test";
$Password="";
$Connect =mysql_connect($HostName,$UserName,$Password);
$Select =mysql_select_db($DBName,$Connect);
?>
I want to create new table it's name (Members) this table contain this fields (UserName,Age,Password)
And also How can I add new records in this Table or this fields.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|