Jump to content

Maq

Administrators
  • Posts

    9,363
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Maq

  1. @knobby, don't double post: http://www.phpfreaks.com/forums/index.php?topic=338621.0;topicseen & the second part of your question: http://www.phpfreaks.com/forums/index.php?topic=338621.msg1595762#msg1595762
  2. I'm paying $1.25 for each. In my previous apartment we had our own washer and dryer.
  3. hi thanks for your reply. So if it is missing a curly bracket does that mean i have to go through it and find where it should be? or will enabling short_tags fix the issue? Thanks again You should really try to avoid using short_tags due to portability issues but I would temporarily enable them to see if that's the issue, then you could simply do a find/replace.
  4. You can mark this topic solved if you want
  5. This topic has been moved to PHP Regex. http://www.phpfreaks.com/forums/index.php?topic=338555.0
  6. That error usually indicates that you're missing a curly bracket. This could also be caused if you DO NOT have short_tags enabled. Check in your php.ini or by simply placing phpinfo() in a php file to check. This is a great example of why NOT to use short_tags.
  7. It certainly would ;P Yep, and there is actually some ongoing staff deliberation on how to improve this issue.
  8. Just to be clear, you want to import the contents of the file into your database? If so, we need more information; table definition, file content samples, etc. If not, please elaborate.
  9. This topic has been moved to PHP Applications. http://www.phpfreaks.com/forums/index.php?topic=338549.0
  10. How are we supposed to automatically detect that a question has been answered?
  11. Maq

    Hi

    Cool man, welcome aboard.
  12. This topic has been moved to MySQL Help. http://www.phpfreaks.com/forums/index.php?topic=338528.0
  13. This topic has been moved to mod_rewrite. http://www.phpfreaks.com/forums/index.php?topic=338522.0
  14. We need more information. That doesn't make any sense to me.
  15. Mufleeh, in the future, please place OR tags around your code.
  16. You probably already know this but you can also manually check to see if there are new replies to any topics you replied in after your most recent reply (hope that makes sense). Top left -> Show new replies to your posts.
  17. Look at AbraCadaver's post.
  18. Maybe you wanted an INDEX on multiple columns? Anyway, that still doesn't solve the problem that you were inserting a blank value for 'name'.
  19. This topic has been moved to MySQL Help. http://www.phpfreaks.com/forums/index.php?topic=338417.0
  20. You have to reformat it with the date function or in SQL. $s = strtotime('20110523'); echo date('dmY', $s);
  21. Google - http://php.net/manual/en/faq.html.php - If you have a specific issue come back and ask.
  22. This topic has been moved to PHP Regex. http://www.phpfreaks.com/forums/index.php?topic=338421.0
  23. In your query you're using $tname, not $name.
  24. This topic has been moved to PHP Regex. http://www.phpfreaks.com/forums/index.php?topic=338398.0
×
×
  • 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.