Hey people
In expanding my knowledge I am working on setting up a http server, but for now, its only local and not connected to the internet.
It is an Apache 2.0 installation with PHP v. 4.3.5 installed on it, and it seems to work fine. Exept:
As usual I have a form, that points to a .php page upon submitting, but for some reason the form-variables aren't working in the php page on my local server instalation.
I have tryed the exact same files on a webhotel I am renting, and it works fine there... So im guessing it hase something todo with config, but if it is the Apache config, or the php.ini file there is a problem with, im not sure...
If you need to see the print of the phpinfo() command, I have printed it to a pdf file that you can find on:
http://www.nepelan.org/diverse/masq/phpinfo.pdf (its on the webhotel, not on the local server!)
Form:
and the smg.php file:
The part below //test is only temporary... I used it to se where things werent working, some other commands are going to replace them when this thing works...
Thanks for any help I might get
