Jump to content

Maq

Administrators
  • Posts

    9,363
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Maq

  1. Try this (not tested): $result = mysql_query("SELECT * FROM table_name ORDER BY Score LIMIT 3"); while($row = mysql_fetch_array($result)) { //HTML formatting (tables etc...) echo $row['ID'] . " " . $row['Name'] . " " . $row['Score']; echo " "; }
  2. Nightlsyr is right. The $var is in the field and has a " that needs to be escaped otherwise is terminates the input field.
  3. Works fine for me... Are you talking about when you're selecting what you want in your widget and you click on a link?
  4. Hehe, I was just about to comment. solved.
  5. Are you asking if you're in 345th place you want to show 345 - 330?
  6. Sure. Well there are other open-source image editors that use similar concepts. Good luck.
  7. Not the size but the 2 lines (1 through the middle and one over the top) then the first two letters are a different color. Do you have access to photoshop? I could show you an quick 'n easy way to make a simple header design that I like.
  8. Guess you won't do that again
  9. code?
  10. good eye.
  11. -There's too much in the header, keep it simple. -Your home page should be a little bigger, maybe describing exactly what this does, features, etc.. -The concept is cool and works -IMO it should be centered. -Can you only select 1 thing? -I used your default URL and put in a picture, and it came up broken... (London Electronics 2008)
  12. Sure, try it and if you're having trouble with the code post it so we can help.
  13. No, thank you...
  14. Read this.
  15. To my knowledge, not entirely but I'm sure they're something out there to help. I use NetBeans (free) and usually it can pick up mistakes, but besides that I'm not sure.
  16. Are there any errors? Do you have error display turned on? First you need to debug, please echo all your variables out to make sure they contain the correct values.
  17. Point taken...
  18. Yes, I understand it's bad code, anyone else want to rub it in? I guarantee that I will never make that mistake again.
  19. I told you it's line 59 not 60. Change to: echo ""; (THIS IS LINE 59) echo " " ( THIS IS LINE 60)
  20. It will be the same result but a lot more expensive.
  21. You're problem is line 59. You write in HTML instead of PHP.
  22. I don't know to tell you the truth. I'm still learning myself. I posted a suggestion that worked. I know he may use this in the future with more than 1 record but with 1 record you won't be able to tell the difference.
  23. Yes you probably have to redesign their code to use your design, CSS etc... The 3rd party stuff probably has its own.
  24. Do you want them read-only until a radio button is checked? In that case you need javascript. Do you have any code?
×
×
  • 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.