Forum Moderators: coopster
I have a great Articles Manager's script. It uses both php and mysql. When I add an article using the "add_article.php" script, I get two copies of the same article. This problem started when I linked the "add_article.php" to another area of the web site. Does that mean if I have five (5) links to the to the script, I'll get 5 copies of the same article. This ever happen to anyone? Advice anyone?
Thanks in Advance,
SenMar
it shouldn't matter how many times you have it 'linked'. I am guessing that means allowing a form somewhere else to post to it.
if it is doing the work multiple times then there is something wrong with the script itself. It may be a logical issue too, what do you mean exactly by 'linked'?