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
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
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
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
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
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
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
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
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
9 matches
Mail list logo