Jump to content

Cetanu

Members
  • Posts

    395
  • Joined

  • Last visited

    Never

Everything posted by Cetanu

  1. So how could I distinguish between Yes and No?
  2. Okay, I've tried fixing this forever! I thought I had a handle on forms and PHP. >.> <.< I would like this: 1) Member comes to page. 2) Answers yes or no (via Radio Form) 3) Depending on choice, header to new location. (via if...elseif...else ) It won't work! Nothing happens!!!!! No header. Nothing. >.> <.< I think it's because I'm using radio buttons. <form action="rpgtest.php" method="post"> <fieldset> <legend>Do You Have a Character?</legend> <input type="radio" name="Pos" id="yes" value="Yes"/>Yes, I do.<br/> <input type="radio" name="Pos" id="no" value="No"/>No, I need one!<br/> <br/> <input type="submit" name="submit" id="submit" value="Go!"/> </fieldset> </form> <?php if($_POST['yes'] && $_POST['submit']){ header('Location: http://mythscape.freezoka.com/chrisrpg/'); } elseif($_POST['no'] && $_POST['submit']){ header('Location: http://mythscape.freezoka.com/chrisrpg/create.php'); } else { echo "After selecting a choice you will be redirected to the appropriate page."; } ?>
  3. Looks fine in Chrome, but in the profile editor thing, it says MENU OPTIONS and the first option (Edit Your Profile) is cut off by the <legend>. More or Less, Good Job
  4. CSS and HTML code please?
  5. What current version is Chrome in?
  6. How exactly can I display the images in a directory? I would like to format them so that they appear orderly as well, thanks.
  7. So I downloaded Google Chrome and I've noticed a huge boost in speed. I can now listen to iTunes and browse the Web simultaneously without having my computer freeze!!!
  8. -When I mouse over the menu in FF 3.5 there is a margin from the selection to the menu. Maybe it's supposed to be that way, but I don't like it. -I didn't find the mouse-over images too appealing. -Doesn't validate but it's only got 16 errors. Okay, not terrible.
  9. V8 is a javascript engine (which Chrome uses if I'm not mistaken), so you're comparing an engine to a whole browser...not sure what that statement is supposed to mean. I meant v8 of IE. I have no idea what the other v8 is.
  10. Why are you using the character codes for < and > ?
  11. I think it's the < > I'm not skilled in using RSS with PHP, but that struck me as one thing. http://www.ibm.com/developerworks/library/x-phprss/
  12. I thought I saw this thread get locked. >.> <.< Unfortunately I have noticed that FF keeps freezing up my laptop. I may have to get rid of some plugins. When I used Google Chrome (when it first came out) I kept noticing little things I didn't like. Maybe it's better.
  13. Well what do you guys prefer? I love Firefox. However, on other forums I have this debate with people and they always seem to choose IE, but then you have the informed people that use FF. IE should just...die. Though I've heard v8 is better. Sad that it IE 8 tries to do what FF has done in 3.5.
  14. Oh, I didn't see the little "hi" over in the right corner. With that example, lucy ^ <p> <?php echo "<p>hi</p>" ?> </p> You neglected to put in a ; after the echo. <?php echo "<p>Hi</p>"; ?> Also, as neil.johnson said, you can't have <p><p> </p> </p> Maybe that's why?
  15. For my PHP/MySQL practice I created my website with login/registration stuff, among other things. Now (from reading all of the code, and stuff) I can recognize what a lot of PHP does, and I can write some if...else... things, basic codes, etc. I still have a lot to learn, but I found that learning as I go helped me the most.
  16. It's for my RSS feed because there's no way of returning to my website if you click on the button....except the back button, but that could potentially mess with logging in (resending information, etc.) I only use it once on the whole site.
  17. Well PHP code can be used in documents that end in ".php" (without the () ) If you have a .html file, I don't think PHP will work (never done it). Try that and see.
  18. Great news! Thanks to sawade I have managed to get the home page down to 5 errors. One error is because it won't let me use target="_blank", but I don't plan on getting rid of that so screw them. The other four are because my free host inserts a javascript thing at the bottom of all my pages and they have some errors in their code. W3C doesn't like their code so I'll have to live with the never-able-to-be-valid code. :'( BUT THANKS! Now I know what I was doing wrong.
  19. The box with the categorized breakdown of topics is good. BUT then you have all the boxes and the categories are meshed together in a concoction of deadliness. There is no division between subjects, you have all the info about a thread in a single line which makes it confusing, and having multiple images on both sides of a topic confuses me. Um what else... ...oh you've got odd topics, like the one titled "Do Me".
  20. Okay, thanks for that. I'll fix those sorts of problems and then try and validate.
  21. <div style="margin-left: 70%; padding: .555em;"><a href='registration.php'>Register Today!</a> </div> <div id="content"> <div id="page"> <p style="text-align: right;"> <div style="width: 100%; border: 1px dashed #999; padding: 5px; margin: 10px;"> <a href="linkus.php">Contribute to MythScape by linking us to your website, blog, signature, etc.! You can join in and help, and we will also advertise your site here. Just click this line of text!</a> </div> PS I think I had the wrong idea of <label>
×
×
  • 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.