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
[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
> 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
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 - 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
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
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
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.
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 - 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
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
11 matches
Mail list logo