Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End how to insert config.php data from install.php Re: how to insert config.php data from install.php

#135253
__
Participant

> thx alot but fopen() need 0777 permation to can open file and write on it


@johncruz
‘s script does not involve writing to the file (in fact, he opens the file in read-only mode).

> how to do this ?

Is this related to your [`chmod` thread](https://css-tricks.com/forums/discussion/24856/problem-with-chmod-function)? You never responded to my question there. It is likely the same answer will apply here.

In general, you will get more help (also, *better* help) if you provide more information and respond to people’s questions about your situation.

Take your original post, for example:

> I have been built script and make install.php for my script

> I want insert data of servername , user , password , database in install.php like installation in wordpres

This is very vague. You don’t say what your problem is, or even if you actually *have* a problem. You do not ask a question. Instead, you leave everyone to guess for themselves what you want.