Re: [PHP] Convert a PDF to a PNG?

2011-06-16 Thread Sean Kenny
Outside the box a bit, but is there perhaps a web-service that does this, something like http://www.thumbalizr.com/ but for PDF files. As long as you had curl or something you would be GTG at that point. -Sean- On Thu, Jun 16, 2011 at 1:48 PM, Brian Dunning br...@briandunning.com wrote: I have

[PHP] Ticket Number

2005-09-05 Thread Kenny
and generate our own using the below method while (t_id exists in db) randomize but i see the 2nd method being quite taxing to the server as you have to query at least one time per transaction. I appreciate all inputs. Thanks! Sincerely, Kenny -- PHP General Mailing List (http://www.php.net

Re: [PHP] LDAP and .htaccess

2005-04-27 Thread Kenny Austin
of the directory and use something like download.php?file=readme.txt to serve them. Kenny -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] LDAP and .htaccess

2005-04-27 Thread Kenny Austin
, have the admin create a low privileged account that only has access to search the required attributes. Kenny -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] php IDEs

2003-10-24 Thread Lai, Kenny
can anyone recommend a good, and -free- PHP ide? thanks kenny -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] php framework

2003-10-21 Thread Lai, Kenny
just wanted a general idea on what kind of PHP framework everyone is using.. i've heard of pear, and interjinn.. is there a preference or distinct advantage that a particular framework has in comparison to one another? thanks in advance, kenny -- PHP General Mailing List (http://www.php.net

RE: [PHP] Weird Apache/php/windows problem

2003-10-20 Thread Lai, Kenny
i'm new to php, but from what i can see.. you need to add the DDL that resides in your PHP directory.. LoadModule php4_module c:/php/sapi/php4apache.dll or LoadModule php4_module c:/php/sapi/php4apache2.dll for apache 2.x regards, kenny -Original Message- From: Gary [mailto

[PHP] php site

2003-10-16 Thread Lai, Kenny
hey, does anyone have any good links they use for their php references? i'd also like to know how most people approach coding php from an OOP standpoint -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] DATES in DIFFERENT LANGUAGES

2002-04-12 Thread Declan Kenny
Hi all, Is it possible to get dates in different languages i.e. date (j F) would usually return, in the case, 13 April can I make it display the date in French for example?? Thanks Declan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: mail() says: Warning: Server Error

2002-04-09 Thread Declan Kenny
do you have a mail server set up on your computer? I had the same problem, and I downloaded Hamster http://www.tglsoft.de/misc/hamster_en.htm Its does the job fine Genesis Designs [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hello, Evert time I run a mail

[PHP] PHP Email Form

2002-04-09 Thread Declan Kenny
Hi I have an online email form but I can't get the text layout the same as the layout someone types in the text Area, here is the final bit of code: $message = stripslashes($message); $message = htmlentities($message); $message = nl2br($message); $from=From: $email; $to= [EMAIL PROTECTED];

[PHP] Downloading files

2002-04-09 Thread Declan Kenny
Hi folks, Ok I am trying to make a download area for files (including word files). How do I force a download of a word document rather than have it opening in IE? Declan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php