[PHP-WIN] Re: php-windows Digest 7 Jan 2003 22:58:11 -0000 Issue 1524

2003-01-08 Thread Neil Smith
Hmm - I don't know that I really understand the problem you are having . There is a web page using the CSS technique I have mentioned here - view the HTML source to see how the CSS is used with Unicode character encodings : http://www.unicode.org/unicode/standard/translations/arabic.html Befor

php-windows Digest 8 Jan 2003 11:58:26 -0000 Issue 1525

2003-01-08 Thread php-windows-digest-help
php-windows Digest 8 Jan 2003 11:58:26 - Issue 1525 Topics (messages 17716 through 17720): Re: SMTP Authentication - Windows 2000 17716 by: Manuel Lemos Found a problem/fix with php.ini? 17717 by: Rad Craig Re: Subject: GD, UNICODE & RTL 17718 by: Neil Smith someon

Re: [PHP-WIN] [newbie] What does this mean?

2003-01-08 Thread paradiddles
Jim, thanks for the response. Well- I think your right! I created index.htm and saved it to my htdocs dir. I get the "file not found" when I try and bring it up. To answer your question ... I have: DocumentRoot "C:/Program Files/Apache Group/Apache/htdocs/" typed into my httpd.conf file jus

[PHP-WIN] Newbie :: Class instance alive between pages??

2003-01-08 Thread Palli
Hello I´m wondering how I keep class instance alive between pages. Is it possible to store it in Session and what is the "right" way to store it globaly? thanx Palli -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Newbie :: Class instance alive between pages??

2003-01-08 Thread Luis Ferro
Yes, it is, but prior to accessing the stored value you will have to include the class file, otherwise, php will not know what object that thing in the session is... LF Palli wrote: Hello I´m wondering how I keep class instance alive between pages. Is it possible to store it in Session and w

[PHP-WIN] New install problem / question

2003-01-08 Thread b
Hi, I have just installed PHP4 onto a Win2k server with IIS5 [my first time with PHP] - And after having created a test script I have the following problem; The script generates the [expected] output when accessed from the server browser; HOWEVER, when trying to access from a public or machine on

[PHP-WIN] berkeley db3 on windows

2003-01-08 Thread Dave Viner
hi, i just got my windows/php/db3 env compiled. But when I run a simple test script, I get this error: C:\TEMP>php -f simple.php Notice: dba_open() [http://www.php.net/function.dba-open]: read: 0x12f8f4, 256: Permission denied in C:\TEMP\simple.php on line 3 Notice: dba_open() [http://www.php

Re: [PHP-WIN] Newbie :: Class instance alive between pages??

2003-01-08 Thread Palli
So what is wrong with this code : This is page 1 : $MyFrett = new cFrett; $_SESSION['cFrett'] = $MyFrett; this is another page that is trying to use the class instance : NewNews(); } ?> thanx Palli "Luis Ferro" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED].

[PHP-WIN] send a web page by email.

2003-01-08 Thread Camelia Moldovan
Hi! Does anyone know something about this? I have a web page (generated using php)and I want to send it by email. I know how to send html emails using php but I don't know how to email the current page. Please help. Thanks. - Do you Yahoo!? Yahoo! Mail Plus -

[PHP-WIN] Re: send a web page by email.

2003-01-08 Thread Manuel Lemos
Hello, On 01/08/2003 07:41 PM, Camelia Moldovan wrote: Hi! Does anyone know something about this? I have a web page (generated using php)and I want to send it by email. I know how to send html emails using php but I don't know how to email the current page. Please help. Just use output bufferi

[PHP-WIN] Have you ever try the SSEditor, a IDE for PHP?

2003-01-08 Thread skyweb
visit our site: http://www.skyweb2k.com/sseditor -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php