[PHP] SMTP server response: 550 5.7.1 Unable to relay for

2003-08-27 Thread Àlex Camps
i have windows xp with apache,php and argomail but i cant send emails from php why? thaks. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] [arrays] reading from a form.

2002-06-13 Thread Àlex Camps
I have a example.html --- script function add() { var res=0; for(x=0;x3;x++)res=res+parseFloat(example.text[x].value); example.result.value=res; } /script html form name=example action=show.php input type=text name=text value=1br input type=text name=text