Jump to content

jimneely

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by jimneely

  1. I am trying to understand the difference in Headers that are posted by Localhost and those posted by foobar.com. Can someone shed light here.
  2. Well I have gotten somewhere Thanks. I changed one of my links and now I am getting a Network Block from the server. This means I finally hit the server and I am being refused access to the server. This I can fix thru my IT Dept. Here is how the link looks now. Thanks Foxy Mod !!!! <a href="http://usq73749.com//s-fs2/file.mdb">Database</a>
  3. the links look something like this:: href:s-fs2path ,,,,, this works in localhost but not in usq73749.com I tried href:http:usq73749.coms-fs2path this does not... I am leaning to the Apache Server Alisis to fix this.... Maybe??? your thoughts please
  4. I'm sorry these are Intranet nor Internet URL's. They can not be pulled up outside my company. I attached the code that uses HTML and are simple links (well not so simple for me). You will see a couple of the links use http will others use directory paths only. In the Localhost I can access the directory paths just fine but in using my usq73749.com it does not work. I hope this helps
  5. Hi all, I have a bit of a problem. I am writing code to access files on my company server. I can do this using Localhost but when I use the URL it does not. I have tried several different lines but nothing seems to work. I as sure this is like cant see the tree for the forest. Thanks in advance for your help. Below is the URL's I use and the attached file is the HTML code I am trying to make work. http://Localhost/ http://usq73749.com Apache Error Log File "does not exist: C:/Web/S-fs-2, referrer: http://usq73749.com/"
  6. I have read the PHP and ADO tutorial's but nothing that has examples of ADO using PHP like the ADO using asp. Can someone point me in right direction.
  7. I enable error reporting and found Fatal Error. Error is "It is already open by another user or you need permission to view the data. I can access the DB on my local machine but not the server. I can manually access the DB on the server as well as the local machine.
  8. I am having problems getting the example in the w3Schools php database for ADO to work. neither example is working for me. I have installed the two database in C:WebData and the code in my C:WEB. When I run either program I get the HTML H1 "Customer" along with the php code itself on my browser. I have changed the security to allow anyone to access the database. I can open the database directly. Can someone please help me. Could this be a timeout issue? Here is my modified code to see what's wrong. This does not work either. <? php echo "Testing"; $conn = new COM("ADODB.Connection"); $conn ->open("PROVIDER=Microsoft.Jet.OLEDB.4.0;Data Source = C:WebDataNorthwind.mdb"); echo "Connected to Database"; ?>
×
×
  • Create New...