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

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] 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

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,