Jump to content

trq

Staff Alumni
  • Posts

    30,999
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by trq

  1. I'm not sure where you got that from. Strings literals in sql must be surrounded by quotes.
  2. This has nothing to do with your code but your server configuration. Do you have access to and the ability to use the servers shell?
  3. It's highly likely your vhost is not configured to respond to an ip alone. We need to see your vhost configurations.
  4. This topic has been moved to Linux. http://www.phpfreaks.com/forums/index.php?topic=318175.0
  5. What exactly does this setting do? VPS's should be administered from the cli not from some web based interface. It's the only way to know what's going on.
  6. This topic has been moved to PHP Regex. http://www.phpfreaks.com/forums/index.php?topic=318181.0
  7. This topic has been moved to JavaScript Help. http://www.phpfreaks.com/forums/index.php?topic=317753.0
  8. You cannot mix and match two different mysql* extensions.
  9. Firstly, 20 million records is not a large database as far as MySql is concerned. Secondly, inventing your own half baked method of replication should be avoided completely. MySql has support for high availability and scalability. See http://dev.mysql.com/doc/refman/5.1/en/ha-overview.html As for Google. They use there own database engine (BigTable) for most of there database work not MySql. There are open source (similarly designed) databases such as cassandra (developed, used and made OSS by facebook) but they are a completely different database model to that of MySql and use a NoSQL approach.
  10. This topic has been moved to Miscellaneous. http://www.phpfreaks.com/forums/index.php?topic=317963.0
  11. Your host may have file uploads disabled. Check phpinfo.
  12. This topic has been moved to PHP Coding Help. http://www.phpfreaks.com/forums/index.php?topic=317922.0
  13. This topic has been moved to PHP Coding Help. http://www.phpfreaks.com/forums/index.php?topic=317923.0
  14. Can you format your code so it is readable?
  15. preg_match can be used to find strings matching patterns.
  16. Not without a description of the problem.
  17. This topic has been moved to Miscellaneous. http://www.phpfreaks.com/forums/index.php?topic=317915.0
  18. What exactly is a 'wallpaper script' ?
×
×
  • 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.