Jump to content

MissMarisjuh

Members
  • Posts

    96
  • Joined

  • Last visited

Everything posted by MissMarisjuh

  1. See this previous post: But again: Rename the contact-page to contact.html, and still use lower-case.
  2. Please use clear filenames.... Did you know in a few years where you had your contactpage? "Was it Page3.html, page 6.htm of page2.html"... Call it as an example contact.html... And where is your contactpage? Without contactpage we cannot go.......
  3. Where is your contactpage? Which file? Page3.html > Doesn't exists page3.html > Does exists, but isn't a contactpage Please use clear filenames, this names are useless...
  4. I got a 404-error? I see the page page3.html will be exists, but it isn't the contactpage. Be care about characters are case-sensitive... On Windows is this no problem, but most webhosters are using Linux, and they're case-sensitive. I can recommend to use clear filenames. Page3.html say's nothing about the content.
  5. The 404 error means: - The filename is not correct (case sensitive) - You don't have uploaded the file.... WhIch file is the contact-script, where can we find it? Under what name have you uploaded them? Your hyperlink for Contact links to: Page3.html
  6. First, made a form, correct your link to the right page (contact.php, i suggest) and upload them..... That's step 1. For a form, i can't advise a HTML-table. It's better to use fieldset, lable and a lot of CSS.
  7. Let's be clear: Your contact-script isn't working yet? Where can we find it?
  8. <!DOCTYPE php What's this for doctype. I don't ever see them... haha But is not the reason for your 404-error, but it's yet incorrect. You better to use the correct HTML5 doctype. I see when i filled in your login-form a 404. loginv.php this is your action, and it's not uploaded, or the filename is incorrect. But please work first at your contact-form, you don't have a working link for them.
  9. Which hyperlink or action gets a 404-error? The link is incorrect, or you don't have uploaded the file.
  10. Forget this..... Try first to make a simple contact-form...... I've learned PHP from this site (and books bacause my study).... http://www.tizag.com/phpT/ And Staiza is a spammer, i've reported them.
  11. $connectie = mysql_connect($serverxx.xxxwebhost.com,xxxxxxxx,xxxxxxxxx) or die($error); This is not correct.... Did you know how strings works, and how you can use variables outside quotes? I think it's a beter idea to wait with MySQL-functions... For a normal contact-form you don't have to use a mysql-database. Using a MySQL database is a way too far for a beginner.....
  12. Yes, i know.. But Habbo is an example of an RPG game..... Sure i can help you with your contactscript. Can you tell me more about your problem, what you tried, and show your code and problem around the lines... (relevant sourcecode, around 15 lines...) Learn to how debug them, read the manuals on php.net. Be a go-getter and in extreme cases, tell your question in this phpfreaks forum.
  13. Role Player Game... (use Wikipedia) often made as a website, sometimes build in Flash (like Habbo Hotel or Runescape) First, forget your idea's about your game, and make a few little scripts. With 'no' or 'few knowledge' is it very very difficult to make an own game. What i can advize: - Learn the practice about POST and GET en how form's working and how they're handled by PHP. (E.g. to show you name you've filled in. - Build a calculator, to explore the power of the 'operators'. And use own made 'functions'... - Learn about sessions, (E.g. To save your name into a Session) - Build an own contactscript, to mail the contactinformation to your mailadres... - A guestbook that can save the data in a mysql/postgresql database. - Build a simple forum to explore the power of MySQL/PostGreSQL (and learn about JOINS) In due of time, you learn all the stuff you have needed to make your own game. But it's very important to take the time. Maybe you can make end of this year the first steps for your own game. have fun.....
  14. A index, that's just HTML-learnings, same to build a form... But, what do you know about PHP? Is it not a better idea to first make a safe contact-script, or a guestbook? Thats the way how i was started with PHP. Now 3 years further, i have build my own webshop system in classes, OOP, MCV and more... A game (RPG) for a beginner is a way too far....
  15. Yes, what you explain, that stuff is HTML. What you now will is PHP, that really different and i think your're very new in this world? Is it? What are your experiences about PHP?
  16. Okay okay... But, again... What experience do you have about PHP? What do you know about it.... (and tell me not 'the basic)' ?
  17. $connectie = mysql_connect($000webhost.com,'','') or die($error); This first argument of your function is not correct. And did you have filled in the right credentials? (user, pass, database) How long do you have experience about PHP?
  18. Can you explain about your skills? Array's? statements? Form-requesting....? The only thing you know... with basic PHP-experience, it can be takes months/year before you have a RPG game with Horses..... How long have you had experience about PHP? I can help you, but let be shure. I will not tell everything ....
  19. May I can help you. Can you tell me your experience about your PHP programming-skills?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.