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 Wanet Telecoms Ltd 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

    ...In function `zif_imap_get_quotaroot': /usr/local/www/php/php-4.3.1/ext/imap/php_imap.c:903: `SET_QUOTA' undeclared (first use in this function) *** Error code 1 Stop in /usr/local/www/php/php-4.3.1. can anyone please help with this....? Thanks CH
  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;

    ...explorer. Can someone please show me the error of my ways. Here's the code I am using which compiles just fine on Windows: import java.applet.*; import java.awt.*; public class test extends Applet implements Runnable { Thread t = null; public void init() {...
  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??

    ...#include <dos.h> #include <bios.h> #include <stdio.h> #include <math.h> #include <conio.h> #define TIME_INTERRUPT 0x1C void (_interrupt far *old_isr)(); long counter =0; int seconds=0; void _interrupt far timer(void){ counter++; if(counter > 19){counter = 0; seconds++;} old_isr(); }...
  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?

    ...Now I get a CMOS checksum failure and its telling me 3712k memory ok. Does this mean only 3 of the 1 megabyte SIMMS are being recognized (640K + 3*1024)?? I get the same message with SIMMS in only the first 4 banks. Anyway, after this message I get: &quot;HDD controller failure&quot;. I am...
  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