duplication of records after inserting

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
kalpesh
Forum Commoner
Posts: 54
Joined: Sun Sep 21, 2008 5:04 am

duplication of records after inserting

Post by kalpesh »

hi, i try to insert records in localhost. it works fine and single record is inserted.
but when i try to run same page in shared web hosting it works but
it inserts two records in database .
I am trying in php5.
why it happens?
Please help me .
Thanks in advance.
Hannes2k
Forum Contributor
Posts: 102
Joined: Fri Oct 24, 2008 12:22 pm

Re: duplication of records after inserting

Post by Hannes2k »

Hi,
is there maybe a reload, because maybe your hoster inserts ads in your site?

Use Live HTTP Headers for figure this out.
Post Reply