Re: [PHP] Apache/PHP/MySQL/OpenSSL upgrade question

2006-03-24 Thread Julius Hacker
cumentation of Apache 2.2, it's described well there. -- Regards Julius Hacker http://www.julius-hacker.de [EMAIL PROTECTED] OpenPGP-Key-ID: 0x4B4A486E -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Possible hacker using php script to send e-mails?

2006-03-11 Thread Julius Hacker
ing it (I think you include the error.php, right?). E. g. you can set a variable in your other script and check in the error.php wether the variable is set or not. This way only your script can use the error.php and noboy can abuse it :) -- Regards Julius Hacker http://www.julius-hacker.de [EMAIL

Re: [PHP] Prepared statements

2006-03-08 Thread Julius Hacker
Curt Zirzow wrote: > > On Mon, Mar 06, 2006 at 10:03:10PM +0100, Julius Hacker wrote: > > > >> >> Curt Zirzow wrote: >> >> >> >>> >>> I assume your loop is something like: >>> >>> while(conditi

Re: [PHP] Prepared statements

2006-03-07 Thread Julius Hacker
Anthony Ettinger wrote: > On 3/6/06, Anthony Ettinger <[EMAIL PROTECTED]> wrote: > >> On 3/6/06, Julius Hacker <[EMAIL PROTECTED]> wrote: >> >>> Curt Zirzow wrote: >>> >>>> I assume your loop is something like: >>&

Re: [PHP] Prepared statements

2006-03-06 Thread Julius Hacker
use["id"], ...); > Unfortunately it helps nothing :-( But I think also that it's something because of the declaration and initalization of the variables because it works if I have the bind_param in the loop after I gave the variables their values. But to have the bind_param in t

Re: [PHP] Prepared statements

2006-03-05 Thread Julius Hacker
and all are set with correct values. As I said, if I do the bind_param inside the loop it works without problems. So there's a difference in doing it before the loop and inside the loop causing this problem. -- Regards Julius Hacker http://www.julius-hacker.de [EMAIL PROTECTED] OpenPGP-Key-ID: 0

Re: [PHP] Prepared statements

2006-03-04 Thread Julius Hacker
Anthony Ettinger wrote: > On 3/4/06, Julius Hacker <[EMAIL PROTECTED]> wrote: > >> One other thing: >> If I do the bind_param within the loop, it just works. >> >> The curious is that I have to prepared statements for this loop (one for >> inserting d

Re: [PHP] Prepared statements

2006-03-04 Thread Julius Hacker
;t used > because I used bind_param before that. > > In the example for mysql_bind_param they do it like me. > Is the example also wrong or do I have to consider something special? > > -- > Regards > Julius Hacker > > http://www.julius-hacker.de > [EMAIL PROTECTED]

[PHP] Prepared statements

2006-03-03 Thread Julius Hacker
ey do it like me. Is the example also wrong or do I have to consider something special? -- Regards Julius Hacker http://www.julius-hacker.de [EMAIL PROTECTED] OpenPGP-Key-ID: 0x4B4A486E -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Problems with file()

2006-03-02 Thread Julius Hacker
ddresses as argument it works just fine. Can anybody help me here? Thanks :) -- Regards Julius Hacker http://www.julius-hacker.de [EMAIL PROTECTED] OpenPGP-Key-ID: 0x4B4A486E -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php