is this applicable?
thanks...:)
Code:
<?php
$query = mysqli_query($Link, "SELECT * from Registration_form where last_insert_id(form_no)" );
while($row = mysqli_fetch_array($query)){
$picture = $row['picture'];
}
?>
thanks...:)
Comment