Re: [PHP] PHP Developer's Cookbook, Second Edition

2002-03-23 Thread Egon Schmid
From: "Craig Westerman" <[EMAIL PROTECTED]> > Is the second edition much different from the 1st? If one has 1st Edition, > is it worth $39.95 to get the second? I hope so. Sterling got a list of errors from two German translators for his 1st edition. Sterling haven´t said a word about the secon

Re: [PHP] Assignment operator proposal

2002-03-20 Thread Egon Schmid
From: "Enrico Weigelt" <[EMAIL PROTECTED]> > On Thu, Mar 21, 2002 at 12:36:26AM +0200, Bogdan Stancescu wrote: > > > Hi all! > > > > I'd like to hear from a single one of you who isn't tired of code similar to > > i'm solving this with some little knowledge of shortcuts evaluation ... > > > > i

Re: [PHP] Book database (slightly OT)

2002-01-29 Thread Egon Schmid
From: "Steve Edberg" <[EMAIL PROTECTED]> > Perhaps the Library of Congress?? > > http://www.loc.gov/z3950/ > > You could hack the web interface, but it would be more efficient to > query the database directly using the Z.39.50 stateful protocol: see > > http://lcweb.loc.gov/z3950/gateway.html#abo

Re: [PHP] phplib???

2001-12-13 Thread Egon Schmid
From: "Duane Douglas" <[EMAIL PROTECTED]> > At 03:23 PM 12/13/2001 -0800, Nathan Cassano wrote: > > >Went to www.google.com. Searched "phplib". The first result returned was > >http://sourceforge.net/projects/phplib. > > i went to the site and the description of phplib was rather sparse. i'm > wo

Re: [PHP] XML DTD

2001-11-12 Thread Egon Schmid
From: "Melih Onvural" <[EMAIL PROTECTED]> > I know this is a PHP news group, but i've seen some XML questions before and > I was > wondering if anyone knew how to apply a DTD, or where to find one. thanks > for any > help, This is not a newsgroup it is a mailing list. We use the DocBook XML DTD

Re: [PHP] posted urls

2001-09-13 Thread Egon Schmid
Alexander Skwar wrote: > > So sprach »murat« am 2001-09-13 um 14:34:31 +0300 : > > how can i change variables that has two or more words to variables that > > has "+" instead of blanks in that variables. > > Like this: "word1 word2 word3" => "word1+word2+word3" > > $word1 . $word2 . $word3 >

Re: [PHP] literature help

2001-09-02 Thread Egon Schmid
> I wish to learn php, but I was wondering if there is a better resource( something > like a guide) besides the php manual on php.net ? Buy the the book from Sterling Hughes with contributions by Andrei Zmievski "PHP Developer´s Cookbook" from Sams. I have been reading every page the last two wee

Re: [PHP] Case?

2001-03-29 Thread Egon Schmid (@work)
acleave wrote: > > I have tried the online documentation and it either errors out on me or cannot > find anything when I search on case. Can someone tell me if PHP supports case > statements (or do I just need to do a series of ifs?) and if so where I can > find them detailed in the online docs?

Re: [PHP] Reversing htmlspecialchars()

2001-03-19 Thread Egon Schmid (@work)
Yev wrote: > I encoded my HTML text via htmlspecialchars(), but now need to get the > actual HTML.. I searched the docs, but couldn't find the reverse > function. How would I do this? See also: htmlentities(), array_flip(), and get_translation_table(). -Egon -- SIX Offene Systeme GmbH

Re: [PHP] Add commas to 1188889 so--> 1,188,889

2001-03-19 Thread Egon Schmid (@work)
"Karl J. Stubsjoen" wrote: > Has anyone written a nifty little function to add commas to big numbers > like: > 119 so--> 1,188,889 See number_format(). -Egon -- SIX Offene Systeme GmbH ·Stuttgart - Berlin Sielminger Straße 63 ·D-70771 Leinfelden-Echterdingen Fon +49

[PHP-CVS] cvs: php4 /pear/Cache Output.php

2001-03-16 Thread Egon Schmid
eschmid Fri Mar 16 00:50:39 2001 EDT Modified files: /php4/pear/CacheOutput.php Log: Ulf, you have a conflict. Index: php4/pear/Cache/Output.php diff -u php4/pear/Cache/Output.php:1.13 php4/pear/Cache/Output.php:1.14 --- php4/pear/Cache/Output.php:1.13

Re: [PHP] pg_cmdtuples support needed in PHP4

2001-03-01 Thread Egon Schmid (@work)
Jess Perez wrote: > > Is there anyone here who can tell me where I can get the pgsql.c module for > PHP4 that has the cmdtuples support compiled in so that when it is called > from PHPlib it does not give the following error message. > > Warning: This compilation does not support pg_cmdtuples()

Re: [PHP] using DTDs and XML

2001-02-23 Thread Egon Schmid (@work)
Mark Newnham wrote: > > Does anyone have examples of using DTD's with the xml_parse functions? http://php.net/xml Example 4 uses an external DTD. Internal DTD's are also possible. -Egon -- SIX Offene Systeme GmbH ·Stuttgart - Berlin Sielminger Straße 63 ·D-70771 Leinfel

Re: [PHP] PHP functions

2001-02-18 Thread Egon Schmid (@vacation)
Boaz Yahav wrote: > > Or maybe this is just the file name on the php.net site that > got me confused? The reason is, that the filenames are derived from refentry id's and ther an underscore isn't allowed. > The listing is for _ but the file name is with an - Correct. -Egon > -Original

[PHP-CVS] cvs: php4 /ext/interbase interbase.c /ext/mysql php_mysql.c

2001-02-18 Thread Egon Schmid
eschmid Sun Feb 18 08:59:19 2001 EDT Modified files: /php4/ext/mysql php_mysql.c /php4/ext/interbase interbase.c Log: Typos in protos. Index: php4/ext/mysql/php_mysql.c diff -u php4/ext/mysql/php_mysql.c:1.69 php4/ext/mysql/php_mysql.c:1.70 --- php4/ex

Re: [PHP] PHP Book Recommendations

2001-02-16 Thread Egon Schmid (@vacation)
Brian V Bonini wrote: > > Can I get some recommendations on some good PHP > books. Something broad but with good novice > concepts There are many at http://php.net/books.php. Maybe Leon Atkinsons Core PHP (second edition) or Sterling Hughes Developer's Cookbook. -Egon -- SIX Offene Sy

[PHP-CVS] cvs: php3 /functions file.c

2001-02-16 Thread Egon Schmid
eschmid Fri Feb 16 05:14:24 2001 EDT Modified files: /php3/functions file.c Log: Wrong return type. Index: php3/functions/file.c diff -u php3/functions/file.c:1.234 php3/functions/file.c:1.235 --- php3/functions/file.c:1.234 Thu Dec 14 06:41:52 2000 +++ php

[PHP-CVS] cvs: php4 /ext/standard file.c

2001-02-16 Thread Egon Schmid
eschmid Fri Feb 16 05:13:53 2001 EDT Modified files: /php4/ext/standard file.c Log: Wrong return type. Index: php4/ext/standard/file.c diff -u php4/ext/standard/file.c:1.140 php4/ext/standard/file.c:1.141 --- php4/ext/standard/file.c:1.140 Thu Feb 15 06:4

[PHP-CVS] cvs: php4 /ext/standard filestat.c

2001-02-15 Thread Egon Schmid
eschmid Thu Feb 15 12:33:09 2001 EDT Modified files: /php4/ext/standard filestat.c Log: Small typo. Index: php4/ext/standard/filestat.c diff -u php4/ext/standard/filestat.c:1.52 php4/ext/standard/filestat.c:1.53 --- php4/ext/standard/filestat.c:1.52 Sun Jan

Re: [PHP] Is there a MOD function in PHP

2001-02-15 Thread Egon Schmid (@vacation)
Randall Perry wrote: > > Couldn't find one in the manual under arithmetic functions. % -Egon -- SIX Offene Systeme GmbH ·Stuttgart - Berlin Sielminger Straße 63 ·D-70771 Leinfelden-Echterdingen Fon +49 711 9909164 · Fax +49 711 9909199 http://www.six.de Besuchen Sie uns

Re: [PHP] converting a date to a string format

2001-02-13 Thread Egon Schmid (@vacation)
Don wrote: > > Does someone have a snippet of code that retrieves today's date, > subtracts 14 days and converts the result to a string in the form > "MMDD"? See http://php.net/mktime and http://php.net/date -Egon -- SIX Offene Systeme GmbH ·Stuttgart - Berlin Sielminger

[PHP-CVS] cvs: php4 /ext/mnogosearch php_mnogo.c

2001-02-02 Thread Egon Schmid
eschmid Fri Feb 2 07:49:59 2001 EDT Modified files: /php4/ext/mnogosearch php_mnogo.c Log: Fixed protos. Index: php4/ext/mnogosearch/php_mnogo.c diff -u php4/ext/mnogosearch/php_mnogo.c:1.4 php4/ext/mnogosearch/php_mnogo.c:1.5 --- php4/ext/mnogosearch/ph

[PHP-CVS] cvs: php4 /ext/mysql php_mysql.c

2001-01-31 Thread Egon Schmid
eschmid Wed Jan 31 15:35:37 2001 EDT Modified files: /php4/ext/mysql php_mysql.c Log: Only two lines are allowed here. Index: php4/ext/mysql/php_mysql.c diff -u php4/ext/mysql/php_mysql.c:1.67 php4/ext/mysql/php_mysql.c:1.68 --- php4/ext/mysql/php_mysql.c:1

[PHP-CVS] cvs: php4 /ext/mssql php_mssql.c

2001-01-27 Thread Egon Schmid
eschmid Sat Jan 27 11:48:58 2001 EDT Modified files: /php4/ext/mssql php_mssql.c Log: Fixed some protos. Index: php4/ext/mssql/php_mssql.c diff -u php4/ext/mssql/php_mssql.c:1.36 php4/ext/mssql/php_mssql.c:1.37 --- php4/ext/mssql/php_mssql.c:1.36 Thu Ja

Re: [PHP] Good Reads

2001-01-27 Thread Egon Schmid (@work)
Ralph Roberts wrote: > > At the risk of appearing immodest (a risk I am willing to accept), I > think my current book project, PHP4 FOR DUMMIES (out this summer) will prove > helpful in learning PHP. I can't see it at Amazon.com. When you have a cover picture I will put that book on http://php.n

[PHP-CVS] cvs: php4 /ext/gd gd.c

2001-01-27 Thread Egon Schmid
eschmid Sat Jan 27 06:20:06 2001 EDT Modified files: /php4/ext/gdgd.c Log: File formats in uppercase characters. Index: php4/ext/gd/gd.c diff -u php4/ext/gd/gd.c:1.110 php4/ext/gd/gd.c:1.111 --- php4/ext/gd/gd.c:1.110 Thu Jan 25 12:52:52 2001 +++ p

[PHP-CVS] cvs: php4 /ext/sybase_ct php_sybase_ct.c

2001-01-26 Thread Egon Schmid
eschmid Fri Jan 26 13:41:38 2001 EDT Modified files: /php4/ext/sybase_ct php_sybase_ct.c Log: Mostly off by one. Index: php4/ext/sybase_ct/php_sybase_ct.c diff -u php4/ext/sybase_ct/php_sybase_ct.c:1.40 php4/ext/sybase_ct/php_sybase_ct.c:1.41 --- php4/ext/sybas

[PHP-CVS] cvs: php4 /ext/hyperwave hw.c

2001-01-26 Thread Egon Schmid
eschmid Fri Jan 26 13:22:32 2001 EDT Modified files: /php4/ext/hyperwave hw.c Log: Fixed another proto. Index: php4/ext/hyperwave/hw.c diff -u php4/ext/hyperwave/hw.c:1.73 php4/ext/hyperwave/hw.c:1.74 --- php4/ext/hyperwave/hw.c:1.73Fri Dec 22 04:57:05

[PHP-CVS] cvs: php4 /ext/muscat muscat.c

2001-01-26 Thread Egon Schmid
eschmid Fri Jan 26 12:56:13 2001 EDT Modified files: /php4/ext/muscatmuscat.c Log: Fixed some protos. Index: php4/ext/muscat/muscat.c diff -u php4/ext/muscat/muscat.c:1.2 php4/ext/muscat/muscat.c:1.3 --- php4/ext/muscat/muscat.c:1.2Thu Jan 18 08:16:

[PHP-CVS] cvs: php4 /ext/satellite php_orbit.c

2001-01-26 Thread Egon Schmid
eschmid Fri Jan 26 12:46:22 2001 EDT Modified files: /php4/ext/satellite php_orbit.c Log: Whitespace change for funclist.txt. Index: php4/ext/satellite/php_orbit.c diff -u php4/ext/satellite/php_orbit.c:1.2 php4/ext/satellite/php_orbit.c:1.3 --- php4/ext/satell

[PHP-CVS] cvs: php4 /ext/openssl openssl.c

2001-01-26 Thread Egon Schmid
eschmid Fri Jan 26 12:42:51 2001 EDT Modified files: /php4/ext/openssl openssl.c Log: Fixed some protos. Index: php4/ext/openssl/openssl.c diff -u php4/ext/openssl/openssl.c:1.7 php4/ext/openssl/openssl.c:1.8 --- php4/ext/openssl/openssl.c:1.7 Sat Jan 13

[PHP-CVS] cvs: php4 /ext/pdf pdf.c php_pdf.h

2001-01-26 Thread Egon Schmid
eschmid Fri Jan 26 10:52:37 2001 EDT Modified files: /php4/ext/pdf php_pdf.h pdf.c Log: Fixed some protos. Index: php4/ext/pdf/php_pdf.h diff -u php4/ext/pdf/php_pdf.h:1.12 php4/ext/pdf/php_pdf.h:1.13 --- php4/ext/pdf/php_pdf.h:1.12 Fri Jan 26 00:20:23 2

[PHP-CVS] cvs: php4 /ext/gd gd.c

2001-01-24 Thread Egon Schmid
eschmid Wed Jan 24 01:42:17 2001 EDT Modified files: /php4/ext/gdgd.c Log: Protos fixed. Index: php4/ext/gd/gd.c diff -u php4/ext/gd/gd.c:1.107 php4/ext/gd/gd.c:1.108 --- php4/ext/gd/gd.c:1.107 Wed Jan 24 01:24:26 2001 +++ php4/ext/gd/gd.cWed J

Re: [PHP]

2001-01-17 Thread Egon Schmid (@work)
"Karl J. Stubsjoen" wrote: > > Is PHP the implied script, so that it is okay to begin PHP code like this vs. like this When is it not implied? You should use http://www.six.de -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

[PHP-CVS] cvs: php4 /ext/mhash mhash.c

2001-01-15 Thread Egon Schmid
eschmid Mon Jan 15 04:01:35 2001 EDT Modified files: /php4/ext/mhash mhash.c Log: Some protos fixed. Index: php4/ext/mhash/mhash.c diff -u php4/ext/mhash/mhash.c:1.24 php4/ext/mhash/mhash.c:1.25 --- php4/ext/mhash/mhash.c:1.24 Wed Nov 22 13:52:53 2000 +++ p