Jump to content

Anders Moen

Members
  • Posts

    866
  • Joined

  • Last visited

Everything posted by Anders Moen

  1. You can get horizontal menus here and vertical menus here
  2. Thanks guys, but I found out right after I posted this post. And I didn't have time to tell that I found out.I just used<?phpsession_start();session_destroy();?>at the logout page. Hehe, thanks anyway
  3. Anders Moen

    problem in mail

    Are you sure your host has the mail() function on? They might have turned it off you know.
  4. How do I destroy a session? When i go to my login page, I log in, and then it takes me to the index and from there I click log out and I get to the log out page. And from there I get redirected back to the index where I go to the login page again, and I'm still loged on
  5. I don't know if this is the right answer, but I saw a whitespace on the third line and you missed these ( )You've written: include_once"includes/kontakt.php";And you should have written: include_once ("includes/kontakt.php");And have you named the form itself? I mean, the submit button must have name="regg" because you've used if(isset($_POST['regg'])) {You also need to name the inputs with what you've used in the PHP code.
  6. I might join. I know PHP and MySQL. I've just made a login form and I also know how to make a registrationform if you need.
  7. Hmm, are you sure your host allows PHP?And is the mail() function on? Ask your host. Give me link to your host and I can find out if you don't do it yourself.
  8. <script type="text/javascript"> document.write("<script type='text/javascript' src='myjs.js'><\/script>"); document.write("<link rel='stylesheet' type='text/css' href='mystyle.css'>");</script> What's this? You don't have to use a JavaScript code to import another JS and your CSS.You do this between <head> and </head>:<script type="text/javascript" src="myjs.js"></script>and<link rel="stylesheet" type="text/css" href="mystyle.css">
  9. I don't know, i just know that my old friend used it under a schoolproject where we two made our own website. And i got 6 (best mark) and he got 5
  10. If you are able to use PHP that would be the best. Then you could just use this code:<html><head><title>your title</title></head><body><?phpinclude("ForExampleMyBanner.php")?>And here's e.g the article</body></html>And just use that code on each site, and if its a banner you use in there, you could just change the banner url in that file, and it would change on all of your sites that got the include PHP code.
  11. You should make it in Flash, and if you don't have a Flash program you can download a free one http://www.koolmoves.com that's easy to learn.Here's a little thing I made with it: http://www.andersmoen.frac.dk/merryXmas.swf haha
  12. Are you kidding me? You don't use a program such as dreamweaver! It's just to click on e.g "table" and you'll get a table. To make the best sites, you have to code it yourself. Not let a machin do it
×
×
  • Create New...