tinymce and xajax: data in the editor is not submitted

by prettyscripts on 2008-06-23 15:44:11 • Leave a comment »

javascriptxajaxtinymce

i just downloaded and installed tinymce which magically converted the <textarea> element into a nice little editor, which suppose transform the input into html output. nice! no more educating non-programmers about html tags. if you submit the for… more »

Tags: form, post, submit, textarea, tinymce, xajax

php: posting disabled fields

by prettyscripts on 2008-04-17 11:13:25 • Leave a comment »

miscphp

when posting a form, disable field is not found in $_POST data. this is intentional! the browser is doing in accordance to html spec – do not send disabled fields to the server.solution add a hidden field with the value. the value in hidden f… more »

Tags: disabled field, php, post