phph environment variables
phph environment variables
- Started
- Last post
- 1 Response
- navitronic
I host my friends guestbook on my site cause it uses my MySQL database. is there anyway I can set the environment variables in the document to use my database but have the page stored on his site.
- rabattski0
i don't think that is possible. any isp would block remote ip accesses to their or their clients databases. the only workaround would be to point to a php script on your server which gets the data from your mysql server and parses it back to the remote server.