Jump to content

Editing Files


azaonline

Recommended Posts

Hi All,

 

im new to using php, and with help from a few friends im starting to pick it up :) what im trying to do is create a page that is able to read lines and values from a ini file and modfy them using pull down menus and text boxes. is this possable to do with php or do i need cgi?

 

Aaron

Link to comment
https://forums.phpfreaks.com/topic/136247-editing-files/
Share on other sites

Not for this specifically....I doubt it. But to do something like that would require only a basic to intermediate understanding of PHP and HTML. You'll want to look into fopen() and fwrite() and understand how paths work, relative to where you are on the server. Knowing that, you should be able to write your code with no problem.

Link to comment
https://forums.phpfreaks.com/topic/136247-editing-files/#findComment-710920
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.