[PHP] Spamed?

2007-02-07 Thread fabio
Are you a spammer? (I found your email on a spammer website!?!) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: string concatenation from array

2003-08-14 Thread Fabio Rotondo
esult; } what about: $wresult = join ( " ", $search_string ); Ciao, Fabio -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Strange problem in class creation

2003-08-14 Thread Fabio Rotondo
al" base_class instance, it should be able to print its contents, but this just doesn't work. Please, notice that if in the following code you remove the line "$this->create()" in the base_class constructor and add the commented line in the main body, everything works

Re: [PHP] Strange problem in class creation

2003-08-14 Thread Fabio Rotondo
n the base_class constructor. The problem is that inside the constructur THE SAME CODE DOES NOT WORK. I think it's a bug. I have worked around it by doing the two calls, but I would like to know if it is a real bug or just me doing something wrong. Ciao, Fabio -- PHP General Mailing List

[PHP] Re: Cannot add header information - headers already sent

2003-08-14 Thread Fabio Rotondo
xt is sent back to the browser when your page is complete. Ciao, Fabio -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Dynamic variables (with method=post)

2003-03-19 Thread Fabio Bot
OK ! $p2 = $_POST['quantidade$upd_item']; // this doesn't work ! Thanks, Fabio. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Dynamic variables (with method=post)

2003-03-20 Thread Fabio Bot
Thanks John, Now it's running right. :) []'s Fabio. "John W. Holmes" <[EMAIL PROTECTED]> escreveu na mensagem news:[EMAIL PROTECTED] > > How do i receive dynamic variables with POST ? > > Please, see the code fragment. > >

[PHP] Strange error in PHP 4.3.4RC2

2003-10-26 Thread Fabio Rotondo
block makes the script work perfectly). Is there anything I can do to test _exactly_ where the script bombs? Ciao, Fabio -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] image functions => text alignment

2002-03-26 Thread Fabio Spinelli
I didn't found nothing about the alignment. Does anyone know if there's a function or a parameter to write with TTF fonts aligned to the RIGHT? Thank, Fabio www.kel666.it -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] post_max_size

2002-03-27 Thread Fabio Tordi
Hi I've this problem whit file uploading: if file size is greater than php.ini's post_max_size attribute my php script run, but all HTTP_POST_VARS is erased!! why this? I'd like to catch this event & show a warning to user. How can I get that? Thanx ! Fabio -- PHP G

[PHP] Php4 + Imap with Debian potato 2.2r3

2001-09-02 Thread Fabio Vendramin
Hi to all. I use debian potato 2.2r3 and i have installed apache + php4 plus the module php4-imap, because i have to use the php4 imap function to retrieve email from a imap server. But when i try to open a mailbox whit the correct username and password with the function imap_open() i wait longe

[PHP] ldap change password

2007-03-07 Thread Fabio Silva
Hi all, i would like to know if anybody has a script in php that change the password of the users in ldap??? That the user can do it by yourself the user put your "username" "old pass" "new pass" "confirm new pass" Somebody can help me? Regards, -

[PHP] Problem with script....

2007-03-08 Thread Fabio Silva
;,"s","t","u","v","w","x","y","z","A","B","C","D", "E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S", "T","U","V","W","X","Y","Z","2","3","4","5","6","7","8","9"); $salt=$alphabet[rand(0,58)].$alphabet[rand(0,58)]; $mod_data["userpassword"]="{crypt}".crypt($newpw1,$salt); ldap_modify($auth_session,$dn,$mod_data); ldap_unbind($ldap_session); ?> Seu password foi alterado http://www.terra.com.br";>Pagin principal -- Fabio S. Silva -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Bug or what?

2001-03-12 Thread Fabio Ottolini (EDB)
First File - index.php Problem detected!" . "Your browser does not support cookies!" . "Enable cookies and try again."); die; } else { $page = "login.php"; header("Location: $page"); } } ?> Second File - login.php Forecast Tool - ATL Key Account Login: Password: Everything works

[PHP] UNA AYUDA-NOVATO PHP

2002-12-10 Thread Héctor Fabio Sánchez Velasco
Soy un principiante de PHP , instale PHP 4.2.3 en un servidor NT4 , con SQL SERVER 7.0 y OPTION PACK 4.0 , en el momento que publico una pagina con una conexion a la base de datos SQL me trae la informacion de las tablas hasta aqui todo normal , pero al crear una forma con una variable escondida al