Jump to content

archbeta

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

archbeta's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Is this possible? Im using POST method, Can i give, say a textfield named "textfieldname" a value using url like http://localhost/site/file.php?textfieldname="myvalue"
  2. I want a code or a class that would be able to send even just "text/plain" email to (almost every popular email servers i.e. Yahoo, Gmail, Hotmail, etc) ???. I tried many resolutions already from PHP-Manual, from this forum, other forums and I've even tried 2 PHP classes (PHPmailer and SMTPClass, as of now) and I've still not come across one solution , but while I'm still waiting if someone can help me with this problem since many have got into same trouble as I did... I'm still continuing to find a working code or a class (hopefully) and I will post it here for everybody to re-use. Hoping you could help me out with this one... thanks...
  3. Hello... I'm back i think my last post was deleted due to some violation(camel case) and I'm terribly sorry for that... anyway I still do need some help with that last post... My problem is how come my GMAIL email account was able to receive an email by using the syntax below however my 2-YAHOOs and 1-HOTMAIL did not. I think its not PHP but somehow, could PHP manage to get around this? mail($_POST["email_add"], 'Registration Confirmation', $body); tnx.
  4. Hello everyone ;D,     This is my first post, my question is: [color=green][font=Verdana][b]Is there a way to pass form values from a previous form to the new form?[/b][/font][/color]     For example, i have "firstpage.php" and I have in that form a textbox with a value "retain me", if i wanted to have that value to "secondpage.php" - how would you implement it without using a cookie? Is there another way arround it?                                                                                                                             ??? ??? ???                                                                                                                             many thanx,                                                                                                                               [color=navy][b]-zbatev[/b][/color]                                                          
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.