There is already an entity "url.php.snaps.manual" refering to
http://www.php.net/download-docs.php.
In "preface.xml", it said:
[QUOTE]
You can download this manual in several formats at &url.php.docs;. The downloads are updated as the content
changes.
[/QUOTE]
While the entity "&url.php.downloads;" refer to
http://www.php.net/downloads.php. But from context, I was wondering if it
should refer
On Fri, 5 Sep 2003, LeftOver Production / Jouni Tuovinen wrote:
> // Everything about MySQL connecting has been done
> $result = mysql_query("SELECT DATE_FORMAT(datefield, '%d.%m.%Y') FROM tbl");
> while ($row = mysql_fetch_assoc($result) {
> echo "{$row['datefield']}\n";
> }
> /* Output
Hi,
I found odd thing about this function (or maybe even a bug). I tried to
reach http://bugs.php.net but it was down all the time.
Let's imagine that I have MySQL-command to generate table
CREATE TABLE tbl (
datefield DATETIME
);
INSERT INTO tbl VALUES ('2003-03-03 11:11:11'), ('2003-04-04 11:
vincent Fri Sep 5 14:52:20 2003 EDT
Modified files:
/phpdoc/en/reference/yaz/functions yaz-present.xml
Log:
Fix proto
This has always been bool
Index: phpdoc/en/reference/yaz/functions/yaz-present.xml
diff -u phpdoc/en/reference/yaz/functions/yaz-present.
I was a little suprised that the docs neither state that the GNU locale
library needs to be installed nor that the locales have to be gernerated
in order to use the set_locale function with expected results.
I just was using that function (on Debian testing), which did not
exaclty do what i wante
> [EMAIL PROTECTED]:/home/didou/cvs/phpdoc-fr$ make test && echo ok
> /usr/bin/onsgmls -i lang-en -D . -s ./dtds/dbxml-4.1.2/phpdocxml.dcl
> manual.xml
> ok
Thanks!
[EMAIL PROTECTED]:/home/didou/cvs/phpdoc-fr$ make test && echo ok
/usr/bin/onsgmls -i lang-en -D . -s ./dtds/dbxml-4.1.2/phpdocxml.dcl
manual.xml
ok
[EMAIL PROTECTED]:/home/didou/cvs/phpdoc-fr$
- Mehdi
Marc Boeren wrote:
mboeren Fri Sep 5 05:19:15 2003 EDT
Added files:
mboeren Fri Sep 5 05:19:15 2003 EDT
Added files:
/phpdoc/en/reference/dbx/functions dbx-fetch-row.xml
Modified files:
/phpdoc/en/reference/dbxconstants.xml reference.xml
/phpdoc/en/reference/dbx/functions dbx-query.xml
Log:
Adde