Hi
First I must say that this is a fantastic script.
I need help with getting a textarea value load after select a value from a selectbox. How do I do this.
The value in the textarea is supposed to load dynamic from a mysql table based on id set in selectfield
$query = 'SELECT id, tagname from index_cronscriptvalues';
$scripts = mysql_returnArray($query,'id','tagname');