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 wrote:
> I have heard back from Racks
ld from
db 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://w
allow anonymous searches, 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
ckery to protect all of the
> contents of a given directory?
store the files outside 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
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
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.ph
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 [m
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
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
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
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]";
ma
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 m
12 matches
Mail list logo