Re: [PHP] NONE

2001-06-20 Thread Pavel Kalian
www.google.com Pavel - Original Message - From: Ali Amirnezhad [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 20, 2001 5:47 AM Subject: [PHP] NONE Hi every body, I look for some plase to find good programs for APACHE web server on Windows, such as PHP for windows,

Re: [PHP] Passing Objects Vol II

2001-05-11 Thread Pavel Kalian
In index2.php change the line $myInstance=urldecode ( unserialize($passedClass) ); to $myInstance=unserialize ( urldecode($passedClass) ); and you should be happy... I also assume you have register_globals turned on in php.ini. Pavel - Original Message - From: [EMAIL PROTECTED] To:

Re: [PHP] Compile .php file is possible ?

2001-03-30 Thread Pavel Kalian
Zend Compiler got renamed to Zend Encoder. Pavel - Original Message - From: "Marian Vasile" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, March 30, 2001 11:19 AM Subject: Re: [PHP] Compile .php file is possible ? I've seen many people talking about Zend compiler... Where is

Re: [PHP] About php

2001-03-28 Thread Pavel Kalian
You can only reference such elements using it's indexes in javascript. try formName.elements[3].value //(replace 3 with the index of your select) Pavel "vishak tomy" [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hello, I have a doubt about multi

Re: [PHP] session handling

2001-03-28 Thread Pavel Kalian
- Original Message - From: "[Inf] F!RE-WALL" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, March 28, 2001 12:10 PM Subject: [PHP] session handling Every time I want to initiate a session i get this: Warning: open(/tmp\sess_b18426d4011c38e033bd0ed54bd2d2f1, O_RDWR) failed:

Re: [PHP] Session problem

2001-03-14 Thread Pavel Kalian
set the session.save_path to a directory that exists on your system (for example: session.save_path = c:\temp) Pavel - Original Message - From: "Brandon Orther" [EMAIL PROTECTED] To: "PHP User Group" [EMAIL PROTECTED] Sent: Tuesday, March 13, 2001 10:56 PM Subject: [PHP]

Re: [PHP] Com

2001-02-07 Thread Pavel Kalian
: "Christian Reiniger" [EMAIL PROTECTED] To: "php" [EMAIL PROTECTED] Sent: Wednesday, February 07, 2001 12:20 PM Subject: Re: [PHP] Com On Wednesday 07 February 2001 11:52, Pavel Kalian wrote: COM of course comes with PHP (but is available on Win only), RTFM on calling

Re: [PHP] SQL Server DB to mySQL DB

2001-01-25 Thread Pavel Kalian
1. Generate SQL script for your database in the MS SQL Server Enterprise Manager 2. Modify generated SQL to be compatible with MySQL 3. Run the script on your MySQL server Pretty easy if you aren't using any feature of MS SQL that MySQL doesn't support (for example stored procedures) Another

Re: [PHP] Error connecting to MySQL server

2001-01-19 Thread Pavel Kalian
Isn't it possible that you're just not allowed to connect to the MySQL host remotely? Pavel - Original Message - From: "Rosen" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, January 19, 2001 10:55 AM Subject: Re: [PHP] Error connecting to MySQL server When I connect via WEB

Re: [PHP] WML/WAP and PHP

2001-01-16 Thread Pavel Kalian
Hi Rick, you are not doing anything wrong. You just have to send the proper content-type depending on what you're outputing. For example if you want to produce a gif image you have to use header("Content-type: image/gif"); There's nothing wrong with it as PHP can't predict what you want to do.

Re: [PHP] Reading specific data from a .txt file into PHP

2001-01-16 Thread Pavel Kalian
check the manual for fgets() function. then you can maybe explode() the string using " " (space) as separator. Pavel - Original Message - From: "James Holloway" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, January 16, 2001 4:13 PM Subject: Re: [PHP] Reading specific data from

Re: [PHP] WML/WAP and PHP

2001-01-16 Thread Pavel Kalian
-By: PHP/4.0.4 Content-type: text/vnd.wap.wml wml card pHello world!/p /card /wml C:\ Pavel - Original Message - From: "Rick Hodger" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, January 16, 2001 5:02 PM Subject: Re: [PHP] WML/WAP and PHP "Pavel

Re: [PHP] How to handle multiple lines in PHP?

2001-01-16 Thread Pavel Kalian
nl2br() will do the translation for you, just store the text in database in the form user writes it (allows later editing of the messages in the db without having to deal with br's) and then echo(nl2br($message)) it. Pavel - Original Message - From: "Ignacio Vazquez-Abrams" [EMAIL

Re: [PHP] Calling a Windows Com object or an Extended Fetch?

2001-01-11 Thread Pavel Kalian
The DCOM (COM on a remote server) works fine but you still have to run PHP on a windows machine. AFAIK there's no decent way to use COM from a unix box. Pavel - Original Message - From: "Niel Zeeman" [EMAIL PROTECTED] To: "Paulson, Joseph V. "Jay"" [EMAIL PROTECTED]; "php gen list"

Re: [PHP] HTTP autentification

2001-01-11 Thread Pavel Kalian
http://www.php.net/manual/features.http-auth.php Pavel P.S. Manual je nekdy docela prima cteni. ;-) - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 11, 2001 12:42 PM Subject: [PHP] HTTP autentification Please, can you send me where could I