Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need to quicly build a website for a new software of mine. The website must forward various customer feed back forms to various designated e-mail addresses. I need to learn how to process the form at the server side and e-mail their contents to designated e-mail addresses. I believe PHP will help.I wish to start learning PHP where can I get good resources?
Posted

Try this link homeandlearn[^]
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 28-Jan-12 15:39pm    
My 5, please see some more in my answer.
--SA
theanil 28-Jan-12 16:50pm    
thanks
Check it out:
http://en.wikipedia.org/wiki/Php[^],
http://www.php.net/manual/en/index.php[^] (to me, this is the best as a manual),
another popular tutorial: http://www.w3schools.com/php/default.asp[^].

See also:
http://www.php.net/docs.php[^],
http://phplens.com/phpeverywhere/[^].

[EDIT]

Of course it's the best to send e-mails from the service part, with PHP or not. In fact, all you could do in the client side is starting some default client program in response to some href, but who knows what the user has? Be careful about processing post data from the users: it's really easy to turn your host into a spam-sending zombie or something like that. Preventing it is easy though: just don't send anything as is, examine all headers and filter our all suspicious stuff.

—SA
 
Share this answer
 
v2
Comments
theanil 28-Jan-12 15:45pm    
lots of patience you have
5+
Sergey Alexandrovich Kryukov 28-Jan-12 16:44pm    
Strange, many say just the opposite. :-)
Thank you, Anil.
--SA
Hello, I've been doing alot of PHP research myself, I've always been a kinda html gal myself, but PHP seems to add a totally new layer of dynamism to content I'd really love to serve, I've found a few very good references I'll list them below!
http://php.net/[^] (obviously)
http://tizag.com/[^]
http://google.com/[^] (If you haven't googled for help already, you should! :P)

P.S. I got 2 of the 3 links above all from this article:
http://fix-your-stuff.com/a-beginners-guide-to-php/[^]

They were really helpful, so I really hope you check out the links above!

Thank you!


Tina
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900