How to connect from a remote location to my ms-access database on my own computer
Is it possible to connect to my ms-access database on my own computer
from another location (with PHP)?
Which permissions do I have to set on my computer? Does somebody has a
example php-script?
Greetz
Bever
.
Relevant Pages
- Re: write with cURL
... offers PHP, if they don't allow PHP to open and write ... Check the permissions on the directory the file is ... such as chmod 0666 test.txt ... their server configuration is, too, though. ... (alt.php) - Re: write with cURL
... offers PHP, if they don't allow PHP to open and write ... Check the permissions on the directory the file is ... such as chmod 0666 test.txt ... their server configuration is, too, though. ... (alt.php) - Re: write with cURL
... execute permissions. ... This is assuming that the PHP script runs ... of potential security risks from other users on the same server. ... Apache as the global web server user and thus needs world write ... (alt.php) - Re: [PHP] File Upload Security and chmod
... It was never a question of speed for me -- it was a question of being able to change file permissions from within a php script so that I could create and write files safely. ... I am *not* able to use chmodwithin a php script at all regardless of what permissions the file and parent folder have -- even when both are set to 0777. ... So, if you can chmodand mkdirfrom within your php script without establishing an ftp connection, then more power to you, because I can't. ... (php.general) - Re: write with cURL
... PHP, if they don't allow PHP to open and write to files. ... Check the permissions on the directory the file is to ... chmod 0777 test.txt and see if you can write to it then. ... their server configuration is, too, though. ... (alt.php) |
|