Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
|
Get and POST request have only 1 difference:
Get request pass the variables and values in the request, when Post have those infos in the body of the request.
I don't see how this could be the problem overloading your web server.
I'd say that the problem was elsewhere, and it solved itself at the same time you made this modification, or you have something else in the code that works on the get request and interfere with your requests.
Back on your subject, there is no way to have the SE crawls your pages if they are reachable with onclick and forms. Point.
You need to create links in the form
HTML Code:
<a href="myPage.php">my page</a>
if you want them to bee seen.
__________________
Only a biker knows why a dog sticks his head out the window.
|