Jump to content

trq

Staff Alumni
  • Posts

    30,999
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by trq

  1. Where are you stuck? And what exactly do you mean by resizing them to be smaller? Do you mean file size or image dimensions?
  2. That is entirely different matter all together. It's likely you need to configure Wordpress to run from a subdirectory or something similar. Not really an Apache issue. Can you login to the Wordpress admin area?
  3. Providing the SHA function is defined somewhere that syntax is fine. And no, there is no way to bold text within the syntax highlighting.
  4. It's comments like this that make your post unclear.
  5. Assuming you want to list the directories contents you'll need to make sure you have... Options +Indexes set for either that specific location or for the entire vhost.
  6. You can get to the data your looking for through your profile.
  7. mod_rewrite has no way of checking to see if the title is correct, that us up to the logic in your blog.php script.
  8. Have you checked phpinfo to ensure the extension is installed? Do you have error reporting on? Have you checked your error logs? What kind of database are you trying to connect to?
  9. This topic has been moved to PHP Coding Help. http://www.phpfreaks.com/forums/index.php?topic=343320.0
  10. Can we see the code in a little more context? Variable variables are notoriously slow and should be avoided IMO.
  11. If your looking for a programmer, we have a freelance board. Otherwise, have you any code? We can walk you through some of the process, but were not exactly here to write code for people.
  12. Your not even using the ADODB extension, your using COM. COM is a windows technology and does not exist on or for GNU/Linux.
  13. The main disadvantage to using php for something like this is that php & php-gtk will need to be installed on any machine you wish your application on. Besides that, there isn't a great deal of people using gtk as far as I can tell. It's always felt a little facky to me anyway compared to gtk implimentations in languages such as Python. Netbeans is an IDE, but yeah, GTK is a framework like Qt. You'll get by using procedural. GTK is however mostly OOP, and you'll find it easier to organise things if you went down the OOP road.
  14. Where exactly are you stuck? We are not here to write code for you.
  15. That would get pretty tedious pretty quickly.
  16. Welcome to the boards. Without any experience writing a php application I think it would be quite rude to charge any client a fee for learning. Your first application will not be well written. This is a skill you gain only through experience I'm afraid.
  17. This topic has been moved to PHPFreaks.com Questions, Comments, & Suggestions. http://www.phpfreaks.com/forums/index.php?topic=343248.0
  18. This topic has been moved to PHP Applications. http://www.phpfreaks.com/forums/index.php?topic=343263.0
  19. This topic has been moved to PHP Applications. http://www.phpfreaks.com/forums/index.php?topic=343204.0
  20. The idea of hooks and plugins does not exist natively in PHP. Are you using some framework or application? We need more details about your particular architecture.
  21. This topic has been moved to Third Party PHP Scripts. http://www.phpfreaks.com/forums/index.php?topic=343228.0
  22. This topic has been moved to JavaScript Help. http://www.phpfreaks.com/forums/index.php?topic=343194.0
  23. Ajax is simple if you use a framework such as jQuery. I would start there.
  24. The resource argument has nothing to do with a particular database, just a particular server. As you said, both databases are on the same server.
  25. This topic has been moved to Ajax Help. http://www.phpfreaks.com/forums/index.php?topic=343184.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.