Inserting into the dbase direct
-
Hi
I need to insert into the POSTS table some informaton.
Some from the database itself using selections from various<?php wp_dropdown_categories( ‘child_of=3&hide_empty=0&order=ASC’ ); ?>
and some information from text boxes that the user will enter.
What is the best way of doing this using PHP?? or some other way?
Thanks in advance
MAt
The topic ‘Inserting into the dbase direct’ is closed to new replies.