Quote:
|
A question for you dave. Can a .htaccess file be written with php fopen or file write?
|
no - you are talking directly with the server in it's own language.
it's like you have the master key to get in, set things up to run the way you want to and leave. if you could use another language to set the server, it would open you up to attacks.
you set up your data base in it's language - you can talk to it to get info in php, but can not change the structure of it.