Author record added
"; } $sql8 = "SELECT * FROM authors_record WHERE submission_id = '$_SESSION[last_insert_id]'"; $result8 = mysqli_query($conn, $sql8) or die(mysqli_error($conn)); if (mysqli_num_rows($result8) == 0) { //this poster should be the first person, load his/her data to the form $sql8 = "SELECT * FROM register_tb WHERE id = '$_SESSION[id]'"; $result8 = mysqli_query($conn, $sql8) or die(mysqli_error($conn)); $info8 = mysqli_fetch_array($result8); $first_name=$info8['first_name']; $middle_name=$info8['middle_name']; $last_name=$info8['last_name']; $email=$info8['email']; $affiliation=$info8['affiliation']; $orcid=$info8['orcid']; $url=$info8['url']; $country=$info8['country']; $google_analytics=$info8['google_analytics']; $competing_interests=$info8['competing_interests']; $bio=$info8['bio']; } include("inc_step_query.php"); } $abstract_reformat=str_replace("| # | First name | Last name | Affiliation | Edit | Delete | |
|---|---|---|---|---|---|---|
| $count | $first_name | $last_name | $affiliation | Detail/Edit | Delete |
No author is added to this submission yet!
"; } ?>