import os

filename = 'edit.php'

with open(filename, 'r', encoding='utf-8') as f:
    content = f.read()


