Jump to content

Maq

Administrators
  • Posts

    9,363
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Maq

  1. Is there a problem with it? What exactly do you want us to inspect? 36k of code isn't exactly a light look-over.
  2. Although your post is helpful, please try and not to resurrect threads from over 2 years ago.
  3. This topic has been moved to MySQL Help. http://www.phpfreaks.com/forums/index.php?topic=330779.0
  4. I think you want to use &&. If $news['accounttyperaw'] is 0, then the second condition is true, if $news['accounttyperaw'] is 1, then the first condition is true, if $news['accounttyperaw'] is neither 0 or 1, then they are both true. So your IF block will always result in TRUE.
  5. Syntax is correct, but the logic doesn't make sense.
  6. Oh, they're much more than just waffles.
  7. This topic has been moved to PHP Coding Help. http://www.phpfreaks.com/forums/index.php?topic=330732.0
  8. Hi, welcome to PHPFreaks.
  9. Maq

    New to PhP :D

    Hi Alice, welcome to PHPFreaks.
  10. This topic has been moved to JavaScript Help. http://www.phpfreaks.com/forums/index.php?topic=330539.0
  11. No, I believe it would be: /.*JavaScript.*/
  12. Maq

    Hello forum

    Hi TPH, I'm sure you will like it here at PHPFreaks.
  13. Unless you're actually breaking out of the master string, you need to escape the single quotes.
  14. Hi Suneel, welcome to PHPFreaks.
  15. Maq

    Hi Guys

    Hi and welcome!
  16. You need to echo the value: ' /> EDIT: changed uid back to id.
  17. Why did you change the name of the field to "uid" when you're using "id"?
  18. Thanks for the kind words. We appreciate you giving back to the community.
  19. Don't lie, you know you still use it.
  20. This topic has been moved to PHP Coding Help. http://www.phpfreaks.com/forums/index.php?topic=330434.0
  21. Maq

    PHP Grids

    Not sure what you mean by 'grids' exactly, but here's a tutorial: http://www.phpfreaks.com/tutorial/basic-pagination
  22. This topic has been moved to MySQL Help. http://www.phpfreaks.com/forums/index.php?topic=330221.0
  23. I like the simplest way which seems to be the tag. Funny I've never seen it explained in any of the many tutorials I've read. You probably guessed it Maq. I need it for my tutorial.... Haha yeah, I was thinking that. You should include it in your tutorial
×
×
  • 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.