Search found 4 matches

by sureshsundar007
Tue Jan 27, 2004 11:54 pm
Forum: PHP - Code
Topic: Executing POST command with webserver for php
Replies: 3
Views: 652

Thanks for your reply hedge.

I did have the apache source code and i'm struggling to find how it happens in apache as i'm very poor in VC++.

So,If you know how to do it please help me as i'm struggling to fix this for a very long time.

Thanks,
Suresh.
by sureshsundar007
Fri Jan 23, 2004 11:55 pm
Forum: PHP - Code
Topic: Executing POST command with webserver for php
Replies: 3
Views: 652

Let me explain the problem more clearly. I can able to execute normal scripts without any problems.The problem is when executing scripts when adding attachments. After getting the POST command like this.. POST /upload.php?sid={4010F46F0F2BD-4010F46F0F2D8-1074852975} HTTP/1.1 Accept: image/gif, image...
by sureshsundar007
Thu Jan 22, 2004 5:53 am
Forum: PHP - Code
Topic: Executing POST command with webserver for php
Replies: 3
Views: 652

Executing POST command with webserver for php

Hi all, I'm building my own web server on C#.I'm trying to support php with my server.I'm having problems when executing POST command.I'm testing a webmail written in PHP with my server.I dont know how to pass both the querystring and body as parameters to php executor in the webserver. If querystri...
by sureshsundar007
Fri Dec 26, 2003 10:59 pm
Forum: PHP - Theory and Design
Topic: PHP and WebServer
Replies: 1
Views: 2544

PHP and WebServer

Hi all, I'm building my own version of webserver on which i'm trying to support PHP.I can able to execute and display PHP scripts..but my problem is when i do back or forward in the browser..i'm not getting the exceuted script or previous page..instead i get the php script code getting displayed in ...