No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
Re: 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 … | |
Re: 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 | |
Re: You didn't posted the data to update the table. | |
Re: 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>"; ?> |
The End.