I made a simple form, now i want the form data to be sent to my e-mail on submit.
I have webspace but have i to use php to get the data or is there an easier way with-out the learning curve of PHP?

Considering that you already have a webspace, it's kind of silly to not use a server side language which provides you with absolute control of what you do with the submitted data (process it, validate it, mail it to yourself etc.) Plus a Javascript solution would mandate that the user has a mail client installed which would definitely be an expensive assumption.

The best way here would be to go with a server side solution. PHP isn't that difficult of a language and it's always nice to have a good reason to learn something new. :-)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.