Re: [PHP-WIN] Re: GET / POST

2002-09-29 Thread M.B.
Whell, I tried that, but I still need to make an internetconnection than. ( I don't know why). But one thing I whant to know, I used anouhter port instead of 80. Does that make any differends. I used . But that is because I thought port 80 is for internet (right?? or is it just 8080 only??). A

Re: [PHP-WIN] Re: GET / POST

2002-09-24 Thread M.B.
Thanks, I'm going to try that out rigth away. M.B. "Richard Dobson" <[EMAIL PROTECTED]> schreef in bericht [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Try making it listen to all ip addresses instead of simply the network > ip. > > Listen 0.0.0.0:80 > > Richard > > On Tuesday, September 24, 2

Re: [PHP-WIN] Re: GET / POST

2002-09-23 Thread Richard Dobson
Try making it listen to all ip addresses instead of simply the network ip. Listen 0.0.0.0:80 Richard On Tuesday, September 24, 2002, at 12:05 am, M.B. wrote: > By the way, does anyone of you knows how to make a lot of changes in > Apache? > > I need to configurate it for a network, but I ha

[PHP-WIN] Re: GET / POST

2002-09-23 Thread M.B.
By the way, does anyone of you knows how to make a lot of changes in Apache? I need to configurate it for a network, but I have a porblem. See teh topic: using apache on a network. M.B. wrote: Hi, I have installed PHPTraid so, that went OK. But I have a network and I would like to see the pages

[PHP-WIN] Re: GET / POST

2002-09-23 Thread M.B.
Whell, I don;t know what is wrong with your version of apache, but the differends between the POST en GET-methode is, that the GET methode is used if you whant to recieve data back on you screen. The POST-methode is used only for sending things somewere (like an email, or variables to anouther pag

[PHP-WIN] Re: GET / POST

2002-09-09 Thread yasin inat
try to modify your php.ini where : variables_order = "EGPCS" change it to : variables_order = "GPCS" it will be useful when u were request a get/post var by using simple variable name but disadvantage is : if u use that script in www or

[PHP-WIN] Re: Get/Post and Security Issues [UPDATE]

2002-06-26 Thread Brian Graham
I've solved the problem. url_rewriter.tags = "" Once I uncommented this and emptied the string out, everything worked fine. "Brian Graham" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Apache 1.3.26 > PHP 4.2.1 > > When I enter username and password informa