RE: [PHP] php code to fax

2001-10-26 Thread Chris Carbaugh
help with this. > > Glenn > > > -Original Message- > From: Chris Carbaugh [mailto:[EMAIL PROTECTED]] > Sent: Monday, October 22, 2001 1:59 PM > To: Glenn Antoine; [EMAIL PROTECTED] > Subject: Re: [PHP] php code to fax > > > > Check out phpfax.so

Re: [PHP] PDF Functions

2001-02-14 Thread Chris Carbaugh
How about in /etc/ld.so.conf you make sure /usr/lib is in there. Then run /sbin/ldconfig. Also, why bother with the source RPM? I would rather just get the source tarball direct from PHP.net and run with it. Chris On Wed, 14 Feb 2001, Mike Tuller wrote: > Date: Wed, 14 Feb 2001 12:07:50 -060

Re: Re: [PHP] PDF Functions

2001-02-14 Thread Chris Carbaugh
--enable-sysvsem --enable-sysvshm > --enable-track-vars > --enable-yp --enable-ftp --enable-wddx --with-mysql > --with-xml > --with-pdflib=/usr/local/lib --with-tiff > > > > From: Chris Carbaugh <[EMAIL PROTECTED]> > > Reply-To: [EMAIL PROTECTE

Re: Re: [PHP] PDF Functions

2001-02-14 Thread Chris Carbaugh
t? > >>> > >>> Here is the updated config script that I used. > >>> > >>> ./configure --prefix=/usr --with-config-file-path=/etc > >>> --disable-debug --enable-pic --enable-shared > >>> --enable-inline-optimization

Re: Re: [PHP] PDF Functions

2001-02-14 Thread Chris Carbaugh
out > then I can go back. Thanks for your help. > > When OS X finally ships I will be happy. > > Mike > > > From: Chris Carbaugh <[EMAIL PROTECTED]> > > Reply-To: [EMAIL PROTECTED] > > Date: Wed, 14 Feb 2001 19:39:04 EST > > To: Mike Tu

Re: RE: [PHP] Fax manipulation?

2001-02-19 Thread Chris Carbaugh
Check out PHPFax.sourceforge.net This is a project I started a while back and never quite finished. The project does work, and is in use by the 20 windoze users I support. If you interested in the code, I suppose I can make the time to upload it :) Let me know, Chris On Mon, 19 Feb 2001, Bri

Re: Re: RE: [PHP] Fax manipulation?

2001-02-19 Thread Chris Carbaugh
Humberto: Sorry it took me a while to repsond... I'll get some code uploaded to PHPFax.sourceforge.net as soon as possible. Be warned, however, that the code is in what I would call 'proof of concept' state. Meaning it works, but it is far from something that is easy to install and setup. It

Re: [PHP] Where do i look up return status codes?

2001-02-20 Thread Chris Carbaugh
I'm not familiar with perl, but I would said either the script it's self is returning the code, or the perl interpreter. Chris On Tue, 20 Feb 2001, George Herson wrote: > Date: Tue, 20 Feb 2001 12:13:35 -0500 > To: [EMAIL PROTECTED] > From: George Herson <[EMAIL PROTECTED]> > Subject: [PHP] Whe

Re: [PHP] RE: [php_mysql] Creative solution with XML,PHP,MYSQL

2001-02-19 Thread Chris Carbaugh
Check out webfx.eae.net for a sample on how to do this. It does require IE4+ or Mozilla. Chris On Mon, 19 Feb 2001, Tim Ward wrote: > Date: Mon, 19 Feb 2001 13:47:00 - > To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>, > [EMAIL PROTECTED], [EMAIL PROTECTED], > [EMAIL PROTECTE

[PHP] session_start() doesn't reset session.cookie_lifetime?

2001-01-12 Thread Chris Carbaugh
Let's say session.cookie_lifetime = 30; this of course kills the session 30 seconds after it was created. Is there a way to have every session_start() 'renew' the life of the clients cookie? Meaning the session would expire 30 seconds after the LAST session_start() call. My goal is to have m

Re: Re: [PHP] url hide

2001-01-22 Thread Chris Carbaugh
Put the url you want hidden in a frame. Chris On Mon, 22 Jan 2001, AJDIN BRANDIC wrote: > Date: Mon, 22 Jan 2001 10:44:06 + (GMT) > To: [EMAIL PROTECTED] > From: AJDIN BRANDIC <[EMAIL PROTECTED]> > Subject: Re: [PHP] url hide > > OK, I don't have access to the server (except ftp). All I c

Re: RE: [PHP] Display progress in browser using flush(); IE versus NS

2001-01-26 Thread Chris Carbaugh
Netscape waits until the HTML entity is complete. Meaning it will render a table as soon as it gets "". Chris On Sat, 27 Jan 2001, Sander Pilon wrote: > Date: Sat, 27 Jan 2001 00:39:17 +0100 > To: "Chris Lee" <[EMAIL PROTECTED]>, > <[EMAIL PROTECTED]> > From: "Sander Pilon" <[EMAIL PROTECTED]>

Re: Re: [PHP] are sessions single threaded?

2001-03-08 Thread Chris Carbaugh
By not using cookies, each browser window would have it's own session, propagated through the URL. Which I don't think you would want users with multi sessions in an intranet app. You didn't mention how you are storing your session data, but I'll assume it's the defualt (files). I would furthe

Re: Re: Re: [PHP] are sessions single threaded?

2001-03-08 Thread Chris Carbaugh
sion about the file locks. > > I'm going to play around with the no-cookies option and see where > that > takes me. > > Bill > > PS: The roll-your-own that you did. Did you modify the PHP program > or > just handle it in your web pages? > > > At

[PHP] Help with array creation

2001-03-19 Thread Chris Carbaugh
Hello, I'm trying to take the query string of a url and turn it into an associative array. Let's say I have a URL like myHost.com/somepage.php?val1=one&val2=two I can get the query with HTTP_SERVER_VARS["QUERY_STRING"], but how do I generate an array equivilent to array('val1'=>'one', 'val2

Re: [PHP] php code to fax

2001-10-22 Thread Chris Carbaugh
Check out phpfax.sourceforge.net This is a project I have pretty much abandoned, and never even posted the code. I have had some people interested in it though, and would like to give the code to the community, I just never found the time. Drop me a line if your interested, and I'll do my best