my text file is data.txt..
I want to EDIT this file using form... example...
SMTP_SERVER get form filed and Semp.com must in text box..
after if I change to Stemp.com as Setup.com. and update text file....
please help me.. I don't want edit text field... edit.. I want each variable edit use form.. please.. I want php code
Code:
# -------------------------------------------------
SMTP_SERVER=Stemp.com
SMTP_PORT=587
SMTP_LOGIN=Rangamaddu.com
SMTP_PWD= abc@123
SMPT security type; Supported type: NO_SECURITY, USE_TLS, USE_SSL
SMTP_SECURITY_TYPE=USE_TLS
SMTP_SERVER get form filed and Semp.com must in text box..
after if I change to Stemp.com as Setup.com. and update text file....
please help me.. I don't want edit text field... edit.. I want each variable edit use form.. please.. I want php code
Comment