Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_php thread: Re: How to run a VB 6 GRACIAS (tanks)- Hi lost the session


Message #1 by "Julio Oliveira" <dblot@a...> on Fri, 10 Aug 2001 15:41:23 -0300
O:K:
All good

with
exec(´programa.exe')

******************
All is good but....

I need to take from one program to other a lkot of vars.
I use the session_register(...).
All good but, when i need to go back with the browser said  The page is out,
i have
to reiniciate from cero.

This hapen when i put the sessio_register(...
Are some paramether to put at some place..

Thanks.

Julio Oliveira
Buenos Aires - Argentina
Oliveira_julio@y...


*********************************************

-----Mensaje original-----
De: Adam Lang [mailto:aalang@r...]
Enviado el: viernes, 10 de agosto de 2001 12:36
Para: professional php
Asunto: [pro_php] Re: How to run a VB 6 application at the server side


Exec runs the program.  system runs it and displays output (not quite sure
to what extent).

http://php.net/manual/en/ref.exec.php

php.net is your friend.

Adam Lang
Systems Engineer
Rutgers Casualty Insurance Company
http://www.rutgersinsurance.com


  Return to Index