Good day, My OS is Windows Vista, Apache2.2, MySQL5 and PHP5 and PEAR.
I have Oreilly's PHP and MySQL second edition examples in my cgi-bin
which is my server root. All of the examples run without error
except Example.7-1. below or any script that starts with
require_once "DB.php" which throws the error DB not found.
The curious thing is if I open the same file from the wda. folder
in my cgi-bin...
User Profile
Collapse
-
require_once DB.php Help.
-
Problem with ($q->fetchInto($row)
Greetings,
When I execute this code the table appears as [Book | Year Published | Author] and nothing else. I get no errors from Apache2.2 or MySQL.I am using Windows xp Home edition, English. If I use viewsource the table reads <tr><td><?= $row[0] ?></td><td><?= $row[1] ?></td><td><?= $row[2] ?></td></tr> etc. I have tapped all resources such as thescripts,mysq l...
No activity results to display
Show More