[PHP] Re: execute methods dynamically

2005-03-20 Thread Rainer Hahnekamp
Sorry my fault. It's working of course. Am Sun, 20 Mar 2005 18:47:20 +0100 schrieb Rainer Hahnekamp: > Hello everybody, > > I want to write a method in version 4 that executes a method of an object. > As parameter the classname and the methodname is passed: > > function e

[PHP] execute methods dynamically

2005-03-20 Thread Rainer Hahnekamp
hat am I doing wrong? Greetings, -Rainer Hahnekamp -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Expedia.com

2004-06-13 Thread Rainer Müller
But what if someone has javascript disabled? Rainer -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: PEAR::DB is great but is sooooo SLOW !

2004-05-16 Thread Rainer Müller
a huge loss in that case ! Greg Remember, PEAR::DB also uses the standard functions, so I can't understand, why it should be much slower. Rainer -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: PHP 5 Documentation

2004-05-10 Thread Rainer Müller
Fidencio Monroy wrote: Does PHP 5 documentation exist? I have not found it in php.net. can someone send link please? Tnx There is only one documentation with version numbers for each function. http://www.php.net/docs.php Rainer -- PHP General Mailing List (http://www.php.net/) To

[PHP] Re: Recommend an IDE for Windows

2004-05-07 Thread Rainer Müller
eatly appreciated! c -- Chris Lott http://www.phpedit.net - It's still free, but the license model will change soon AFAIK. Rainer -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: OR

2004-04-25 Thread Rainer Müller
Aidan Lister schrieb: if (cond || cond2) OR if (cond OR cond2) What do you use, and why? It doesn't matter except you combine it because || has a higher priority as OR. Rainer -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: PHP Auth

2004-04-24 Thread Rainer Müller
invoke it? Thx! This is called "Basic Auth" and google should give you some infos. Rainer -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Print out all the files in a directory

2004-04-17 Thread Rainer Müller
http://php.net/closedir Rainer -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: timestamp to readabe date and time ?

2004-04-11 Thread Rainer Müller
:%i') AS mydate FROM foo (mydate is the name of the column) Rainer -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] php 5 install

2004-04-10 Thread Rainer Müller
mp; Ralf Senftleben Hope it is not too bad :) Seems like an auto-reply... Rainer -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: query strings coming from the same page going back to the same page

2004-04-10 Thread Rainer Müller
d check with is_numeric() if the value from $_GET['month'] is really a number or you will have an security hole in you script. Rainer -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] finding location of document

2003-11-08 Thread Rainer Bendig aka \"mindz\"
Have a look on http://us2.php.net/manual/en/function.parse-url.php So long Rainer Bendig crossx.net | wbbreference.de -Original Message- From: rogue [mailto:[EMAIL PROTECTED] Sent: Sunday, November 09, 2003 12:06 AM To: [EMAIL PROTECTED] Subject: [PHP] finding location of document Hi

[PHP] How do I find double values in an associative array

2002-02-05 Thread Rainer
27;key4'] = 'ghi'; and I want to get the value 'abc' ... Please send me an email ([EMAIL PROTECTED]) because my newsgroups doesn't always work properly! Thanx, Rainer. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Tricky array question

2002-02-05 Thread Rainer
in mycode.php -> Rainer. "Andy" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hello Rainer, > > what kind of disadvantages do I take with me, if my form does not validate? > Is this a problem because of the spiders,

[PHP] Re: Tricky array question

2002-02-05 Thread Rainer
collect them with HTTP_GET_VARS[] or HTTP_POST_VARS[], php-variables. Maybe this will also be a sollution for your problem... just take a look from another point of view :) Cheers, Rainer. "Andy" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]..

[PHP] Re: HTTP Error 405 using POST method

2002-02-05 Thread Rainer
In your example I see that you forgot after your ... maybe that's the problem! "Scott Adams" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi. I'm learning PHP3 on an IIS 4.0 box and I started by trying out this > simple HTML form. The form lets the user i

[PHP] Compare values in an array

2002-02-05 Thread Rainer
get the value 'abc' ... Please send me an email ([EMAIL PROTECTED]) because my newsgroups doesn't always work properly! Thanx, Rainer. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Get Operating System

2001-07-30 Thread Rainer Rosenberger
) (RYFM). Nevertheless it's strange that the getenv function does not return any Value for OSTYPE. I gues that this is a special shell variable the server does not know anything about. Regards, -- Rainer Rosenberger __ NetAktiv, Beratung &

[PHP] Re: return value from recursive function

2001-07-29 Thread Rainer Rosenberger
Hi, your call to abc_recurse returns the return value of the FIRST call. You forgot to pass the result back to the calling funtions (below corrected code). Regards -- Rainer Rosenberger __ NetAktiv, Beratung & Realisierung Dr. Ra

[PHP] Get Operating System

2001-07-29 Thread Rainer Rosenberger
ux-gnu" whereas getenv("OSTYPE") returns nothing Any idea why the simple getenv-solution does not work. Any simpler solution than calling the shell "echo"? Regards -- Rainer Rosenberger ______ NetAktiv, Beratung & Rea

[PHP] Can i get the full HTTP-Header without patching PHP?

2001-07-11 Thread Rainer Kohnen
Hi, is there a way to get the full HTTP Header without patching PHP? I use a debugger coded in PHP a lot. Now i need to debug some intershop enfinity pages. However, enfinity uses a lot of fields with the same names. So my debugger overwrites the variables and i get only the last one. As i cant

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

2001-03-21 Thread Rainer Schaaf
rjs Wed Mar 21 12:55:35 2001 EDT Modified files: /php4/ext/pdf pdf.c php_pdf.h Log: Beta2 of PDFlib V4.0 will introduce on new function (PDF_place_pdi_page) and PDF_close_pdi_page will lose one parameter. These changes are done for the phpwrapper now

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

2001-03-05 Thread Rainer Schaaf
rjs Mon Mar 5 08:18:50 2001 EDT Modified files: /php4/ext/pdf pdf.c Log: fixed bug in PDF_getbuffer (happend only on Windows) When using PDFlib V4.0 the pdf_set(grey/rgbcolor) functions are replaced by the PDFlib V4.0 function pdf_setcolor Ind

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

2001-03-01 Thread Rainer Schaaf
rjs Thu Mar 1 11:51:54 2001 EDT Modified files: /php4/ext/pdf pdf.c php_pdf.h Log: - integrated new functions vor PDFlib V4.0 (beta1) - all functions accepting strings now support binary strings, by calling the appropriate PDF*2() functions.

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

2001-02-21 Thread Rainer Schaaf
rjs Wed Feb 21 15:30:20 2001 EDT Modified files: /php4/ext/pdf pdf.c Log: When using pdf_get_buffer() and doing a correct cleanup by calling pdf_delete() this always resulted in a coredump (after everything was finished, so only visible in the logfil

[PHP-CVS] cvs: php4 /ext/pdf Makefile.in config.m4 pdf.c

2001-02-12 Thread Rainer Schaaf
rjs Mon Feb 12 09:50:39 2001 EDT Modified files: /php4/ext/pdf Makefile.in config.m4 pdf.c Log: added module support (for dl()) for PDFlib the PDF files now tell that they are generated by the PHP binding. Index: php4/ext/pdf/Makefile.in diff