PHP Code:
$pulltemplate = mysql_query("SELECT id,name,content FROM templates");
thought that was where i was pulling it from but anyhow an even longer explanation.
i'm pulling from a database (outside of my vb one) now i'm trying to read the names of the templates and get the content area of the name of the template to the text area.
if a name is: xxx and it holds: "your stuff here"
i want it to put "your stuff here" in the textbox which is where the variable $pee is right now
may be my lack of english here (even though i'm from the US)