Recent content by joe904

  1. joe904

    Question Add a link to Database field

    Syntax error, Unexpected T_String, expecting ' , ' or ' ; ' echo "<a href="www.google.com"><td style='white-space:nowrap; text-align: center;'>".$row['Issue']."</td></a>"; Syntax error, unexpected '<' <a href="www.google.com">echo "<td style='white-space:nowrap; text-align...
  2. joe904

    Question Add a link to Database field

    Database - MySQL Field - varchar The error is a syntax error from the editor. I have tried various ways to add the a href tag but have had no luck.
  3. joe904

    Question Add a link to Database field

    Hey guys, I am creating a Knowledge Base website. I have a database that stores my information. One of the fields is a URL. I want the URL to show as an actual link in the browser and not a website address. This is the code that I am using. I am not sure how to add "a href" to my code and have...
  4. joe904

    Question Outlook Related - What settings does my organization need to fix server side to be search for an addressee using either a first name or a last name?

    What settings should my organization fix server side to be able to open up a new email and search for an addressee using a first name or last name? Whenever I create a new email in Outlook, I noticed that when I go to select an addressee, and enter a first name, it will populate the user's...
  5. joe904

    Question Gigabyte Z590 - Trying to install Windows 8, but unable to get the mouse and keyboard to work?

    Sure, I own a product key for Win 8. Free to upgrade to Win 10 than pay for a new Win 10 product key.
  6. joe904

    Question Gigabyte Z590 - Trying to install Windows 8, but unable to get the mouse and keyboard to work?

    Hey Guys, I am trying to install Windows 8, but I cant seem to get the mouse or keyboard to work when the install window loads up. I have tried updating the bios to the latest version (F6), as well as playing with the bios settings, but I can not seem to get it working. I have reset the bios...
  7. joe904

    Apache - Unable to access a folder's contents over HTML

    Hey guys, I am setting up a webpage that I can access some of my PDF's over the web in a different folder on my server. I setup an Alias in my httpd.conf document that points to a network share on a different drive from my C:/ root directory. When I try to access the URL, i get a Access...
  8. joe904

    PHPmyadmin Issue - Fatal error: Uncaught Error: Call to undefined function mb_detect_encoding()

    I keep getting this issue when I try to run Phpmyadmin from my localhost. Fatal error: Uncaught Error: Call to undefined function mb_detect_encoding() in C:\Apache24\htdocs\phpmyadmin\libraries\php-gettext\gettext.inc:177 Stack trace: #0 C:\Apache24\htdocs\phpmyadmin\libraries\php-...
  9. 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...
  10. 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...
  11. joe904

    Unable to ping home network

    Hey guys I am unable to ping my home dynamic IP address. When I am actually on the network I am able to ping my network with no issues, but when away I only get 100% loss. I have a Linksys WRT1900 router at home and a home server that I can remotely log into with no problems. Any help is much...
  12. 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...
  13. 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...
  14. 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...