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 #37.0K
~620 People Reached
Favorite Forums
Favorite Tags

4 Posted Topics

Member Avatar for davy_yg

There is no need to mention the values like ".$kategori." You just declare it as mysql_query(insert into kategori_berita vaules('$$kategori'); if it is a string if not so just remove quotes. And you didn't used query so the server will not understand which query should be executed please try the above …

Member Avatar for raj2719
0
97
Member Avatar for mukororokudo

why don't you chech by inserting the confirm password also into the database because in database confirm password will be empyt according to your code

Member Avatar for rajesh205
0
110
Member Avatar for aecha
Member Avatar for hans20253

You didn't used the command to connect to database just use below syntax to connect to db <?php $username = "your_name"; $password = "your_password"; $hostname = "localhost"; //connection to the database $dbhandle = mysql_connect($hostname, $username, $password) or die("Unable to connect to MySQL"); echo "Connected to MySQL<br>"; ?>

Member Avatar for rajesh205
0
216

The End.