Dear mideastgirl the above bytes.zip file works very nicely which is given by Mr. anfetienne so follow him.
I have down load this above bytes.zip & copy to all byte on htdocs folder & create database which name is bytes. emport the table from above. & Change here with
mysql_connect($ hostname,$usern ame,$password);
@mysql_select_d b($dbname) or die( "Unable to select database");
Replace with
mysql_connect(" localhost","roo t"," ");
@mysql_select_d b(''addMember) or die( "Unable to select database");
Then after test it. It work nicely.
Thank You
I have down load this above bytes.zip & copy to all byte on htdocs folder & create database which name is bytes. emport the table from above. & Change here with
mysql_connect($ hostname,$usern ame,$password);
@mysql_select_d b($dbname) or die( "Unable to select database");
Replace with
mysql_connect(" localhost","roo t"," ");
@mysql_select_d b(''addMember) or die( "Unable to select database");
Then after test it. It work nicely.
Thank You
Comment