Learning PHP Online
@sudeepmahanty (9)
India
November 28, 2007 2:56am CST
Hi Friends,
I am trying to learn PHP, but not getting any site for online training. I am just trying to create a Contact page. Which should be mail back to my mail ID after any posting.
Please HELP.
NOTE: NO LINKS CONTAINING REFERAL ID STRICTLY NOT ALLOWED. AVOID POSTING SUCH COMMENTS ELSE YOU WILL LOOSE ALL YOUR EARNED MONEY.
4 responses
@swatig (1183)
• India
1 Dec 07
hi,
Im also learning PHP for quite sometime, but never get confident to do the project.if you are also learning php, then ive came across the technique in which you send me the problem for solving depending upon the skill level, and i also do the same to you which you solve with your knowledge of php. so tht both learn the php and incase of any query, other can assist in solving tht specific query.
interested, then let me knw, i most welcome.
swatig
@praveenkalias1981 (95)
• India
1 Dec 07
to learn PHP try www.w3schools.com. It is a great recourse to online training.
http://www.w3schools.com/php/default.asp
also try php.net. this site is also good.
@moriakaice (109)
• Poland
28 Nov 07
Either look for PHPMailer: http://phpmailer.codeworxtech.com/ which is really cool and simple to use, or just read about mail() function on php.net's documentation.
Also try to find a free script with source that does that and analyze the code to see how to verify entered data and such things.
@jaindynike (35)
• India
29 Nov 07
it's simple to learn or make the form for posting...you need to create two pages one form that gets displayed on the internet to the user where he will input all the information then you need to set the action of the form as the new php page that collects the data from the form and send it to the mail that u choose...i got the scripts want it??