[PHP] PHP5 RC2 Spec file

2004-05-08 Thread Aidan Lister
Hi guys, I'm trying to compile a PHP5 RC2 RPM, does anyone know where I can get a SPEC file from? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] SMTP and changing the character set

2004-05-08 Thread Dave G
Todd, Is there a way to specify a character set in a SMTP email? I've found that SMTP is really, really very particular about how you apply spacing and carriage returns when passing a content type header from PHP. In the PHP mail() function, you want to add the content type header like so:

Re: [PHP] page_title

2004-05-08 Thread Kim Steinhaug
Is it me or is the sollution here incredible simple? ?php $page_title = Welcome; ? head title?=$page_title?/title -- -- Kim Steinhaug -- There are 10 types of people when it comes to binary numbers: those who understand them,

[PHP] Re: PHP5 RC2 Spec file

2004-05-08 Thread Aidan Lister
Found it, it's generated by ./configure (I think) Aidan Lister [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi guys, I'm trying to compile a PHP5 RC2 RPM, does anyone know where I can get a SPEC file from? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] SMTP and changing the character set

2004-05-08 Thread Todd Cary
Thank you both for the help. One more question: can SMPT use the Asian character set since it is 16 bits? Todd Dave G wrote: Todd, Is there a way to specify a character set in a SMTP email? I've found that SMTP is really, really very particular about how you apply spacing and carriage

[PHP] Re: Graphical calendar

2004-05-08 Thread Todd Cary
Which table_class is to be used with the calendar class? Todd Manuel Lemos wrote: Hello, On 05/07/2004 11:36 PM, Todd Cary wrote: I need to bring up a calendar so the user can determine what day of the week a certain falls on, etc. My search with Google appears to have calendars that are

php-general Digest 8 May 2004 15:50:06 -0000 Issue 2751

2004-05-08 Thread php-general-digest-help
php-general Digest 8 May 2004 15:50:06 - Issue 2751 Topics (messages 185700 through 185709): Re: Graphical calendar 185700 by: David T-G 185703 by: Manuel Lemos 185709 by: Todd Cary Re: page_title 185701 by: John W. Holmes 185706 by: Kim Steinhaug

[PHP] Problems with very special characters

2004-05-08 Thread Wouter van Vliet
Hello everybody, I'm back! (been a subscriber here before, a while ago .. was quite an active one at that time .. ;)) .. and I'm back for a reason, having a very wicked problem. The setup is one RedHat linux 9 machine (called s007), previously in use as both our web and database server. As

[PHP] Gd library not found

2004-05-08 Thread Phpu
Hi, Where can i get the gd library for windows. I've googled but i can't find it. Thanks

Re: [PHP] Gd library not found

2004-05-08 Thread Ray Hunter
On Sat, 2004-05-08 at 10:46, Phpu wrote: Where can i get the gd library for windows. I've googled but i can't find it. It should be bundled with the zip file version of windows php. You will probably have to download the zip file from php.net and then get the dll for gd out of the zip file and

Re: [PHP] page_title

2004-05-08 Thread Daniel Clark
Think you want ?php $page_title = Welcome; echo $page_title; ? I have write following code: ?php $page_title = Welcome; ? But I can not see Welcome on top of the page. Can someone tell me why I not can see it? Thanks Erik Gjertsen -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] page_title

2004-05-08 Thread Erik Gjertsen
Thanks it help Erik Gjertsen Kim Steinhaug [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Is it me or is the sollution here incredible simple? ?php $page_title = Welcome; ? head title?=$page_title?/title -- -- Kim Steinhaug

[PHP] Re: Graphical calendar

2004-05-08 Thread Todd Cary
I found it!! Todd Todd Cary wrote: Which table_class is to be used with the calendar class? Todd Manuel Lemos wrote: Hello, On 05/07/2004 11:36 PM, Todd Cary wrote: I need to bring up a calendar so the user can determine what day of the week a certain falls on, etc. My search with Google

[PHP] Re: Graphical calendar

2004-05-08 Thread Todd Cary
Works like a champ! Question: has anyone extended the class so that when one clicks on a day, the year, month, day is returned? Todd Manuel Lemos wrote: Hello, On 05/07/2004 11:36 PM, Todd Cary wrote: I need to bring up a calendar so the user can determine what day of the week a certain

Re: [PHP] Re: Recommend an IDE for Windows

2004-05-08 Thread Chris Lott
On Fri, 07 May 2004 23:58:47 +0200, Rainer Müller [EMAIL PROTECTED] wrote: I've been looking at Zend Studio and Nusphere PHPEd as primary candidates. However, I have a short window to buy something (fiscal year issues) so any comments on these two editors (separately or in comparison to one

RE: [PHP] Re: Graphical calendar

2004-05-08 Thread php-list
You can try using PEAR's Calendar System. It works great for what you might need. Here's a website of what you can do with PEAR Calendar: http://pearcalendar.sourceforge.net/examples/ -Original Message- From: Todd Cary [mailto:[EMAIL PROTECTED] Sent: Saturday, May 08, 2004 12:59 PM To:

[PHP] Re: Problems with very special characters

2004-05-08 Thread Aidan Lister
Hi, Make sure the charset of your document matches the charset sent by the server - If you tell the browser the charset is A, and use characters from charset B, you will get the problem observed. The charset can be sent from Apache, PHP and the actual charset is set in the document. It's a pain

[PHP] Re: protecting web page

2004-05-08 Thread Anguz
[EMAIL PROTECTED] wrote: Hi, i'm designing a web application and i want to protect my web page from printing and if possible want to protect source code too. Do you know any solution that can help me. I've find an application named HTML guard but it only work for static html pages. I need more a

[PHP] A binary compatibility alternative to mod_fastcgi

2004-05-08 Thread Pan qingfeng
Hi, guys http://fastcgi.coremail.cn, I hope you like it... Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] A binary compatibility alternative to mod_fastcgi

2004-05-08 Thread
Hi, guys http://fastcgi.coremail.cn, I hope you like it... Thanks

Re: [PHP] Re: protecting web page

2004-05-08 Thread Petr U.
On Sat, 08 May 2004 21:00:43 -0500 Anguz [EMAIL PROTECTED] wrote: Do you know any solution that can help me. I've find an application named HTML guard but it only work for static html pages. I need more a class or function to prevent for printing. There is _no way_ to really

Re: [PHP] Re: protecting web page

2004-05-08 Thread Travis Low
Petr U. wrote: On Sat, 08 May 2004 21:00:43 -0500 Anguz [EMAIL PROTECTED] wrote: Do you know any solution that can help me. I've find an application named HTML guard but it only work for static html pages. I need more a class or function to prevent for printing. There is _no way_ to

Re: [PHP] Re: protecting web page

2004-05-08 Thread Ashley M. Kirchner
Urgh. I replied to Travis only, instead of the list. Sorry Travis, didn't mean to. Here's a repost to the list: -- Travis Low wrote: If it's really important, you might be able to generate non-printable PDF files, or generate images containing the desired text, or stuff like

php-general Digest 9 May 2004 03:57:45 -0000 Issue 2752

2004-05-08 Thread php-general-digest-help
php-general Digest 9 May 2004 03:57:45 - Issue 2752 Topics (messages 185710 through 185726): Problems with very special characters 185710 by: Wouter van Vliet 185720 by: Aidan Lister Gd library not found 185711 by: Phpu 185712 by: Ray Hunter Re: page_title

[PHP] using cookies

2004-05-08 Thread David T-G
Hi, all -- I guess I need a primer on cookie usage. I've read the manual regarding setcookie and have gone back to look at everything having to do with cookies on this list in the past few months (it seems that I'm not the only one with some troubles, but most of them appear to have been having