MissMarisjuh Posted July 2, 2013 Share Posted July 2, 2013 (edited) See this previous post: Page3.html > Doesn't exists page3.html > Does exists, but isn't a contactpage But again: Rename the contact-page to contact.html, and still use lower-case. Edited July 2, 2013 by MissMarisjuh Quote Link to comment https://forums.phpfreaks.com/topic/279570-php-login-and-registration-formulier-with-a-html-index/page/3/#findComment-1439106 Share on other sites More sharing options...
yasminlove1 Posted July 2, 2013 Author Share Posted July 2, 2013 i renamed the pages but they still don`t work. they are now: contact.html and nieuw.html Quote Link to comment https://forums.phpfreaks.com/topic/279570-php-login-and-registration-formulier-with-a-html-index/page/3/#findComment-1439114 Share on other sites More sharing options...
MissMarisjuh Posted July 2, 2013 Share Posted July 2, 2013 http://horselife.net84.net/contact.htmlThis works? Your link is yet out-dated But i don't see a contactpage, but a page with (an incorrect link): "Klikhierom terug te gaan." Quote Link to comment https://forums.phpfreaks.com/topic/279570-php-login-and-registration-formulier-with-a-html-index/page/3/#findComment-1439128 Share on other sites More sharing options...
yasminlove1 Posted July 2, 2013 Author Share Posted July 2, 2013 (edited) it doesn`t work by me.. Ow... than i must do the contact else..but i can`t see it.. i have wait and that doesn`t work.. that link works now.. i maded it.. edit. when i change the website it works, but the link doesn`t work.. Edited July 2, 2013 by yasminlove1 Quote Link to comment https://forums.phpfreaks.com/topic/279570-php-login-and-registration-formulier-with-a-html-index/page/3/#findComment-1439148 Share on other sites More sharing options...
MissMarisjuh Posted July 2, 2013 Share Posted July 2, 2013 (edited) <a href="www.horselife.net84.net/nieuw.html"> You miss your http: // protocol, and why are you using the domainname? You can use a relative URL. http://www.w3.org/TR/WD-html40-970917/htmlweb.html Please hover over your links, and you can see the fault in the statusbar. Edited July 2, 2013 by MissMarisjuh Quote Link to comment https://forums.phpfreaks.com/topic/279570-php-login-and-registration-formulier-with-a-html-index/page/3/#findComment-1439153 Share on other sites More sharing options...
yasminlove1 Posted July 3, 2013 Author Share Posted July 3, 2013 (edited) ow yes.. that was just something to try.. edit, thank you!! it works! Edited July 3, 2013 by yasminlove1 Quote Link to comment https://forums.phpfreaks.com/topic/279570-php-login-and-registration-formulier-with-a-html-index/page/3/#findComment-1439216 Share on other sites More sharing options...
MissMarisjuh Posted July 3, 2013 Share Posted July 3, 2013 (edited) Let us know when you have a form, written in HTML. Then we could go further with advice. Edited July 3, 2013 by MissMarisjuh Quote Link to comment https://forums.phpfreaks.com/topic/279570-php-login-and-registration-formulier-with-a-html-index/page/3/#findComment-1439221 Share on other sites More sharing options...
yasminlove1 Posted July 3, 2013 Author Share Posted July 3, 2013 i have write the form, with color, i think this is a good base..? Quote Link to comment https://forums.phpfreaks.com/topic/279570-php-login-and-registration-formulier-with-a-html-index/page/3/#findComment-1439225 Share on other sites More sharing options...
MissMarisjuh Posted July 3, 2013 Share Posted July 3, 2013 (edited) Use this as the formtag: <form action="mailto:your@mailadress.com" method="POST" enctype="text/plain"> An a few tips:- Your CSS is not installed correctly, i can recommend to place this in a single-stylesheet (*.css) - Your doctype is still incorrect.- You 'd better to use labels and fieldsets for your form. Edited July 3, 2013 by MissMarisjuh Quote Link to comment https://forums.phpfreaks.com/topic/279570-php-login-and-registration-formulier-with-a-html-index/page/3/#findComment-1439227 Share on other sites More sharing options...
yasminlove1 Posted July 3, 2013 Author Share Posted July 3, 2013 thank you, i changed the form. i know.. but i don`t like css in another page, i can`t work with that.. sorry.. what is not correct in my doctype..? i know how that must.. but before i go change it.. why is that better..if i may ask that..? Quote Link to comment https://forums.phpfreaks.com/topic/279570-php-login-and-registration-formulier-with-a-html-index/page/3/#findComment-1439229 Share on other sites More sharing options...
MissMarisjuh Posted July 3, 2013 Share Posted July 3, 2013 (edited) Please learn CSS and HTML, it's the way to make a layout for a site.And about your doc-type. See: http://www.w3schools.com/tags/tag_doctype.asp About your contactpage:http://horselife.net84.net/contact.htmlUse the mailto: handler, see my previous example. Edited July 3, 2013 by MissMarisjuh Quote Link to comment https://forums.phpfreaks.com/topic/279570-php-login-and-registration-formulier-with-a-html-index/page/3/#findComment-1439230 Share on other sites More sharing options...
yasminlove1 Posted July 3, 2013 Author Share Posted July 3, 2013 my doctype is now good..? i have learned css and html from this website: http://www.homepage-maken.nl/htmlcursus/kleuren.php Quote Link to comment https://forums.phpfreaks.com/topic/279570-php-login-and-registration-formulier-with-a-html-index/page/3/#findComment-1439231 Share on other sites More sharing options...
MissMarisjuh Posted July 3, 2013 Share Posted July 3, 2013 (edited) The doctype is still not correct: <!DOCTYPE html And why are you placing the CSS in the body? Why do you don't use fieldset's and labels in HTML? Where is your mailto: handler?I have written a few tips... try them.... Edited July 3, 2013 by MissMarisjuh Quote Link to comment https://forums.phpfreaks.com/topic/279570-php-login-and-registration-formulier-with-a-html-index/page/3/#findComment-1439232 Share on other sites More sharing options...
yasminlove1 Posted July 3, 2013 Author Share Posted July 3, 2013 (edited) i gonna try it. i have changed <!DOCTYPE html to <!DOCTYPE.html> because i hate it when css is in another page...? i gonna use the fieldsets and labels in the contact page i start now,. mailto is a link from your mail or not? edit, i have labels, and fieldset right now. Edited July 3, 2013 by yasminlove1 Quote Link to comment https://forums.phpfreaks.com/topic/279570-php-login-and-registration-formulier-with-a-html-index/page/3/#findComment-1439236 Share on other sites More sharing options...
MissMarisjuh Posted July 3, 2013 Share Posted July 3, 2013 (edited) And now your mailto: handler, so you can sent mails from your contactpage.CSS is very important, without CSS yout can't make a good style in your site. When you hate it: - Learn it, and don't hate it - Stop with building sites ;-) Edited July 3, 2013 by MissMarisjuh Quote Link to comment https://forums.phpfreaks.com/topic/279570-php-login-and-registration-formulier-with-a-html-index/page/3/#findComment-1439242 Share on other sites More sharing options...
yasminlove1 Posted July 3, 2013 Author Share Posted July 3, 2013 how do you mean with mailto handler? The formulier must send it to my mail.. there is this for or not? <form action="myemailadres@hotmail.com" method="POST" enctype="text/plain"> I know i know.. i know how i must made it, but i am scared that all the css gonna change from page you know..? Quote Link to comment https://forums.phpfreaks.com/topic/279570-php-login-and-registration-formulier-with-a-html-index/page/3/#findComment-1439247 Share on other sites More sharing options...
MissMarisjuh Posted July 3, 2013 Share Posted July 3, 2013 (edited) Just use mailto: before your mailaddress and you're finished with the basisc of your contact-form. Edited July 3, 2013 by MissMarisjuh Quote Link to comment https://forums.phpfreaks.com/topic/279570-php-login-and-registration-formulier-with-a-html-index/page/3/#findComment-1439249 Share on other sites More sharing options...
yasminlove1 Posted July 3, 2013 Author Share Posted July 3, 2013 (edited) Okay, i maded it, can we go back to work with the form? Edited July 3, 2013 by yasminlove1 Quote Link to comment https://forums.phpfreaks.com/topic/279570-php-login-and-registration-formulier-with-a-html-index/page/3/#findComment-1439252 Share on other sites More sharing options...
MissMarisjuh Posted July 3, 2013 Share Posted July 3, 2013 You have now a basic contact-form. And what do you want more? Quote Link to comment https://forums.phpfreaks.com/topic/279570-php-login-and-registration-formulier-with-a-html-index/page/3/#findComment-1439253 Share on other sites More sharing options...
yasminlove1 Posted July 3, 2013 Author Share Posted July 3, 2013 yes, but now i am thinking how i can made it that i can let see when people click on Send/Verzenden that there come`s this text: Uw mail is succesvol verzonden, u krijgt zo snel mogelijk een antwoord. Quote Link to comment https://forums.phpfreaks.com/topic/279570-php-login-and-registration-formulier-with-a-html-index/page/3/#findComment-1439255 Share on other sites More sharing options...
MissMarisjuh Posted July 3, 2013 Share Posted July 3, 2013 (edited) You can add a alert or a innerhtml function on a onClick-event at your submitbutton How.. you can use Google...I think it's better to make more experience with HTML. With no/less experience, Programming in PHP is a way too far. Remember that all is far from possible, given your little experience. All you need namely to learn. And you have to have understanding.I can recommand these steps:- Learn HTML and CSS, and how to build a semantic website. This takes a few months.. - Then learn the basics of Javascript.- Learn possibly the stuff about jQuery.../ - Learn PHP... Edited July 3, 2013 by MissMarisjuh Quote Link to comment https://forums.phpfreaks.com/topic/279570-php-login-and-registration-formulier-with-a-html-index/page/3/#findComment-1439257 Share on other sites More sharing options...
yasminlove1 Posted July 3, 2013 Author Share Posted July 3, 2013 but, innerhtml is javascript? i don`t understand it. Quote Link to comment https://forums.phpfreaks.com/topic/279570-php-login-and-registration-formulier-with-a-html-index/page/3/#findComment-1439259 Share on other sites More sharing options...
MissMarisjuh Posted July 3, 2013 Share Posted July 3, 2013 (edited) It's a way between learning PHP (where you're not yet ready) and learning HTML.First, learn HTML and CSS. And when you can build a good sementic site, you can acquire knowledge to make a text, which you can see after pressing the submit button. After all, you have to start somewhere with it? later you can still expand it! :-) Edited July 3, 2013 by MissMarisjuh Quote Link to comment https://forums.phpfreaks.com/topic/279570-php-login-and-registration-formulier-with-a-html-index/page/3/#findComment-1439261 Share on other sites More sharing options...
yasminlove1 Posted July 3, 2013 Author Share Posted July 3, 2013 o i understand, i gonna try it. Quote Link to comment https://forums.phpfreaks.com/topic/279570-php-login-and-registration-formulier-with-a-html-index/page/3/#findComment-1439262 Share on other sites More sharing options...
MissMarisjuh Posted July 3, 2013 Share Posted July 3, 2013 Nice, if you have problems with HTML and CSS. Let it hear... But i can suggest first to find your solutions of your problemes. Google is an very big powerfully searchengine for all of the knowledge... Quote Link to comment https://forums.phpfreaks.com/topic/279570-php-login-and-registration-formulier-with-a-html-index/page/3/#findComment-1439263 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.