Ashley Sheridan wrote:
On Thu, 2009-08-27 at 20:38 +0800, Keith wrote:
Due to my web hosting server implement SMTP authentication, I couldn't do it
with PHP mail() function, so I opt for PHPMailer.
However, the $mail->Send() method always return true even I've set the
$mail->AddAddress with inv
Hi,
Do you know where can I find more information about using the
ReflectionClass. What is it for? In which situation can I use it and so on.
Thank you in advance!
Viktor
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi,
Thank you for your reply!
I have changed the function like this:
function doReg($fname1="",$family1="",$company1="", $MOL1="", $dannum1="",
$bulstat1="", $phone1="", $email1="", $username1="", $password1="",
$payment1="", $maillist1="", $Addr1="", $City1="", $zipcode1="",
$Country1="", $ship
Hi, thank you for your reply! I'll consider carefully this holes. Thank you!
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi!
Thank you for the reply!
I have change the function:
function doReg($fname1="",$family1="",$company1="", $MOL1="", $dannum1="",
$bulstat1="", $phone1="", $email1="", $username1="", $password1="",
$payment1="",
$maillist1="", $Addr1="", $City1="", $zipcode1="", $Country1="",
$shippingName1=""
Hi,
I'm trying to do the following but I don't have any success. Could you help
me here...
I have this code in mu page:
$value) {
$$key = $value;
}
$valid = $fn = checkLength($fname, 2, 50);
$ln = checkLength($family, 2, 50);
$valid = $valid && $ln;
$cm = checkLength($comp
6 matches
Mail list logo