Hi 🙂
I am having trubble passing a file path using PHP into an Access DB.
In ASP when i pass my string it looks like this in the DB & when i display it, and when i creat a link to it.
C:\Docs\Test.txt
However, using PHP to do the same thing, i get this.
Stored in DB as C:\Docs\Test.txt
Displayed as C:\Docs\Test.txt
When i create a link to it is shown as.
file///C://Docs//Test.txt
(i add in the file:// bit)
Can anyone please help as this is really puzzling me !!
Thanks