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
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
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
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
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
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
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
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
http://php.net/closedir
Rainer
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
:%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
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
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
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
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
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,
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]..
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
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
)
(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 &
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
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
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
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
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
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.
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
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
27 matches
Mail list logo