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 dencom 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: cturner01
  • Content: Threads
  • Order by date
  1. cturner01

    File extension keeps on displaying in caps

    My client is trying to rename a file extension to lowercase, and whenever she does it keeps on displaying the file extension in caps. Is there a setting which can be changed, so it doesn't happen again? The file name and extension displays like this: IMG_1592.jpg.JPG.
  2. cturner01

    Protection from hackers

    Lately my computer has detected a lot of trojans. I am just wondering if possible is there a way to detect whether there is a hacker in my computer, and to remove them from my computer permanently? Recently my mother's credit card had fraud on it. Now I am getting really annoyed and frustrated...
  3. cturner01

    Programs are displaying on the taskbar

    I am wondering if someone could please tell me, how I could make the programs which are open display on the taskbar? They aren't displaying on the taskbar at the moment. Thanks in advance.
  4. cturner01

    Windows can't install updates

    I was trying to update Windows and Microsoft products, and it will not install the updates. I get the following message: The following updates were not installed: Windows Genuine Advantage Validation Tool (KB892130). Windows updates has been having trouble installing updates for a while. Can...
  5. cturner01

    My emails, etc have disappeared???

    My computer recently froze on me and then when the machine restarted on about the 3rd time, all of my data disappeared. The computer kept on restarting without going into Windows. My emails, Outlook address book data, accounting software data have disappeared. The my documents folder contents...
  6. cturner01

    Printer / usb problems

    I have been trying to printer some document but it just keeps on saying "Is your printer turned on? Is the cable correctly connected?". Well I have checked to see both, and it is turned on and the usb cable correctly connected. But when I put that cable into another usb port, it says usb not...
  7. cturner01

    .htaccess problems - not going to the right 404 error page

    I am trying to write a .htaccess file so when someone visits my client's website and types the wrong web page into the browser, I want them to be redirected to the home page. Well it just goes to the web hosting account's 404 error page. Also I have made sure that the file attributes are 644. I...
  8. cturner01

    Wireless mouse has just stop working???

    As the subject says my wireless mouse has just suddenly stop working. I have tried changing the batteries however it still doesn't work. After changing the batteries I tried pressing the connect button underneath the mouse however it still doesn't work. After doing all that I restarted the...
  9. cturner01

    Displaying many pages???

    I am trying to solve a problem for a client of mine. Well my code is suppose to display all of the property listings in the database. The code displays 20 pages of some blank and others just repeating the first database entry. I don't know how to solve this problem so can someone please help me...
  10. cturner01

    Ati2dvag display driver has stopped working normally???

    Can someone please tell me why I am getting this error and how I can solve it: The ati2dvag display driver has stopped working normally? My computer sometimes freezes and then restarts.
  11. cturner01

    Keeping the dynamic url the way it is???

    Can someone please tell me how I can keep a query string in the url? In my code I have a part where if a user leaves out a field or two on a form it will display messages on that page where the query string is and when the user clicks on a button the query string disappears from the url. I don't...
  12. cturner01

    Not displaying the username???

    When I test the following code it displays 1 on the next page not the username. Can someone please help me solve this problem? Thanks in advance. This code is to login: require "config.php"; $admin_username = $_POST['admin_username']; $admin_password = $_POST['admin_password']; if...
  13. cturner01

    Why isn't this displaying the month and year???

    When I test the following code it doesn't display the month and year above the article titles. It displays the article titles all right. Why is this happening? Can someone please help me solve this problem? Thanks in advance. require "config2.php"; if(!isset($_GET['page'])) { $page = 1; }...
  14. cturner01

    Why isn't this updating???

    When I test the following code it doesn't update the email address. After I click on the save button it displays the original email address not the new email address. What have I done wrong? Can someone please help me? Thanks in advance. // the save button if (isset($_POST['save'])) { // get...

Part and Inventory Search

Back
Top