Hi, I'm trying to insert the result of an PHP script into the resulting HTML of 
an fcl-web CGI application by calling it using HttpGetText. This works when I 
call an external page, like "http://www.google.com"; but not with an internal 
one, like "http://localhost/mypage.php"; (I get an 404 error).

I need to do this because the PHP script has information about logged-in users 
to a website (residing in the same host as my cgi app), and I need to access 
the logged user name and other data this PHP script can access to. This PHP 
script has an abstraction layer to allow the programmer get this info, which 
starts in cookies, then does a couple of sql queries to get the results, that's 
why I use it instead of making all the work with my CGI program.

Any hint?

Leonardo M. Ramé
http://leonardorame.blogspot.com


      

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
synalist-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synalist-public

Reply via email to