Forum Moderators: coopster
When i use any of a limited number of form buttons within the admin area of my site all forms are renderd useless:
Meaning, when i for instance view products by category, results are displayed, but then i go to add a category, then nothing happens (normaly i would be able to add a category)
What i think it is:
Seems like the forms are no longer POSTing their data so my scripts no longer go thru the required routines for the given POST data
Note:
Everything worked fine locally on the dev machine setup currently running:
Apache/2.0.54 (Win32) PHP/5.0.4
with some other bits and bats
The problem has arose since uploading to the clients chosen lycos hosting package (small business i belive this to be)
NOTE2:
When i log out of the site and back in again the issue seems to be reset until i submit one of the "problematic" forms
Any HELP would be great
[uk.php.net...]
If your code is using, for example, the posted variable $category, but nowhere in your script have you actually referred to $_POST["category"] then this is almost certainly where your problem lies.
THANKS
So the problem is lycos or more so a PHP version miss match as thats the only thing i can signle out in within this situation, although the symptoms seem pretty rediculous...
Why would the forms no long send POST DATA or more so why arnt my scripts responding to the POST DATA regardless of which method i access the trigger $trigger $_POST['trigger']
Are there any other fail safe methods for accessing the POST DATA?
Anyone...
LOL (Not a laughing matter...)
I noticed that the lycos host are using:
PHP4u Version 3.0
Based on PHP-4.3.10
Which seems to ring a few alarm bells?
Sucessfully tested it on the following versions
Apache/2.0.52 (CentOS) / PHP Version 4.3.9
and
Apache/2.0.54 (Win32) PHP/5.0.4
Anyone, any help, please....
Also one set of forms do work on that particular page its the ones that follow which cause the problem, its somewhat complicated n ive been at it all night so when ive had a rest ill get something down in detail, that is if i dont rewrite it to suit the lycos server, altho i dont see the need as it works fine on other servers remote and local
TIA
Oh, i actually did a check for the posting of VARS from the form/s but wasnt getting anything back, ill upload the same site to two different remote locations, 1 lycos, the other a friends server aswell as run it locally and show the results here for the array of POST vars...