|
Posted by GJPeacock on 04/14/06 20:17
Hi all,
Please excuse my limited technical knowledge of PHP, so far i have only
created PHP sites using Dreamweaver, i find know that i need features
outside of it's capabilities.
I am trying to create a 'related articles' selection page. The
administrator, after creating an article, can select older articles to
include on the final displayed page.
As the number of older articles increases, so will the number of
possible relataed articles, so i am making a dynamic checkbox as the
selection. This is all covered in Dreamweavers features, but, what i
then need to be able to do is create a new record in the
'related_articles' table for each article selected when the form is
submitted.
I found this post below, which is more or less exactly what i want to
do, i just wasn't sure that this was php code, looks like asp. Would
someone be kind enough to show me how to change it to php code, or even
write the code for me? ANY help at all would be much appreciated.
http://groups.google.ca/group/macromedia.ultradev/browse_thread/thread/0441afa2366e40e2
Thanks,
Gavin
[Back to original message]
|