Parameters not reaching the server?

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
orangerabbit
Forum Newbie
Posts: 1
Joined: Tue Mar 25, 2003 6:11 am

Parameters not reaching the server?

Post by orangerabbit »

Can anyone suggest a solution to the problem below?

I have a well-visited site that uses php and passes parameters around as per the example below:

view.php?id=5&mid=3

Some people are reporting that they are getting html pages back that are empty of content which implies the parameters are not reaching the server. This only affects a very small percentage but for them it is a persistent problem - there doesn't appear to be any commonality re: browser or o/s that they are using.

Thanks!
Post Reply