<td>ISBN</td>
<td><input size=13 name="book_isbn" value="<?php echo query_select("selet book_isbn from books"); ?>">
I am trying to print out the isbn , it said
<input size=13 name="book_isbn" value="
Fatal error: Call to undefined function: query_select() in line 15
expert,i am seeking help now.
😕