Recent content by zoey_ann101

  1. Z

    guys i need help in my update code in php..?

    i have a problem! tomorrow will be my deadline for my project..my project lacks updating code..i have it here..but the problem is it doesn't update in my database: please if someone could help me what the problem is... <?php require_once("dbconnect.php"); $dbRecords = mysql_query("SELECT * FROM...
  2. Z

    about php code!!plzzz help!!?

    guys?? how to delete a displayed data.. my code is this,, <?php while($arrRecord = mysql_fetch_array($dbRecords)) {?> <table border=2 align=center width=30%> <form name="frmdelete" action="delete.php"> <tr> <td><?php echo $arrRecord['Title'];?> by <?php echo $arrRecord['Artist'];?></td> <td...
  3. Z

    about php code!!plzzz help!!?

    guys?? how to delete a displayed data.. my code is this,, <?php while($arrRecord = mysql_fetch_array($dbRecords)) {?> <table border=2 align=center width=30%> <form name="frmdelete" action="delete.php"> <tr> <td><?php echo $arrRecord['Title'];?> by <?php echo $arrRecord['Artist'];?></td> <td...
Back
Top