, 2001 9:47 PM
Subject: [PHP-DB] Varible insert
> Hi People,
>
> It seems like all I am doing lately is going into areas of php that I
> haven't done before and get stuck. Anyway, here is another small request
> that I have.
>
> I have a series of pages that must insert in
Hmmm...given that the form fields all had the same names - i.e. you were
performing
the same sql, you could use and include or "required" file that did all the DB
work.
Or - you could have a generic includr file function that you passed a
connectstring and
sqlstring to as variables
Phil J.
Hi People,
It seems like all I am doing lately is going into areas of php that I
haven't done before and get stuck. Anyway, here is another small request
that I have.
I have a series of pages that must insert into a mysql database the results
of the entries. I know how to insert these details in