Hello guys,
I have two serious problems which go like this:
1.
I made a website which is based on mySQL database. It uses an old DBase database and converts it to mySQL actually. And that was the moment where PHP DBase embedded functions did terrific job. But, after a few months of work, when I had uploaded it to a webserver I discovered that DBase extension modul is not switched on. The same thing happened with FTP module, as I use a FTP transfer through PHP script, where FTP embedded prooved handy. But, what the hell, the FTP extension module seems not to be included too... When I reached the webmaster, I asked him to help me by setting those extensions, but that returned no results, as he didn't want to do it for so called "security reasons???". So, I'm asking you if there is a workarround for my problem? I can't code the stuff again?! Are there any non-dinamic libraries (non-dll), like PHP units with functions, which I can include and use instead of bundled PHP *.dll libraries?
2.
When I update my website I need to upload some stuff onto the webserver through the for via upload functions (copy(), move_uploaded_file()) I receive error message which tells me that I don't have permission rights to create/write this stuff to the web server. I'm using Windows 2000 Professional, and the webserver is on Linux, I think... Are there any PHP functions which can change these rights for my whole website directory, and if there are, what's the way to do it...
Sorry for taking your precious time, but it's very urgent...
Thanx a lot...
Misxa