About HTML Language -
ServerScripter - 21.10.2011
i begin to Learn this Language , but i have not Found 2 Things:
1-How to Create a Formulare ?(like entering something in InputText and send it to Creator's E-mail)
2-How to check if the Member will click on "Copy" and don't let him do that ?
Thanks
Re: About HTML Language -
ca2k - 22.10.2011
I think you need some javascript for number 2 and php for number 1 for them to actually function. Then again browser without JS support can bypass it.
Heres the mail function
http://php.net/manual/en/function.mail.php
Or if you just want to learn without making it work:
http://pastebin.com/z8vCYP0z
Re: About HTML Language -
Pghpunkid - 22.10.2011
You dont need PHP to make forms, but it does make it a lot easier to get the data from the forms. As far as disabling the right click menu, that is JavaScript.
Re: About HTML Language -
Norn - 22.10.2011
Use w3schools, premade code wont help you learn.
Re: About HTML Language -
Michael@Belgium - 22.10.2011
I use javascript when i make forms xp
Re: About HTML Language -
DirtyLilFreak - 25.10.2011
tbh HTML does not code anything functional just the design of the page. I agree with pghpunkid, HTML doesnt have any functionality just the design.
@-Michael@Belgium: You can create forms using php, javascript.. there maybe more languages that I am not aware of.
Re: About HTML Language -
Pghpunkid - 26.10.2011
Quote:
Originally Posted by DirtyLilFreak
tbh HTML does not code anything functional just the design of the page. I agree with pghpunkid, HTML doesnt have any functionality just the design.
@-Michael@Belgium: You can create forms using php, javascript.. there maybe more languages that I am not aware of.
|
PHP is not needed to do forms. You can do forms with HTML, however PHP is needed for MySQL. It depends on the application. HTML isnt only for design.
Re: About HTML Language - [L3th4l] - 26.10.2011
Also, don't use "w3school". Here's why:
http://w3fools.com/
Re: About HTML Language -
Think - 26.10.2011
Quote:
Originally Posted by Norn
Use w3schools, premade code wont help you learn.
|
And w3schools doesnt give you premade code, lol.
HTML is nothing without CSS (If you want a nice looking page)
and personally I do not wish to use HTML without PHP (Since static pages dont suit me)
Re: About HTML Language -
Norn - 26.10.2011
Quote:
Originally Posted by Think
And w3schools doesnt give you premade code, lol.
HTML is nothing without CSS (If you want a nice looking page)
and personally I do not wish to use HTML without PHP (Since static pages dont suit me)
|
It shows you how to do the basics, which is as much as anyone needs considering it's an easy language..