Mysql Database Table 13.10.08
Small section of code. I'm building a website I someone to write code to: 1. Create an mysql table called specialtextarea with a field called specialtext and an id column (auto increment not null.) 2. A php function to insert text into specialtext from html form. 3. A php function to select specialtext and display on web page. 4. This is the important part: specialtext could be normal text or html or javascript. When displayed on the web page it must act as code. Code ...







