PDA

View Full Version : Textarea and PHP.



Antinaris
11-21-2003, 08:58 AM
I want to know if it's possible to show php code in a textarea without the code being interpreted and then stock it in a MySQL table.

Thanks.

bugsy
11-23-2003, 09:11 PM
I think what you need is the show_source() function. Check the php doc for the exact usage.