Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. pwrlogic

    apache cgi not working

    i am going nuts i set up the addhandler and the scriptalias and i still can not get my cgi to work right whenever i invoke a cgi script i get a internal server error 500 the script gets invoked and runs but the access log shows a 500 604 code and the error logs says something about malformed...
  2. pwrlogic

    can not install mysql

    if your on windows download phptriad it does the mysql and php install and config and apache too
  3. pwrlogic

    Can a java program connect to a MySQL database?

    if you are working in windows be sure to get myodbc its free and it makes working with mysql a lot easier
  4. pwrlogic

    Database design question...

    hello your database issue is simple just do some research on how to setup foreign keys. it seems like you need 3 tables in one database with foreign keys pointing to the different tables then all you have to do is joins in your selects to make it all come together. by the way i just came across...
  5. pwrlogic

    Table to copy

    hello i just downloaded from cnet.com premium softwares navicat mysqlstudio this program is really great. use it free for 30 days. hey why struggle.
  6. pwrlogic

    Help with mysql date functions

    hi thanks for the input i found the solution though i do not know if it will work in both php and java sqlj/jdbc SELECT * FROM shopping_cart where shopping_cart.timestmp <= DATE_SUB(CURRENT_TIMESTAMP, INTERVAL &quot;3&quot; DAY) order by shopping_cart.timestmp desc; it works perfect.
  7. pwrlogic

    Help with mysql date functions

    Hi This should be easy all i want to do is select all the records in a table greater than three days old. select * from tableA where tablea.timestmp < current_timestamp - 3; does not work. i'm stumped.
  8. pwrlogic

    how do i use another port other than port 80

    Thanks for all of your helpful info. Register.com says they only support port 80, and i dont think i want to trust a uknown company with my personal info and web content, so i dont think i'll use zoneedit. I know there is a way to do this using two apache servers but i guess i won't be able to...
  9. pwrlogic

    how do i use another port other than port 80

    like many others my isp (rcn) has blocked port 80 now no one can access my site. i put listen statements in the httpd conf file for port 8080 and added a virtual server statement pointing to that port but still no one can access the site from the internet. if i put www.newblackmusic.com:8080 i...

Part and Inventory Search

Back
Top