Jump to content

trq

Staff Alumni
  • Posts

    30,999
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by trq

  1. This topic has been moved to Miscellaneous. http://www.phpfreaks.com/forums/index.php?topic=351528.0
  2. mailto requires an email address, so, no.
  3. We understand what your trying to do. We are telling you however, that it is not good nor proper design. It makes no sense from an OOP perspective. If you want to keep trying to go down this path your on your own.
  4. This topic has been moved to Ajax Help. http://www.phpfreaks.com/forums/index.php?topic=351506.0
  5. Sorry, but there is no such thing as programming without knowing how to program or not touching any code.
  6. That goes completely against any definition of good design. Objects should only inherit from each other if they are actually related. This generally means that classes in a hierarchy are of the same type. Don't use classes then. Just continue writing procedural cod easy it is very easy to write spaghetti code (what your describing) this way.
  7. Sounds more like you need to develop a CMS> Seriously, you are thinking about this backwards. You shouldn't need to dynamically generate code, you need to dynamically generate content. There is a massive difference.
  8. This topic has been moved to Third Party PHP Scripts. http://www.phpfreaks.com/forums/index.php?topic=351407.0
  9. This topic has been moved to JavaScript Help. http://www.phpfreaks.com/forums/index.php?topic=351451.0
  10. This topic has been moved to Other Web Server Software. http://www.phpfreaks.com/forums/index.php?topic=351449.0
  11. Children inherit from there parents, not the other way around. The parent doesn't even know the child exists.
  12. This topic has been moved to PHP Applications. http://www.phpfreaks.com/forums/index.php?topic=351444.0
  13. This topic has been moved to JavaScript Help. http://www.phpfreaks.com/forums/index.php?topic=351390.0
  14. I'll repeat that then. It's not going to happen using php.
  15. Where exactly are you stuck? Were not here to supply code for people.
  16. This topic has been moved to MySQL Help. http://www.phpfreaks.com/forums/index.php?topic=351353.0
  17. This topic has been moved to Miscellaneous. http://www.phpfreaks.com/forums/index.php?topic=351363.0
  18. You place them wherever you deem necessary to add the functionality that the plugin is going to implement.
  19. trq

    wordpress help

    Have you actually got an ftp server installed?
  20. $q = 'SELECT id, first_name FROM member WHERE email=? AND pass=? AND activation_code IS NULL'
  21. This topic has been moved to Ajax Help. http://www.phpfreaks.com/forums/index.php?topic=351335.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.