[PHP-WIN] Re: Need Help

2003-08-31 Thread Shadow
You don't need to build it yourselfdownload a zipped copy from www.php.net Use the zipped version, not the windows installer versionI found this way, the installation will be easyhere are the instructions: http://www.php.net/manual/en/install.windows.php -- Shadow www.shadows

[PHP-WIN] Re: Sending Mail with PHP.

2003-08-31 Thread Numero 6
[EMAIL PROTECTED] wrote: I am gonna start to learn it to night, but was wondering if there was any adjustments that were needed within the php.ini file before I actually start writing up the code. Yes, write there the SMTP server you will use. The function seems staright forward enough to execu

Re: [PHP-WIN] UTF8_encode ()

2003-08-31 Thread Grzegorz Godlewski
> For testing I set up two pages, one with iso-8859-1 encoding that has a form > with textbox and submit button and another using utf-8 encoding with echoing > utf8_ecnode ();ed text written in the textbox in the first page. > > When I write English it works, Russian - works, German - major screw

[PHP-WIN] Need Help

2003-08-31 Thread S F Alim
Dear All, Actually I am new to this php world, I did try to download enuff info 'how to install' but unfortunately I don't know jack about it and plus for couple of weeks I wont be able to sit online and download or browse internet, I just have this email access. So any sort of help will be appreci

php-windows Digest 31 Aug 2003 18:26:14 -0000 Issue 1894

2003-08-31 Thread php-windows-digest-help
php-windows Digest 31 Aug 2003 18:26:14 - Issue 1894 Topics (messages 21283 through 21286): Re: calling sqlite method from class kills apache 21283 by: Simon Wheeler Re: Help me! 21284 by: Svensson, B.A.T. (HKG) UTF8_encode () 21285 by: Donatas Sending Mail with PH

[PHP-WIN] Sending Mail with PHP.

2003-08-31 Thread Trystano
Hi all, I've been using PHP over the last year now, and have become quite capable with the language, but, there is one function/feature that I have yet to try/use, and that is the mail() function. I am gonna start to learn it to night, but was wondering if there was any adjustments that were ne

RE: [PHP-WIN] Help me!

2003-08-31 Thread Svensson, B.A.T. (HKG)
Why do you want to do this? By the way, it possible with some programming, but it is not recommended to do. -Original Message- From: Leskó József To: [EMAIL PROTECTED] Sent: 30-8-03 13:20 Subject: [PHP-WIN] Help me! Hello, I am a 17 years old boy from Hungary, and I have problem with P

[PHP-WIN] UTF8_encode ()

2003-08-31 Thread Donatas
I can't make this function do what I need, and any help is really appreciated. For testing I set up two pages, one with iso-8859-1 encoding that has a form with textbox and submit button and another using utf-8 encoding with echoing utf8_ecnode ();ed text written in the textbox in the first page.

[PHP-WIN] Re: calling sqlite method from class kills apache

2003-08-31 Thread Simon Wheeler
Just to add that if i call a method of an external class method it works fine sqlite_create_function( $this->db , 'link_keywords' , array($external_class, 'linkers') , 1 ); just methods of $this ? "Simon Wheeler" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi , trying to c

php-windows Digest 31 Aug 2003 04:00:39 -0000 Issue 1893

2003-08-31 Thread php-windows-digest-help
php-windows Digest 31 Aug 2003 04:00:39 - Issue 1893 Topics (messages 21279 through 21282): Re: MS SQL questions 21279 by: Svensson, B.A.T. (HKG) download function 21280 by: Ignatius Reilly Help me! 21281 by: Leskó József calling sqlite method from class kills apac

[PHP-WIN] calling sqlite method from class kills apache

2003-08-31 Thread Simon Wheeler
Hi , trying to call a class method like so sqlite_create_function( $this->db , 'link_keywords' , array($this , 'linkers') , 1 ) ; /*(tried &$this as well)*/ kills apache (MS kills it b4 apache gets to write an error) the same call to a normal function is fine sqlite_create_function( $t