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

  • Users: KevinCO
  • Order by date
  1. KevinCO

    Explorer error on startup help

    Hi, thanks for reading my post. When I boot up my computer, I get an error message: Explorer caused an invalid page fault in module IXFRARED.DLL... When I close the warning, the monitor goes blank with just the background viewable, no icons or anything else. I then click alt-ctr-delete to...
  2. KevinCO

    Can import and have multiple email accouts in OExp?

    Thank you for reading my post. I'm going away for the summer and I would like to use the outlook express on the computer at where I am staying to be able to access my home computers email accounts while not having to delete the computers default email up there. Is there a way I can leave the...
  3. KevinCO

    Best way to replace & in java string variable for URL variablepurpose.

    Hey, thanks for reading. I have a String that has an ampersand in it that I wish to use as a variable in a 'GET' URL. Is there a simple way to replace the ampersand with %26. The String.replace() seems only to work with single characters.
  4. KevinCO

    Select records starting at a defined record # like LIMIT in MySQL?

    Instead of something like... SELECT TOP 50 FROM TABLE to get the top 50 records, I want to start at, say, record number 51 and return only 100 records including/after 51, So Records #51 to 151 are returned(like the LIMIT keyword in MySql). Thank you for taking the time to read my post.
  5. KevinCO

    Anyone know if there is any free jsp hosting?

    I mean besides mycgiserver.com, which I can hardly access my files when I type in the url's 80% of the time(timeouts galore). I don't have the $$$ to get server space, and I have a job interview in two weeks on jsp's, I wanted to whip up a quick demo site, I don't need a lot of space or...
  6. KevinCO

    Cannot find/change file extension in windows 98

    Thank you very much bazzert!! It worked.
  7. KevinCO

    Cannot find/change file extension in windows 98

    Okay, I want to open up my java server pages with notepad. Some reason, when I click on it(it has the icon in the explorer of no extension) it defaults to dreamweaver, which I don't want. Normally with that "unknown" icon, it will open up the file manager and lets me pick what I want...
  8. KevinCO

    html form data in php page not being read in php action page?

    But it works when I rename one.php to one.html with the same code: http://members.lycos.co.uk/democompany/one.html
  9. KevinCO

    html form data in php page not being read in php action page?

    Thanks for helping again I'm using the free lycos thing, its PHP4u Version 3.0 Based on PHP-4.3.2 Here is the code for one.php: <html> <body> <form action=&quot;two.php&quot; method=&quot;post&quot;> <input type=&quot;text&quot; name=&quot;demotext&quot;> <input type = &quot;submit&quot;>...
  10. KevinCO

    html form data in php page not being read in php action page?

    thanks for the reply, I'll give a simple example lets say I have a file named One.html that has <html> <body> <form action=&quot;Two.php&quot; method=&quot;post&quot;> <input type=&quot;text&quot; name=&quot;demotext&quot;> <input type = &quot;submit&quot;> </form> </body> </html> Now I can...
  11. KevinCO

    html form data in php page not being read in php action page?

    I have a php page that has a form with text boxes and such, with the form action going to another php page, but it is not transfersing the data when I try to access and echo it(either the shortened way or with the HTTP_GET_VARS or HTTP_POST_VARS methods). It works when the form and the text...
  12. KevinCO

    Default font in IE seems to be different for buttons and input...

    I have the default font for my IE set to Times Roman. My form input defaults are another font. I am using a textarea tag with other input and I want to change the time roman font in the textarea tag to match the font face that the form inputs are(buttons, text) but I don't know where to find...
  13. KevinCO

    Question about creating indexes through sql with MS Acess

    Thanks mp9, I appreciate the help very much.
  14. KevinCO

    Question about creating indexes through sql with MS Acess

    Hi, thanks for reading my post, I appreciate it. I have an access db on a web site, I want to make one of the fields in a table an &quot;index&quot; that allows duplicates, the field is already defined and has a lot of instances, the question I have is, when I looked at the help file in Access...
  15. KevinCO

    Why are my index's bunched after table creation with phpMyAdmin 2.3.2?

    Hi, thanks a lot for reading my post. When I create new tables in my MySql database online using the phpMyAdmin2.3.2, after I create the table and go to the &quot;Structure&quot; part to look at everything, the fields I checked off as an index are all buched into one keyname. For example, I...
  16. KevinCO

    Video Games like sony play station, are they programmed in C?

    A list of books would be great rjr, thanks a lot for your help...Kevin
  17. KevinCO

    Video Games like sony play station, are they programmed in C?

    Does anyone know what languages are used to programm video games like nintendo and sony playstation? Thanks for reading.
  18. KevinCO

    Painless way to create a mysql database from an MS access db?

    Thank you sleipnir :)
  19. KevinCO

    Painless way to create a mysql database from an MS access db?

    I have a populated access DB I have on my website, I want to copy everything in it to a mysql db because it is much faster. Is their a quick way to do this? Thanks for reading.

Part and Inventory Search

Back
Top