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!
To use dynamic/fake URLs, the problem is, the error document does not get the post data ($_POST)... $_SERVER["HTTP_RAW_POST_DATA"] is the main thing I want, which is empty too.
index.php would detect there are some params there and include users.php and users.php would see the 2nd param is a number and show the profile for that user.