| | Within my site I have built my own basic forum using PHP/Mysql, I always test locally now both using EasyPHP and WAMP5 which both give me no problems what so ever. But when I tryed to run the exact same code on Asta's hosting services (and possible another I used to use) when creating a new thread or adding a reply to an existing one it *sometimes* adds an additional thread/reply as a Guest (someone not signed in) with an empty message. This would lead me to believe that somehow the page is being refreshed and the variables sent to the database update php file are obviously not filled in unless sent from the proper page. But why does this behaviour happen only on using web services from others and works perfect for me using a completely different version of mysql/php and the same version on my machine? |

