[PHP] fopen: space character in filename

2006-07-28 Thread Christian Calloway
Hello all, this seems like an easy question, but I could sure as hell couldn't find any responces to it through initial searched. I am running php on an XP system and I need to open a file contained with a set of directories which may or may not have a space character; so for example: fopen ("

[PHP] Migration to PHP5

2005-12-06 Thread Christian Calloway
Hi, Does anyone have stats in terms of migration from 4 to 5, specifically I'd like to know if the bulk of PHP developers have begun to change-over. I am (was) a Java developer, but have been doing freelance/consultant work in PHP for two years and am still developing on PHP4 platform. I rememb

[PHP] Re: gzuncompress mysql blob field

2005-07-21 Thread Christian Calloway
Ahh I think I got it.. max field size reached ""Christian Calloway"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Heya guys, > > I've ran into a problem that I just can't seem to get around. Basically I > am storing file contents

[PHP] Re: gzuncompress mysql blob field

2005-07-21 Thread Christian Calloway
($record["compress_content"]); // this statement causes problems when compress content > 64kb $fileContent = $record["compress_content"]; // this statement works just dandy } ""Christian Calloway"" <[EMAIL PROTECTED]> wrote in message news:[

[PHP] gzuncompress mysql blob field

2005-07-21 Thread Christian Calloway
Heya guys, I've ran into a problem that I just can't seem to get around. Basically I am storing file contents in a compressed format (gzcompress -at 9) in my database -- why -- basically to affect a search of said content using keywords retrieved via an input source (it could be any, doesn't re

Re: [PHP] HTML -> PDF PHP Package

2005-07-15 Thread Christian Calloway
I am converting "simple" html files.. reports that were created in Doc and then converted to html. I am assuming you are executing this tool from PHP and sending back the results once complete? How has it worked for you. Christian ""Chris Boget"" <[EMAIL PROTECTED]> wrote in message news:[EMAI

[PHP] HTML -> PDF PHP Package

2005-07-15 Thread Christian Calloway
Hi Everyone, I am looking for a PHP based packaged (though it doesn't necesarily have to be) that will convert HTML files to their PDF representations; on the fly of course. Anyone know or have any experience w/this? Thanks in advance, Christian -- PHP General Mailing List (http://www.php.net/)

[PHP] pixels per character

2005-04-14 Thread Christian Calloway
Hey all, trying to dynamically size cell widths; what I need is a formula to measure pixels per character for an arbitrary font (in this case 10pt verdana). A simple function f(x) = strlen(x) * SOMECONSTANT just doesn't seem to cut it, as returned widths are to small are long. Any ideas? Chris

[PHP] PHP CVS solution

2005-03-23 Thread Christian Calloway
Hiya guys, I need some type of extremely simple (yet intuitive) CVS solution, preferbly written in PHP. Namely I want to allow fairly unsavvy computer users (lets say my mom for example) to checkout files of interest, located on some server, via a web-interface and PHP\MySQL backbone. I really

[PHP] Re: interesting problem with zlib/ob_gzhandler compression

2004-07-22 Thread Christian Calloway
directive. "Christian Calloway" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I have ran into a rather interesting problem while zlib or gzip compression > is enabled on my site. I have an external javascript-php file (a javascript > file that is dynamica

[PHP] interesting problem with zlib/ob_gzhandler compression

2004-07-22 Thread Christian Calloway
I have ran into a rather interesting problem while zlib or gzip compression is enabled on my site. I have an external javascript-php file (a javascript file that is dynamically generated as in filename.js.php) which is included in the main template using the element (for example