Recent content by joe904

  1. joe904

    HTML File Upload Issue using PHP

    Sorry I guess I should have clarified better. When I upload a file, it never ends up in the folder I set-up or anywhere on the server itself. When I run the application it says "File is an image - image/gif." which is good saying that $uploadOK = 1, was successful, but the file never ends up in...
  2. joe904

    HTML File Upload Issue using PHP

    Hey guys, I am trying to implement a simple upload form and I am having some issues with the functionality. I found a simple form at W3Schools.com, but when I run it, the file never ends up in the folder that I set-up. I have 2 separate web pages and a "uploads" folder to store the uploaded...
  3. joe904

    HP Elitebook 8460p Brick!!!

    Hey Guys, I am troubleshooting a laptop for my mother in law. :pt1cable: She does not know her admin password or user password. When the laptop starts, it goes directly into the HP login screen. I am not able to get into the Bios or Boot Manager. I have already tried removing the battery and...
  4. joe904

    Microsoft Access - Need Invoice Help

    Hi guys, I am creating an invoice using Access 2016. I created individual lines in my form to input each line of the invoice. When I add 2 lines and enter info such as hours worked, price per hour, and a description of the work received for each of the 2 lines, I can open my report and it looks...
  5. joe904

    Microsoft Access 2016 - Invoice Help!!

    Hi Guys, I am creating an invoice using MS Access for a friend, but I am having some difficulty finishing it. I created a table called "Customers" and "Invoice Details." Invoice Details has all of the invoice info such as Invoice Number, TotalHours worked, and UnitPrice. The problem that I am...
  6. joe904

    PHP Code Will Not Stay Hidden... Please Help!!!

    Really appreciate the help. That solved the issue I was having. Thanks for your help
  7. joe904

    PHP Code Will Not Stay Hidden... Please Help!!!

    I am unable to figure this issue out and it is driving me up a wall. I am trying to write code for a members only area for my webpage, but the PHP code that I am using keeps showing when I go to the page. 1) I originally saved the file as a .PHP, and *NOT* an HTML. 2) I have tried restarting...