[PHP] Re: Execute a cgi inside of php?

2002-12-12 Thread matty rozen
you can use the curl library to execute the cgi. "Richard Creech" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > Hello List, > Is there a way to execute a cgi inside of php? This is what a customer wants to do: > > > include(""); > > but get an error message:

[PHP] Re: Session

2002-12-12 Thread matty rozen
what do you mean - same 2 vars ? if you mean 2 session vars, than they will be availble on every web page which uses session calls. else, let me know what do you mean exactly. "Boris Kolev" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hello php-general, >

[PHP] Re: Cybercash/Verisign and PHP possible?

2002-12-12 Thread matty rozen
i do not really know how they are working, but i'll give you some sort of a solution. by using the 'curl' module, you can use any calls needed to any type of scripts. you can use curl to "talk" with the cgi. another option is using sockets (depends on their toolkit) and passing all the informatio