Jump to content
php.lv forumi

php formas mail funkcija


nepateemu

Recommended Posts

Sveiki,

vēlējos lūgt palīdzību ar formas php parsing mehānismu. Vairums piemēros rāda to mail() funkciju, kas būtu ideāla, taču uz klienta servera nav ieinstalēts php pear, tapēc met arā par to erroru.. Skatījos arī variantu, kur fsockopen pieminēts, taču tas diezgan sarežģīts (Pagaidām nolikts malā, līdz nav citu variantu )

Galvenā problēma, ka vajag norādīt citu smtp hostu nevis localhost.

 

Vai ir vēl kādi varianti ko esmu palaidis garām? Vai tomēr bez pear neiztikt?

 

<form id="form1" name="form1" method="post" action="form.php">
 <p>
<label>
 	<input type="radio" name="RadioGroup1" value="radio" id="RadioGroup1_0" />
 	jā</label>
<br />
<label>
 	<input type="radio" name="RadioGroup1" value="radio" id="RadioGroup1_1" />
 	nē</label>
 </p>
 <p>Vai tu vari palīdzēt<br />
<label for="palidzi"></label>
<input type="text" name="palidzi" id="palidzi" />
 </p>
 <p>
<input type="submit" name="submit2" id="submit2" value="Submit" />
 </p>
</form>

Link to comment
Share on other sites

Ko tu tieši vēlies panākt? Uzlikt uz klienta hosta skriptiņu, kas nosūta e-pastu no tevis veidotās aptaujas lapiņas? Uzlikt PEAR? Ja uzlikt PEAR, novelc PEAR Mail Uzkopē failus un sakonfigurē ceļus (ja vajag)... installeris tam nav vajadzīgs (vismaz es vecos projektos to neesmu lietojis, vnk. iekopēju failus pamata package un dependent)

 

Kaut kā šitā: http://www.cyberciti.biz/tips/rhel-install-php-net-smtp-email-socket.html

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...