Jump to content

change function content with form, possible?


AviNahum

Recommended Posts

hey,

i wondering if it possible to display all function content in <textarea> and make some changes and save it...

for example:

<?php

function abc() {
  $a = 5;
  echo $a;
}

?>

 

then i dispaly in <textarea> this:

$a=5;

echo $a;

 

and then i want to make some changes and save it... possible?

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.