[PHP] sessions var

2001-12-19 Thread William Sanchez Sanchez
I need some help with sessions. I need to pass variables to a page that will load in a new browser window (window.open("",myWindow,"") and ). I used session_register and I tried using start_session and still no luck. Once I get the session vars registered, how do I access them from the new

[PHP] How can i send eMail under Win32

2001-12-17 Thread William Sanchez Sanchez
I need to send eMail under Win32 Regards.. William -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] sending Email

2001-12-17 Thread William Sanchez Sanchez
is "imap_mail()" currently available in Win32?? Thanks... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] ocilogon()

2001-11-28 Thread William Sanchez Sanchez
I got this error: Fatal error: Call to undefined function: ocilogon() in C:\Inetpub\wwwroot\online\classes\class.Telefono.php on line 19 Why it could be? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROT

[PHP] fatal error

2001-11-28 Thread William Sanchez Sanchez
I got that, Why it could be? Fatal error: Cannot redeclare reporte_llamada() in c:\Inetpub\wwwroot\online\includes\funciones.php on line 4 and the code for reporte_llamada()in ...\funciones.phpis : function reporte_llamada ($telefono,&$folio,$fecha_ini,$fecha_fin, $tipo) {

[PHP] Problems in IIS

2001-11-28 Thread William Sanchez Sanchez
I got a web site with php pages, I was working in Apache. Now I have installed IIS and Windows2000 and I want to run my web site in this platform. I have installed php like cgi and it works ok. But I got some errors accessing some php pages i.e. session_start() function. Is there a differen