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. dropoutuser

    TCP/IPv6 Limited Connectivity

    Recently I've been working on a computer that has both TCP/IPv4 and 6 installed. The TCP/Ipv4 works fine and allows for things such as Windows Updates and such to work. However, Microsoft IE will not work and I think it is because the status on the v6 protocol says LIMITED. Vista won't let me...
  2. dropoutuser

    Barcode in Access

    Does anyone know if it is possible to insert barcodes into Microsoft Access tables. If so could you please explain. I've been to several sites and nothing seems to help. Thanks - Adam
  3. dropoutuser

    php_gd2.dll problem

    Recently I've been trying to do some work with imaging on my php page. The problem I'm getting is my code displys gibberish in firefox and nothing at all in IE. Setup is Windows XP SP 2 Apache 2 Triad PHP 5 Any help you could give or suggestions for using something other than php gd would be...
  4. dropoutuser

    vars from php to mysql don't change

    All of my code is posted here exactly except instead of the foos I had different information: joe, smith, user1, pass. Then changed it to john, doe, user2, pass. Trying to add users to a database.
  5. dropoutuser

    vars from php to mysql don't change

    The only thing in the code that I changed the second time was the information passed to the database in the sql statement. For example changed foo1, foo2, foo3, foo4 to foo5, foo6, foo7, foo8.
  6. dropoutuser

    vars from php to mysql don't change

    The code I used that worked was: <?php $conn = mysql_connect("localhost", "root",); mysql_select_db("test", $conn); $sql="INSERT INTO userlog values("foo1", "foo2", "foo3", "foo4")"; mysql_query($sql,$conn); ?> Then I changed the information that was being sent to the database but it still...
  7. dropoutuser

    vars from php to mysql don't change

    I'm using PHP and MySql. I hard coded in some information that I wanted to be sent to a table in MySql and it worked. I changed the variables and ran it again but the same values from the first time were entered. I then set up some variables and pulled the information from a form the user...
  8. dropoutuser

    apache startup problem

    This is probably a newbie question but I need help. I am running apache2 triad on windows xp. I install it and everything runs fine then when I restart my machine apache won't start. I uninstall and reinstall and still it runs fine and then won't start when I reboot. Any help would be much...
  9. dropoutuser

    connection refused error

    OK, I'm new at this and I'm sure this has been answered before. When I try to execute a cgi program I get Connection refused when trying to connect to localhost. Any help as to how I configure Apache Properly to fix this would be much appreciated. Thanks - Adam

Part and Inventory Search

Back
Top