登録情報
|
この商品にタグをつける(詳細)タグは、商品との関連性が非常に強いキーワードまたはラベルのようなものです。
タグにより、すべてのお客様がお気に入りの商品の整理と確認を行うことができます。 ※タグは初期設定で公開になっています。詳しくはこちら |
The first Chapter on MySQL (CHAP 7) needs some work. It speaks about exporting a table into html and xml (page 281) but does not clearly explain that this exports the results of a query. You will first have to build a query (SELECT * FROM phoneList;) before you can export. There are a few other areas in the book where you have to "figure it out". For example, the use of "backslash-n" appears in the text without explanation. Unfortunately, the PHP manual did not clear it up for me. However, hats off to the author (Andy Harris) as other texts are so much more difficult for the beginner (i.e. non programmer).
Installation Problems
---------------------
I had problems getting the supplied PHP software working under Windows 2000. Since I have 2 other PHP books I consulted them only to find that the software supplied by both these did not work either. My Internet search turned up no solution but gave enough info that allowed me to stumble unto a solution. For those of you with a similar problem, try this -
Download apache_1.3.23-win32-x86 or latest version (apache.org)
Download mysql-3.23.49-win or latest version (mysql.com)
Download php-4.2.3-Win32 or latest version (php.net)
The Apache and MySQL installers run automatically but PHP requires some work. Once installed, test Apache with http://localhost/ ... you should see the default apache screen. Next you will need to get Apache to use PHP to interpret files with the .php extension. ... Also, remember to replace all \ with / when editing the configuration files.
If all else fails, reread the installation info that came with the software and search the net for WAMP (Windows, Apache, MySQL, PHP). Good Luck.