About HTML Language
#1

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
Reply
#2

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
Reply
#3

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.
Reply
#4

Use w3schools, premade code wont help you learn.
Reply
#5

I use javascript when i make forms xp
Reply
#6

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.
Reply
#7

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.
Reply
#8

Also, don't use "w3school". Here's why: http://w3fools.com/
Reply
#9

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)
Reply
#10

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..
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)