Adding data

S

samh

Hi, in my web site I have a PHP script to let the visitors send an email
about their opinion and comments to. The issue is I would like to publish
these emails but after I receive them and choose what I would like to
publish it, but I don't want to make copy and paste. So is there a way to
save these emails on the server then I choose which one I publish like PHP
Nuke program doing.
Thanks in advance
 
R

Ronx

One way of doing this is to build a database for your website. The
form will store the form details in the database, and notify you (by
email) when a new entry has been made.
You check the entry and update an "Approved" column if the entry is
suitable.

A database results page will display all those entries that have
"Approved" status.

How you code this will depend on what technologies your host
supports - PHP, ASP etc. for the form handlers, and MySQL, Access,
MsSQL, Plain text files, etc. for the database.
 
S

samh

Thanks for your reply. Regarding to the host support PHP for the form
handlers. So can you help me to do this please.
 
R

Rob Giordano \(Crash\)

Why not use PHPnuke then? It may be easier than re-inventing the wheel,
especially if you're not a coder.
 
S

samh

I have already installed it but I need to modify things like the banners and
I don't need the other menus but I can't trace the files that so these stuff
so can you help me how can I change these stuff.
 
R

Rob Giordano \(Crash\)

I've not used PHPnuke, but if it's like other portal systems I have used
it's pretty easy to change that stuff. Go to PHPnuke's forum and you should
find lots of knowledgeable people to lend a hand.

Suggestion: Put PHPnuke in a subweb/subsite of your main site if you host
allows for subwebs/subsites.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top