mardi 26 septembre 2017

Link the database to another page and modify the data that is displayed

I just need to link the lname, mname, fname $output to another page which is from the database and will let me modify from the page and updated to the database: $output .= " <a href=edit.php?id=".$id."> Edit </a><br /> Last Name: ".$lname."<br />First Name: ".$fname."<br />Middle Name: ".$mname."<br /><br />";

        // This part links to the data that is being search so i Need this to link to another page and view it to another page and will let me modify



 $output .=  " <a href=edit.php?id=".$id."> Edit </a><br /> Last Name: ".$lname."<br />First Name: ".$fname."<br />Middle Name: ".$mname."<br /><br />";




Aucun commentaire:

Enregistrer un commentaire