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 strongm 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. metamorphy

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

    Yes, sorry!! .htaccess anyway I put a .htaccess file in one of the other directories with the following: AddType application/x-httpd-php .html
  2. 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...
  3. metamorphy

    Wireless home network question

    Thanks for the help!!!!!
  4. 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...
  5. 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...
  6. metamorphy

    SESSIONS PROBLEM -- HELP!!

    Thanks again. By the way. Perhaps my description of the problem wasn't adequate but does this issue seem to be almost certainly a client side browser/cookies setting issue? I just want to rule out the possibility of a coding error on my part. Thanks again for the help! -CH
  7. metamorphy

    SESSIONS PROBLEM -- HELP!!

    Thanks for your help guys. I guess I'll just leave it like it is and maybe put a little message on the site that says you have to enable cookies. -CH
  8. 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...
  9. 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...
  10. metamorphy

    Problem $_POST, $_SESSION

    Thanks for the help!! I guess I'll try to upgrade.
  11. metamorphy

    Problem $_POST, $_SESSION

    Version 4.0.6 on Free BSD 4.4
  12. metamorphy

    Problem $_POST, $_SESSION

    Here's page1.php ******************************************* <?php session_start(); ?> <HTML> <HEAD></HEAD> <BODY> <FORM METHOD=&quot;post&quot; ACTION=&quot;page2.php&quot;> username: <INPUT TYPE=&quot;text&quot; NAME=&quot;username&quot;><BR> <INPUT TYPE=&quot;submit&quot...
  13. 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...
  14. metamorphy

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

    Its so weird. When I rebooted this morning and run the applet in IE, I get &quot;applet started&quot; instead of &quot;cannot be instantiated&quot;. All the output is showing up in the Java Console window so I guess its executing now. I did not even recompile or change any HTML code! I...
  15. 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...
  16. 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
  17. 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...
  18. 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...
  19. 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...
  20. 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...

Part and Inventory Search

Back
Top