VIPP - wrote:
I am working through exercises from the book
PHP Essentials 1st edition by Julie C Meloni.
[snip]
I edited script error and now I am stuck
with Couldn't execute query.
$sql = "CREATE TABLE $table_name (";
for ($i = 0; $i < count($field_name); $i++) {
$sql .= "$fie
Hi:
I am working on a computer with RedHat Linux 7.2
I am running Apache web server and MySQL and Netscape browser
I am working local as the root
I am working through exercises from the book
PHP Essentials 1st edition by Julie C Meloni.
I am having difficulty with an exercise
in chapter 4 regardin