Search found 2 matches

by Santo
Thu Jun 17, 2004 10:08 pm
Forum: PHP - Code
Topic: Input field configuration
Replies: 2
Views: 305

forgot to put the addform.php and modifyform.php files. addform.php <?php global $prefix, $db, $user, $cookie, $admin, $modulename, $mainprefix; OpenTable(); ?> <script language="JavaScript"> <!-- function pagebreak() { document.postnew.content.value += ("<!--pagebreak-->") } // ...
by Santo
Thu Jun 17, 2004 10:04 pm
Forum: PHP - Code
Topic: Input field configuration
Replies: 2
Views: 305

Input field configuration

Hi, I am building a script that has a form so ppl can send some content. One of the fields of the form is for text. Also i am very new to php, so maybe my question is pretty easy to figure out. Now the problem is in that field. I need that field to accept all kind of chars like slashes (/\) and othe...