[PHP] pdflib

2001-12-11 Thread Rodney Davis
If I already have php compiled and running on my server, how can I add the pdfLib. Do I have to compile again? Thanks, rodney

[PHP] phplib

2001-12-11 Thread Rodney Davis
This might be a stupid question but I have grown fond of easy little one stop package installations so... I am running a cobalt raq4 server and installed php4.06 w/ NEWGD and now want to include pdflib to that configuration. But, since I installed php 4.06 with a package installer from cobalt, I

[PHP] global generation

2002-01-07 Thread Rodney Davis
I need to call a generated variable global w/i a function but the following doesn't work: for ($i=0; $i < $num_results; $i++) { global $variable[$i]; } I am trying to pass a similarly created form element to a function. I have two questions. Why doesn't this work? And, what else can I

[PHP] carriage returns

2002-01-07 Thread Rodney Davis
Sorry for the newbie question but I can't find it in the docs. How do I preserve carriage returns when inserting into and extracting data from a mysql db? I thought htmlspecialchars() would do the trick but it doesn't. thanks

[PHP] file upload problem

2002-05-18 Thread Rodney Davis
I am trying to use the move_uploaded_file() function to upload files to a specific directory. It works fine with small .jpgs .txt etc etc but won't work with a large .mp3 file. Is this because it is too large? What can I do? Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscr

RE: [PHP] file upload problem

2002-05-18 Thread Rodney Davis
PROTECTED]] Sent: Saturday, May 18, 2002 7:31 PM To: Rodney Davis Cc: [EMAIL PROTECTED] Subject: Re: [PHP] file upload problem On Sat, 18 May 2002, Rodney Davis wrote: > I am trying to use the move_uploaded_file() function to upload files to > a specific directory. It works fine with small .jpg

[PHP] scheduled tasks

2002-02-15 Thread Rodney Davis
Is currently anyway of doing scheduled tasks with PHP (without using crontab)? For example, using an email script to send out e-mail reminders every Monday or something like that? Thanks, Rodney

[PHP] Installing How-To

2003-08-15 Thread Rodney Davis
Does anyone know of a good howto on installing php w/ GD and phplib etc on a Redhat box? Thanks, Rodney -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Installation for OS X

2003-06-30 Thread Rodney Davis
Does anyone know of a good installation kit like FoxServ, phpTriad, etc for Mac OS X? I want a quick solution for adding MySQL, GD, phpLib support for my mac. Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php