Daniel Brown a écrit :
You'd be surprised. The "For Dummies" series is one of the
best-selling franchises in mainstream publishing history.
Best-selling are not a proof of quality.
--
Mickaël Wolff aka Lupus Michaelis
http://lupusmic.org
--
PHP General Mailing List (http://www.php.net
Chris:
>
> curl can handle timeouts much better (file_get_contents will timeout when
> the server on the other end says so).
If you use stream context, you can set timeout to file_get_contents() as well.
--
toby
http://toby.cz/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe,
> > I tried installing it like the documentation said... but I got the
> > following errors. I contacted the hosting service (dreamhost) and they
> > said they don't
> > provide support for pecl, though they do support perl. Anyone?
> >
> > --
> >
> > $ pecl install uploadprogress
> >
> >
2008/12/17 Terion Miller :
> I am working on the login script I have been troubling over, and when I hit
> submit it throws an error and even though I have error reporting E_All on
> because its on a redirect or something I can see the error for only a split
> second so I can't catch it to figure i
On Wed, 2008-12-17 at 11:32 +0100, Jochem Maas wrote:
> >
> >
> >> sometimes less is more (although oddly more is never less ;-)
> >
> > What about when more is black holes?
>
> hmm. I guess that would depend on which side of the event horizon
> you were at. :-)
Is there conservation of reality
On Wed, 2008-12-17 at 10:47 +, Richard Heyes wrote:
> > Floppies hold 1.4 megs now? Mine don't and they're even dual-sided. :(
>
> What are "Floppies"? Is it a reference to a particular male problem?
If so, then I want to know what dual sided means?
Cheers,
Rob.
--
http://www.interjinn.com
John Pillion wrote:
>> > I already downloaded that, thanks. How do I apply it is my question.
>> > There's no documentation for the installation of it, that I see
>>
>> 'Course it is :)
>>
>> http://www.php.net/manual/en/install.pecl.php
>>
>> Linked from here: http://pecl.php.net/doc/inde
Yeah I felt the same. It should be config.inc.php. Well I dont think its in
clear text though (alteast in the latest version). May be u can do a bowl
fish encryption of your new custom password and reset it in the file.
Thanks,
V
On Wed, Dec 17, 2008 at 9:01 AM, Jim Lucas wrote:
> Micah Gersten
Change php.ini (or .htacces or ini_set) so that display_errors is OFF and
log_errors is ON and log them to some file you do this to, all day, every day:
tail -f /var/log/httpd/error_log
You'll definitely need this as you get more complex site interaction,
particularly with Ajax calls that
I am working on the login script I have been troubling over, and when I hit
submit it throws an error and even though I have error reporting E_All on
because its on a redirect or something I can see the error for only a split
second so I can't catch it to figure it out (does this make sense?) how
w
On Wed, Dec 17, 2008 at 6:28 AM, ioannes wrote:
> shiplu wrote:
>>
>> On Sun, Dec 7, 2008 at 8:22 AM, ioannes wrote:
>>
>>>
>>> shiplu wrote:
>>>
When you are dealing with curl, anything can be done as long as its a
HTTP
request.Its all about sending HTTP headers and content.
At 9:23 PM -0500 12/16/08, Robert Cummings wrote:
I haven't come accross UUID() before. It looks time based to me.
Yeah, it stops the nine month thing. :-)
Cheers,
tedd
--
---
http://sperling.com http://ancientstones.com http://earthstones.com
--
PHP General Mailing List (http://www.
Daniel Brown wrote:
> On Tue, Dec 16, 2008 at 17:11, Jay Moore wrote:
>>
>> Ok. Let me back them up to these reel-to-reel tapes quick, just in case.
>
> Just be careful that you don't get the Michaelangelo or Friday The
> 13th viruses especially if you're converting over on a C-64 1541
Hello all,
Could someone please point me in the right direction for printing files
through PHP?
I already have my application setup so that it creates documents and saves
them to a folder. How would I go about printing all of the files in the
folder via PHP?
I've looked into the Print functions
On Wed, Dec 17, 2008 at 2:57 PM, Dan Shirah wrote:
> Hello all,
>
> Could someone please point me in the right direction for printing files
> through PHP?
>
> I already have my application setup so that it creates documents and saves
> them to a folder. How would I go about printing all of the f
On Dec 17, 2008, at 2:57 PM, Dan Shirah wrote:
Hello all,
Could someone please point me in the right direction for printing
files
through PHP?
I already have my application setup so that it creates documents
and saves
them to a folder. How would I go about printing all of the files
in
[snip]
Could someone please point me in the right direction for printing files
through PHP?
I already have my application setup so that it creates documents and
saves
them to a folder. How would I go about printing all of the files in the
folder via PHP?
I've looked into the Print functions in t
>
> Do you want to print this on your office printer or on the website users
> printer?
>
> If you are looking for away to print it on their printer, why not just grab
> all the files that need to be printed, make a PDF of it, and then use the
> browsers print feature?
>
>
>
> --
> Jason Pruim
>
>
> Does it save them to a folder on the server? Or does it save them on the
> client?
>
> If it is on the server then the server would have to send the docs to a
> printer queue.
>
> If it is on the client PHP cannot really do anything about. PHP cannot
> force the client to print but it could sen
On Wed, Dec 17, 2008 at 3:16 PM, Dan Shirah wrote:
> >
> > Do you want to print this on your office printer or on the website
> users
> > printer?
> >
> > If you are looking for away to print it on their printer, why not just
> grab
> > all the files that need to be printed, make a PDF of it, a
Hi
I am importing a node into a new document so that I can perform an XSL
transformation on just that node. This works sometimes, however, I've
come into the following problem, where the namespaceURI is there on the
node but doesn't make it through the importNode() to the next document.
Can
Robert Cummings schreef:
> On Wed, 2008-12-17 at 02:03 +0100, Jochem Maas wrote:
>> or just:
>>
>> mysql_query("UPDATE test SET mykey=UUID()");
>>
>> can't see any reason to go down the 'loop the dataset and roll your
>> own much less random, much more likely to collide, unique value' road.
>
> No
>
> You can't, the best you can do is send the PDF down and let the user
>> choose to do with it what they will
>
>
>
> --
>
> Bastien
>
So you think I should try and look into a way to have FPDF append each
document to the already created document, and once all pages have been added
to the PDF
I did something similar, but it was some work I did for a company and the
application was an internal application that used PHP and a Java applet to
send the file to a workers local printer since it cant be accomplished by
PHP itself.
On Wed, Dec 17, 2008 at 3:30 PM, Dan Shirah wrote:
> >
> >
Lupus Michaelis wrote:
> Daniel Brown a écrit :
>
>> You'd be surprised. The "For Dummies" series is one of the
>> best-selling franchises in mainstream publishing history.
>
>Best-selling are not a proof of quality.
>
Viz: Windows Version xx.x
Cheers
--
David Robley
Windows: XT e
> Floppies hold 1.4 megs now? Mine don't and they're even dual-sided. :(
What are "Floppies"? Is it a reference to a particular male problem?
--
Richard Heyes
HTML5 Graphing for FF, Chrome, Opera and Safari:
http://www.rgraph.org (Updated December 5th)
--
PHP General Mailing List (http://www
At 1:55 PM +1100 12/17/08, Tim Starling wrote:
There are some file types, such as .png and .wav, where that approach is
not at all secure. The file command will tell you that the file is
image/png, but IE 6 will detect it as text/html and run scripts in it.
Oh, I see the problem (I think).
I w
> Sounds like you need "Self Esteem for Dummies."
Lol. It's not a question of self-esteem, more based on the number of
non-starter businesses I've attempted to start.
--
Richard Heyes
HTML5 Graphing for FF, Chrome, Opera and Safari:
http://www.rgraph.org (Updated December 5th)
--
PHP General
Micah Gersten wrote:
> It flance wrote:
>> Hi,
>>
>> I lost phpmyadmin password. Is there anyway to recover it?
>>
>> Thank you
>>
>>
>
> PHPMyAdmin uses MySQL's internal authentication. Log into your MySQL
> server and reset your password.
>
> http://dev.mysql.com/doc/refman/5.0/en/resetting
On Wed, 2008-12-17 at 13:13 -0500, Robert Cummings wrote:
> On Wed, 2008-12-17 at 10:47 +, Richard Heyes wrote:
> > > Floppies hold 1.4 megs now? Mine don't and they're even dual-sided. :(
> >
> > What are "Floppies"? Is it a reference to a particular male problem?
>
> If so, then I want to
Tim Lind wrote:
Hi
I am importing a node into a new document so that I can perform an XSL
transformation on just that node. This works sometimes, however, I've
come into the following problem, where the namespaceURI is there on the
node but doesn't make it through the importNode() to the nex
Ashley Sheridan wrote:
On Wed, 2008-12-17 at 13:13 -0500, Robert Cummings wrote:
On Wed, 2008-12-17 at 10:47 +, Richard Heyes wrote:
Floppies hold 1.4 megs now? Mine don't and they're even dual-sided. :(
What are "Floppies"? Is it a reference to a particular male problem?
If so, then I w
I'm amazed that this either doesn't exist, or is hard to find. I
basically am looking for a way to read in an image into PHP, or shell
out to something on the Linux side, and determine, and see if it has a
barcode in it or not. If it does, I need to decode the barcode so that
I can identify the pag
When you really want to learn a language, I find it useful to have a book
that teaches you the language, and then a book for reference.
Head First PHP is a GREAT starter book, especially if you're the type whose
eyes glaze over when you're presented with walls of text. Its easy to read
and very vi
On Wed, 2008-12-17 at 14:56 -0800, Adam Randall wrote:
> I'm amazed that this either doesn't exist, or is hard to find. I
> basically am looking for a way to read in an image into PHP, or shell
> out to something on the Linux side, and determine, and see if it has a
> barcode in it or not. If it do
Adam Randall wrote:
I'm amazed that this either doesn't exist, or is hard to find. I
basically am looking for a way to read in an image into PHP, or shell
out to something on the Linux side, and determine, and see if it has a
barcode in it or not. If it does, I need to decode the barcode so that
On Thu, 2008-12-18 at 00:04 +, Nathan Rixham wrote:
> Adam Randall wrote:
> > I'm amazed that this either doesn't exist, or is hard to find. I
> > basically am looking for a way to read in an image into PHP, or shell
> > out to something on the Linux side, and determine, and see if it has a
> >
If anything can do it, it'll be ImageMagick
Adam Randall wrote:
I'm amazed that this either doesn't exist, or is hard to find. I
basically am looking for a way to read in an image into PHP, or shell
out to something on the Linux side, and determine, and see if it has a
barcode in it or not. If i
On Wed, Dec 17, 2008 at 7:42 PM, Al wrote:
> If anything can do it, it'll be ImageMagick
>
> Adam Randall wrote:
>
>> I'm amazed that this either doesn't exist, or is hard to find. I
>> basically am looking for a way to read in an image into PHP, or shell
>> out to something on the Linux side, an
Ashley Sheridan wrote:
There is a slight difference in how ASP handles multiple form fields
that share the same name (as well as SELECT MULTIPLE lists) such that
ASP does not need (and should not use) square brackets in field names
the way PHP does.
Andrew
I thought that square brackets were a
Hello,
I have been trying to use fread to open a file, but it always escapes
special characters.
How do I open afile without it modifying my original file:
$_POST[$fname] = fread($fileHandle, $_POST[$fname.'_size']);
I use this and get slashes everywhere.This kills my REGex that gets coded
next
> this does beg the question why don't you know the classname at runtime..
> seems to be a slight design flaw and may make sense for you to post the
> full problem (you must have chosen to implement this for a reason..)
The full problem is: I started off with a "DeployTask" for deploying a
new i
On Wed, 2008-12-17 at 19:54 -0500, MikeP wrote:
> Hello,
> I have been trying to use fread to open a file, but it always escapes
> special characters.
> How do I open afile without it modifying my original file:
>
> $_POST[$fname] = fread($fileHandle, $_POST[$fname.'_size']);
> I use this and ge
Jack Bates wrote:
this does beg the question why don't you know the classname at runtime..
seems to be a slight design flaw and may make sense for you to post the
full problem (you must have chosen to implement this for a reason..)
The full problem is: I started off with a "DeployTask" for dep
I need to create a php form and mail it to a recipient (that I can do). My
question is how do I create an area for a file (.doc, or .pdf) to be
attached emailed along with other form data as well?
-Jeff
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.
On Wed, Dec 17, 2008 at 11:02 PM, jeffery harris <
jhar...@harris4interactive.com> wrote:
> I need to create a php form and mail it to a recipient (that I can do). My
> question is how do I create an area for a file (.doc, or .pdf) to be
> attached emailed along with other form data as well?
>
> -
use a mailer class, for example phpmailer, to handle this. man i say emailing
could be a very crazy job for an coder. thank god that some guys make it
simple for us ;)
http://sourceforge.net/projects/phpmailer
> I need to create a php form and mail it to a recipient (that I can do). My
> quest
Thanks for the info! sweet!!
"Kastner Mario" wrote in message
news:200812180603.34938.off...@unite-it.at...
> use a mailer class, for example phpmailer, to handle this. man i say
> emailing
> could be a very crazy job for an coder. thank god that some guys make it
> simple for us ;)
>
> http:/
Are you referring to a project, class, or just generally curious about
what I'm asking? Barcode reader can be many things, including a
scanning wand (not applicable to what I am looking for).
On Wed, Dec 17, 2008 at 3:47 PM, Robert Cummings wrote:
> On Wed, 2008-12-17 at 14:56 -0800, Adam Randall
This completely internal, and highly sensitive. Also, the documents
themselves will different every time likely as they can either be
faxes with who knows what type of skewing/quality/orientation. I need
to be able to read them and find out what the barcodes are, if any.
Adam.
On Wed, Dec 17, 200
I would have thought so too, but haven't found anything yet. Maybe
there is an answer there (I have Imagick installed for example).
iText, a java utility, has the ability to write barcodes nicely to
PDF, too bad that there's no some reverse there either.
Adam.
On Wed, Dec 17, 2008 at 4:42 PM, Al
Yeah, I have played with JOCR/GOCR, but it seemed somewhat inaccurate.
Does anyone have any examples of working with it in code so that I can
figure out how to incorporate it into my solutions?
Adam.
On Wed, Dec 17, 2008 at 5:17 PM, Bastien Koert wrote:
> On Wed, Dec 17, 2008 at 7:42 PM, Al wro
Nathan Rixham wrote:
Tim Lind wrote:
Hi
I am importing a node into a new document so that I can perform an XSL
transformation on just that node. This works sometimes, however, I've
come into the following problem, where the namespaceURI is there on
the node but doesn't make it through the i
Basic bar code detection is not that difficult. You set a couple of
virtual lines over the images and "crawl" them pixel by pixel. Then
you count the black/white changes and the density of each change. I
could even think of doing this using GD if I had the time. On the
other hand it can get pretty
Dan Shirah wrote:
Hello all,
Could someone please point me in the right direction for printing files
through PHP?
On I project I recently worked on, I used php to read a template file
(rtf) and makes some changes and then save it in a folder on the server.
This was a windows machine and I
55 matches
Mail list logo