php-general Digest 12 Aug 2006 03:12:39 -0000 Issue 4288

2006-08-11 Thread php-general-digest-help
php-general Digest 12 Aug 2006 03:12:39 - Issue 4288 Topics (messages 240539 through 240555): Re: problem with Firefox print preview? 240539 by: gustav.varupiraten.se 240542 by: Paul Scott 240544 by: Al Re: List Meeting NNOT 240540 by: David Robley Problem

Re: [PHP] List Meeting NNOT

2006-08-11 Thread Ligaya Turmelle
tedd wrote: At 7:22 AM +0200 8/10/06, Paul Scott wrote: On Wed, 2006-08-09 at 18:54 -0500, Jay Blanchard wrote: Yes, but not everyone can get to or goes to conferences. And this would stand on its own don'tcha think? I think that Chicago is perfect, because it is centrally located

Re: [PHP] Cron running 'Hello world' script dies with Could not startup.

2006-08-11 Thread Ivo F.A.C. Fokkema
On Thu, 10 Aug 2006 16:41:38 -0500, Richard Lynch wrote: On Wed, August 9, 2006 3:14 am, Ivo F.A.C. Fokkema wrote: SO: Loading the GTK library in your /etc/php4/cli/php.ini, KILLS the PHP-cli functionality from cron. On Ubuntu Dapper, that is. Not sure about other distros. Probably

RE: [PHP] break up variable and put each element in an array

2006-08-11 Thread Reinhart Viane
Actually, I know that it's browser/OS dependent, cuz I had a bunch of Mac users who sent only \r all the time. This may be true only of OS 9, and you may not care about them anymore, but there it is. I also would not be so quick to claim that Linux sends \r\n -- It could be dependent on the

RE: [PHP] break up variable and put each element in an array

2006-08-11 Thread Ivo F.A.C. Fokkema
On Thu, 10 Aug 2006 17:17:23 -0500, Richard Lynch wrote: On Tue, August 8, 2006 3:47 pm, Fokkema, I.F.A.C. \(HKG\) wrote: If the user separates the dates by an enter in the textarea, you need to explode on \r\n. To be able to handle both, you need to use split() or preg_split(). When I

[PHP] problem with Firefox print preview?

2006-08-11 Thread Angelo Zanetti
Hi all, I've developed this site in PHP and its basically finished, now I have a problem with the printing and print preview. I have a dynamic table that can span various pages depending on the number of records pulled from the database. The print preview (and printed page) doesnt print the

Re: [PHP] problem with Firefox print preview?

2006-08-11 Thread gustav
Hi all, I've developed this site in PHP and its basically finished, now I have a problem with the printing and print preview. I have a dynamic table that can span various pages depending on the number of records pulled from the database. The print preview (and printed page) doesnt print

Re: [PHP] List Meeting NNOT

2006-08-11 Thread David Robley
Ligaya Turmelle wrote: tedd wrote: At 7:22 AM +0200 8/10/06, Paul Scott wrote: On Wed, 2006-08-09 at 18:54 -0500, Jay Blanchard wrote: Yes, but not everyone can get to or goes to conferences. And this would stand on its own don'tcha think? I think that Chicago is perfect, because it

[PHP] Problem Creating a New SSL Cert in Apache2

2006-08-11 Thread Mike
Windows Server Apache2 OpenSSL I am new to working with SSL Certs so I am sure I did something wrong somewhere. Where I have no idea! We needed an SSL Cert for our website. I created the CSR using openssl req -new -out uwm.csr answered all of the questions, went to GoDaddy and did a copy

Re: [PHP] problem with Firefox print preview?

2006-08-11 Thread Paul Scott
On Fri, 2006-08-11 at 14:58 +0200, Angelo Zanetti wrote: The print preview (and printed page) doesnt print the first few rows but instead just prints blank then only prints the last line of the table on a new page. The table is embedded inside a fieldset component. Im not sure if its a

RE: [PHP] calendar Q

2006-08-11 Thread Jef Sullivan
I like using mktime() whenever I pull dates from a database. Get your date from the query, store it to a value: $val = mktime($qval); Then you can compare any part of the date you want by using date(). if( date( m, date(now)) == date( m, $val )) m = month Jef -Original Message-

[PHP] Re: problem with Firefox print preview?

2006-08-11 Thread Al
Angelo Zanetti wrote: Hi all, I've developed this site in PHP and its basically finished, now I have a problem with the printing and print preview. I have a dynamic table that can span various pages depending on the number of records pulled from the database. The print preview (and printed

[PHP] Compiling and iconv

2006-08-11 Thread Ray Hauge
I use Slackware linux, and XMLRPC is not compiled in by default with my distro, so I'm compiling PHP myself. It's always been a simple enough task. First I get and install the required xmlrpc-epi libraries, and then I compile PHP telling it where I just installed them. Now I get this error

RE: [PHP] OT? Verifying mail was received

2006-08-11 Thread Chris W. Parker
tedd mailto:[EMAIL PROTECTED] on Thursday, August 10, 2006 7:59 PM said: Not a php solution, but send them all a buck via PayPal. For $90 you'll learn if their email addresses are correct. That should be cheaper than writing a program to figure it out for you, if it can be done. Here's

[PHP] suphp problem

2006-08-11 Thread Michelle Konzack
Hello, I have around 8000 VHosts and normaly do not use suphp for security reason. All VHosts have there own UID/GID and the Apache VHosts are setup with User$UID Group $GID Now I have added to a singel VHost directive ifModule mod_actions.c Action

[PHP] Re: A way to stop spam on this list

2006-08-11 Thread Michelle Konzack
Late answer, but I was coming back yesterday from Palestine, after the Israelien Terror Authority had arrest me for making tonns of photos and Videos about Israeli military crime... (shooting children and pregnant women) Am 2006-06-19 10:23:06, schrieb Denis Gerasimov: I am very tired of

[PHP] requests from 2nd window breaks my program

2006-08-11 Thread afan
I'll try to explain my problem as better as I can. Please, be gentle :) I developed a program for our salespeople (only them, no public) where they can order items for their customers. Order form is made of 6 pages (order info, items info, artwork, ad copies,...). Also, they use the same program

Re: [PHP] requests from 2nd window breaks my program

2006-08-11 Thread Jochem Maas
[EMAIL PROTECTED] wrote: I'll try to explain my problem as better as I can. Please, be gentle :) I developed a program for our salespeople (only them, no public) where they can order items for their customers. Order form is made of 6 pages (order info, items info, artwork, ad copies,...).

Re: [PHP] requests from 2nd window breaks my program

2006-08-11 Thread Andrew Kreps
Based on the general description you've given, I could imagine adding a 'step number' in your session. Then validate it against what step is being loaded. So, if you set your Session 'step' variable to 5, and page 6 is loaded, that would seem OK. If your Session 'step' variable is 6, and page

Re: [PHP] requests from 2nd window breaks my program

2006-08-11 Thread Andrew Kreps
For what it's worth, I like Jochem's solution much better than the one I gave you. :) On 8/11/06, Jochem Maas [EMAIL PROTECTED] wrote: a very crude idea below (you have to add a request variable named 'ordertransid' in all links pointing to pages that have to act on an existing order

[PHP] Problem Loading Extension

2006-08-11 Thread Ray Hauge
Hello everyone, I successfully compiled PHP 4.4.3 and PHP 5.1.4 today. I'm having a problem with loading the PDFLib extension (pdflib_php.so). It works fine in PHP 4, but PHP5 is not loading it. I do know that I have the file in the correct location (same as the mysql.so file), and when I

Re: [PHP] Problem Loading Extension

2006-08-11 Thread Michael B Allen
On Fri, 11 Aug 2006 17:50:12 -0500 Ray Hauge [EMAIL PROTECTED] wrote: Hello everyone, I successfully compiled PHP 4.4.3 and PHP 5.1.4 today. I'm having a problem with loading the PDFLib extension (pdflib_php.so). It works fine in PHP 4, but PHP5 is not loading it. I do know that I have

Re: [PHP] Problem Loading Extension

2006-08-11 Thread Ray Hauge
On Friday 11 August 2006 18:15, Michael B Allen wrote: On Fri, 11 Aug 2006 17:50:12 -0500 Ray Hauge [EMAIL PROTECTED] wrote: Hello everyone, I successfully compiled PHP 4.4.3 and PHP 5.1.4 today. I'm having a problem with loading the PDFLib extension (pdflib_php.so). It works fine