Search results

  1. T

    Any suggestions?

    Cybrax is right on. Remember "Content is King". What will people do when they reach your website and not find any useful information ? techmo2
  2. T

    php connect to multiple mySql Databases

    Also make sure you close the mysql connections if you are using way too many of them. I believe that the connections get closed when your script stops executing, but it is never a good idea to have a zillion open connections lurking around your app. Try using a single instance of every db...
Top