php-windows Digest 31 Aug 2003 18:26:14 -0000 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 PHP.
        21286 by: Trystano.aol.com

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------
--- Begin Message ---
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 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( $this->db ,  'link_keywords' ,   'linkers' ,
 1 )
> ;
>
> is this a bug or am I just calling it incorrectly ?
>
> Regards,
> Simon Wheeler

--- End Message ---
--- Begin Message ---
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 PHP. I
hope that you can help. 
The problem: I ask the width and height of the screen with JavaScript,
and when the JavaScript give the values to the PHP they become string,
so I can't use the values as a number. I tried to change the type, but
it's bad, too.
I want that if the screen is bigger, the image is bigger. 
I enclose a file, which show the problem.

I hope that you understand my problem, and sorry about the mistakes.

 
Leskó Dániel

--- End Message ---
--- Begin Message ---
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.

When I write English it works, Russian - works, German - major screw up,
Lithuanian (my language) - screw up. And so I dunno what to do. I really
need that to work for my multilanguage project I am working on. I googled
for any useful info but only found more ppl having more trouble :/

Thank you in advance,
Donny

--- End Message ---
--- Begin Message ---
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 needed within the php.ini file before I actually start 
writing up the code.

The function seems staright forward enough to execute, but are there any 
other things i should know that is required to send email via PHP scripts.

I am using AOL to send and recieve emails.

Tryst

--- End Message ---

Reply via email to