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 wOOdy-Soft 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: *

  • Users: metamorphy
  • Content: Threads
  • Order by date
  1. metamorphy

    Sessions/ Login script problems.....??

    Hello, I have a few sites on the same server which uses $_SESSION to handle logins and track users . They are all subdirectories on the same virtual domain like this: www.chtechnical.com/site1/ www.chtechnical.com/site2/ etc... Everything is working fine on the sites but recently, ONE...
  2. metamorphy

    Wireless home network question

    I have a standard wired network in my home....all of my computers are in one office, connecting through cat 5 cables/ standard broadband router, etc. I need to add one workstation to the network in another part of my house. What is the best solution? It doesnt seem practical for me to run a...
  3. metamorphy

    Cant leave mail on server!

    HEllo everyone, One of my users installed the new version of Eudora and now everytime he checks mail, it is deleted from the server! This happens even with leave mail on the server checked and all other settings set correctly. Leave mail on server works fine for outlook, outlook express etc...
  4. metamorphy

    SESSIONS PROBLEM -- HELP!!

    I have a website that uses sessions and everything seemed to be working fine....But someone gave me some feedback today that after they log in, when they go to another page on the site, they are getting logged out ( I guess the session vars are not carrying over from page to page for this...
  5. metamorphy

    imap support problem

    Im trying to build php 4.3.1 --with-imap and I keeping getting this error: /usr/local/www/php/php-4.3.1/ext/imap/php_imap.c:339: syntax error before `QUOTALIST' /usr/local/www/php/php-4.3.1/ext/imap/php_imap.c: In function `mail_getquota': /usr/local/www/php/php-4.3.1/ext/imap/php_imap.c:344...
  6. metamorphy

    Problem $_POST, $_SESSION

    Hi, For some reason $_POST doesn't seem to be working. For example, when I do this: <?php $variable = $_POST['foo']; ?> When I echo $variable; , the variable is empty. For some reason $_POST['foo'] is not getting the form data sent from the previous page??. I am using...
  7. metamorphy

    Good ol' &quot;Can't be instantiated&quot;

    Im very new to java trying to compile and run a very basic threaded applet. No matter what I do, I keep getting the &quot;class cannot be instantiated&quot; error on Internet explorer. Can someone please show me the error of my ways. Here's the code I am using which compiles just fine on...
  8. metamorphy

    Brand Spankin' New User

    Can I access mySQL through CGI? Particularly an executable file written in C. If so, can somebody point me to a good online reference or give me some tips on how to access a mySQL database in this environment. Thanks. -HC
  9. metamorphy

    Making a program sleep without using too much cpu??

    Is there a better way to do what I'm trying to do here? This program will only compile as a DOS .exe on my old Microsoft c++ compiler (New c++ doesn't support far??). I'm trying to write a function in C that will &quot;sleep&quot; for a certain length of time without using very much sytem...
  10. metamorphy

    Newby to networking; heres my probl

    Newby to networking; heres my problem... 2 win98 machines hooked up with a crossover cable. Sometimes one or the other will show both icons in the network neighborhood but I cannot access them when I click. Usually tells me &quot;cannot access&quot; but sometimes says &quot;network is...
  11. metamorphy

    Can anyone tell me what's wrong with my 486?

    Im trying to teach myself computer hardware so I bought this 486 for $20 and took out all the cards, drives and memory. I removed the SIMMS (8,30-pin banks) and reseated them. Now I get a CMOS checksum failure and its telling me 3712k memory ok. Does this mean only 3 of the 1 megabyte SIMMS...
  12. metamorphy

    OK, When I power on my 486, I get t

    OK, When I power on my 486, I get the following bios error messages: EISA CMOS checksum failure WAIT...... CMOS memory size mismatch when I run the setup utility and set the hard drive values to match the values printed on the drive, the total drive size comes out different (smaller) than...
  13. metamorphy

    Checksum Failure....CMOS memory size mismatch

    OK, When I power on my 486, I get the following bios error messages: EISA CMOS checksum failure WAIT...... CMOS memory size mismatch when I run the setup utility and set the hard drive values to match the values printed on the drive, the total drive size comes out different (smaller) than...
  14. metamorphy

    HDD controller failure

    My 486 is giving me the following bios message when I power on: &quot;HDD controller failure&quot; Is this a hard drive problem? What does/might this message indicate ( adpter board problems, ribbon cables for the drives connected wrong, cmos settings, etc...). Whot is recommended to test...
  15. metamorphy

    COMPLETE NOVICE!!!!!! A little help, anyone....?

    Hi. I am a complete novice attempting to teach myself about PC hardware. I recently purchased an old generic 486 from the swapmeet for $20 (win95, 8mb RAM). The computer functioned perfectly after I bought it. Booted up, drives functioned properly, etc. Then I decided to open it up and...
  16. metamorphy

    Modular programming

    Can anyone explain how I can organize my c code by combining different source files. As a novice programmer, it is hard for me to keep my source code well organized as my program gets larger and I do not fully understand how to use #include files and other sorts of conventions for combining...
  17. metamorphy

    Command-line parameters????

    Greetings, What is the method for getting my program to accept an integer as a command line parameter so that I could run it from the dos prompt like this: myprog.exe 10 and get the integer 10 from the command line. Thanks for the help...
  18. metamorphy

    AddPicture Method question?????

    Hello, I am trying to find out how to simulate the insert\picture\from file option on the Excel toolbar using visual basic. I discovered the method AddPicture, but it requires parameters to specify the size of the image to be inserted. Is there a fuction that more exactly replicates the...
  19. metamorphy

    Pausing my prog with ftime()????????

    I am currently using the following code to make my program pause 10 seconds. It then checks for the existence of a file. If the file is found the program executes a new section of code. Otherwise it keeps on checking. Unfortunately, making my program pause in this way seems to use a lot of...
  20. metamorphy

    Process Control?????????

    Can anybody give me some advice on the following: Why is it that if I use system() or spawnl() to start another program from my program, when the new program exits, the origal program continues running under the name of the new program. How can I get the two programs to run independently from...

Part and Inventory Search

Back
Top