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 ("
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
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
($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:[
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
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
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/)
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
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
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
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