| Sign In/My Account | View Cart |
| Article: |
A PHP Web Services Client | |
| Subject: | little typo | |
| Date: | 2003-07-04 17:57:56 | |
| From: | anonymous2 | |
|
To be current for PHP 4.3.2, html_entities should read htmlentities (delete the underscore.)
|
||
Showing messages 1 through 2 of 2.
little typo
if($hit->Authors)
$Authors = implode(" and ", $hit->Authors);
I also noticed that the results of the query were stored in $books at first and then jumped to being stored in $hits.
Yup. You're correct. I mixed the function's naming convention with html_entity_decode(), its sister.
-adam