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 Mike Lewis 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. jeffsurfs

    MySQL won't connect

    When I try to connect I get a cannot connect message error 2003 with (10061) at the end if that means anything. I can't think of anything out of the ordinary that may have caused it to do this. All of a sudden it just won't connect.
  2. jeffsurfs

    MySQL won't connect

    I've lost my connection to MySQL server. I'm getting error2003 with (10061) at the end of the error statement. Nothing was done to the program to make it do this, that I can think of.
  3. jeffsurfs

    Merging Excel Documents

    It would help if I could merge two spreadsheets. I have an original with employees, their social, and safety points for each month. Is there a way to import a worksheet each month with points? Not all employees recieve points each month and there are many new employees each month. Is there a...
  4. jeffsurfs

    How to have cell in equation in Excel?

    I can't figure out how to have an equation with the cell the equation it is in, be a part of the equation. Office keeps telling me it can't be a part of its own equation. I am trying to accumulate points and have year to date = year to date + whatever. Please help.
  5. jeffsurfs

    Why won't Perl work on Windows server?

    Why won't Perl work on Windows server? I have been told my CGI shopping cart will not run on a new Windows 2000 server. Currently we have an UNIX server. Does anyone know where a different Perl would be that will run on Windows?
  6. jeffsurfs

    Diff Servers

    Will Perl run on non Unix systems.
  7. jeffsurfs

    Why won't this mailer work

    I'm running Windows and the server is Apache. I'm using FTP to transfer to the server. I do have telnet access.
  8. jeffsurfs

    Why won't this mailer work

    I tried putting the file in the same folder as exising programs and it still won't work. I have saved it with a cgi and pl extension to no avail.
  9. jeffsurfs

    Why won't this mailer work

    I put the sample in my cgi-bin and it wouldn't work. Do I have to chmod before I put it in there? Are these stupid questions I am asking?
  10. jeffsurfs

    Why won't this mailer work

    It keeps saying it can't find page in browser.I've tried changing up the file extension. The only thing I can think of is the reference to the mail program does not point to anywhere on my site. I have a couple of other programs that may work. If anyone could look at them and thinks they...
  11. jeffsurfs

    E-mail from html page

    I have the following code and when I "get" it from the html it shows the code in the browser window. I am new to the server I am using so may not be directing something right. Also, the pl program is in the same directory as the html, maybe it has to be in a cgi folder, I don't know...
  12. jeffsurfs

    CGI and Perl apps

    I am dealing with an existing CGI shopping cart program. I have a few questions. If the program is in CGI is it also in Perl and do I have all that I need to program in Perl? How can I tell? I need to access a MSQL database and subtract data from the CGI from the database, I am requiring a...
  13. jeffsurfs

    Database connectivity

    I put the following code in a CGI shopping cart and am getting errors. Anyone have any ideas. ## includes include("config.php"); ## check login ## connect and execute query $connection = mysql_connect($hostname, $user, $pass) or die ("Unable to connect!"); $query =...
  14. jeffsurfs

    Database and Perl

    I have accessed a database with a PHP program on its own page. It shows the results of the search on one page and then the user clicks on a link, continuing the CGI shopping cart program. I need to someway have access to the data that was retrieved in a later CGI page where the data needs to...
  15. jeffsurfs

    Passing Database variables

    In a php program for mySQL, I have gotten variables out of a database and am trying to send them to CGI. Can A link also post to CGI at the same time? I'm probably forgetting something to pass.
  16. jeffsurfs

    Passing a PHP(mSQL) variable to CGI script

    Is it possible to pass a PHP variable to CGI script for editing and reinsertion into a database. I've tried <form action> plus the variable and complete file name. I may have included this in the wrong area. Anyone have any ideas.
  17. jeffsurfs

    Editing Database Through Web-Page

    My company has a safety awards point program where points get you products. My shopping cart is in CGI and the database is on SQL Server. I have a place set up where people can use a password to view there points and the database is accessed to show points. I am trying to subtract points...
  18. jeffsurfs

    Editing Database in CGI Shopping Cart

    I am using a CGI shooping cart and would like to subtract points off of a database when orders are placed instead of doing it manually. I also have a MySQL application where users check their points with a password. Is it possible to link the two or is it possible to just do the work in CGI...
  19. jeffsurfs

    Database building

    What is a good database to use with SQL server? What language would work best with building a DB for SQL server?

Part and Inventory Search

Back
Top