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
~600 People Reached
Favorite Forums
Favorite Tags
Member Avatar for dizy

hello, i need your help i have problem with my code php. i want to call and display data from database but this coding cannot working. this's my code php. **searchform.php** <?php mysql_connect('localhost','root','') or die("Connection Failed"); mysql_select_db("profil")or die("Connection Failed"); $query = "SELECT * FROM tblreport"; $result = mysql_query($query); ?> <select …

Member Avatar for dizy
0
341
Member Avatar for dizy

i have problem to delete a data using checkbox ..please help me this's coding dataprocessor.php <?php @ $db = mysql_pconnect('localhost','root',''); if (!$db) echo'Error: no connection database. Cuba.'; exit; } mysql_select_db('profil1'); $query = "select * from tblprocessor order by Name "; $result = mysql_query($query); $num_results = mysql_num_rows($result); echo "<center>"; echo "<table …

Member Avatar for dizy
0
259