This has nothing to do with PHP or the server, but with the way the client
computer is configured.
If the user doesn't want to open a .pdf file in the browser but to be
prompted for saving the file, that's the way he will have it.
...fortunately.
Teddy
Teddy
- Original Message -
From: "
Hi Dennis, see below
"Dennis Gearon" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Please CC me
> -
>
> I am designing my own 'usr' class that takes care of logins. I need
> to know the following to finish it.
> --
On Fri, 2004-09-03 at 15:27, Dennis Gearon wrote:
> I am designing my own 'usr' class that takes care of logins. I need
> to know the following to finish it.
> ---
> A/ Does anybody use sessions for users who are not logged into the si
John Nichel wrote:
$output = array();
exec ( "locate whatever" $output );
And loop thru the $output array.
It's all in the manual
http://us4.php.net/manual/en/function.exec.php
Oops, I forgot the comma...
exec ( "locate whatever", $output );
--
By-Tor.com
It's all about the Rush
http://www.by-t
I've done a number of these and the choice depends on many things but
perhaps the biggest factor is;
Is server 1 and server 2 behind the same firewall or are they exposed to the
internet?
Behind a firewall you can probably get away with running any one of the
following commands to remotely execut
Thank you for your help, My question is:
How can I know the version of a file, I mean, in Windows if you press click
with the mouse right button you can see the file properties, in those
properties you can see the version.
how can I see, the same thing in php?
=
"¿Acaso se olvidará la mujer
Pedro irán méndez pérez wrote:
Thank you for your help, My question is:
How can I know the version of a file, I mean, in Windows if you press click
with the mouse right button you can see the file properties,
that is correct
in those
properties you can see the version.
you can? I can't find any me
Pedro,
Your question is difficult to answer because it is not specific enough.
First I tried to identify what you meant by version number. I tried right
clicking on the desktop, no version number. I opened windows explorer and
tried right clicking on a file listed there, and got modification da
"Curt Zirzow" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>* Thus wrote Sam Hobbs:
>> It took me a while to find an explanation of what a PECL is. I kept
>> reading
>> comments about things being moved to a PECL but I saw nothing about what
>> is
>> in a PECL or how to get anythi
greetings
i'm looking for good/free Knowledge Base/ FAQ system
any recommendation ?
--
http://www.jadmadi.net/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
> >> It took me a while to find an explanation of what a PECL is. I kept
> >> reading
> >> comments about things being moved to a PECL but I saw nothing about what
> >> is
> >> in a PECL or how to get anything out of a (the?) PECL. As far as I knew,
> >> there is a danger of all of PHP being in a
"Sam Hobbs" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> foreach($ContentsDocument->childNodes as $Node)
>$Cell->appendChild($Node);
If there is not a different solution that should be used instead, then can
anyone confirm this should work? In other words, does this appear
"Jay Blanchard" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> [snip]
> black whole?
> [/snip]
>
> As in, "Is PECL the wholeness of black?" or "Is PECL all that is black?"
>
> *snicker* It just struck me funny, but everyone knew that you meant
> "black hole".
I already replied to
I just installed PHP 5 and Apache 2 on Windows XP. The
extensions ext/php_curl.dll and ext/php_mysql.dll
cause this error when starting Apache:
PHP Startup: Unable to load dynamic library
'D:/Program Files/Apache Group/PHP/ext/php_mysql.dll'
- The specified procedure could not be found.
These dll
* Thus wrote Sam Hobbs:
> "Curt Zirzow" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> >* Thus wrote Sam Hobbs:
> >> It took me a while to find an explanation of what a PECL is. I kept
> >> reading
> >> comments about things being moved to a PECL but I saw nothing about what
> >
* Thus wrote M. Sokolewicz:
> Pedro irán méndez pérez wrote:
> >Thank you for your help, My question is:
> >
> >How can I know the version of a file, I mean, in Windows if you press click
> >with the mouse right button you can see the file properties,
> that is correct
> in those
> >properties you
* Thus wrote Paul Danko:
>
> What should the headers be for a client to download a PDF document and
> have it open using adobe i.e. pluggin??
>
> Here is code I am using, it works on some versions of I.E., but not all:
>
>
> $pdfdoc = $__BASE_PDF_BUILD_DIRECTORY.$_GET['FID'];
>
Using win32, Win2k. PHP 4.3.6
Tried installing PEAR. But "pear" is an unknown command after the
install in my DOS box. There's no "pear.bat" file anywhere. There's an
"pear.bat_old" file but no "pear.bat".
Thought I installed PEAR according to the instructions by running
"go-pear.bat", it was i
* Thus wrote Werthmann, Stefan:
> Helo!
>
> I' m just in trouble with bcompiler.
> I want to compile a new bcompiler.so and this is the result:
> Any suggestions?
>
> /opt/lampp/lib/php/extensions/bcompiler/bcompiler.c:2336: error: `zend_uchar'
> undeclared (first use in this function)
you migh
A server and client are connected using a 35kbps PPP link.
A user on the client side types the URL of a mpeg file on the
location bar. The same file is also existing in $DIR of the
client (windows) system.
Now, since the file is already there on the local hard disk
of the client, the file need not
Justin French wrote:
Hi all,
I'm working with a bunch of users who hardly ever use correct
punctuation in their submitted content. I realise there's very little I
can do, but I'm trying to do *something* to make things a little more
presentable. At the very least, ensuring that all "sentences"
Mark wrote:
--- Jack Gates <[EMAIL PROTECTED]> wrote:
Greetings,
This is my first post here and I am still new to PHP and learning.
I just
joined this list last night.
Javascript can open a separate and specifically sized window from a
web page
when a user clicks on a link that might reference
On Friday 03 September 2004 11:16 pm, Chris Martin wrote:
> Justin French wrote:
> > Hi all,
> >
> > I'm working with a bunch of users who hardly ever use correct
> > punctuation in their submitted content. I realise there's very little I
> > can do, but I'm trying to do *something* to make things
T UmaShankari wrote:
A user on the client side types the URL of a mpeg file on the
location bar. The same file is also existing in $DIR of the
client (windows) system.
Now, since the file is already there on the local hard disk
of the client, the file need not be downloaded through the
PPP link, in
Zoran wrote:
Hi
How can I parse HTML page which I fetched by PHP so some part of text would be replaced by other text.
As jim has pointed out strip_tags is a good first step. However I have
always believed that the best language for parsing html is perl and not
PHP that's because there is a pe
> Zoran wrote:
>
> >Hi
> >
> >How can I parse HTML page which I fetched by PHP so some part of text
would be replaced by other text.
> >
> >
> As ucfirst(jim) has pointed out strip_tags is a good first step. However I
have
> always believed that the best language for parsing html is perl and not
>
Hello,
I have been asked to add a "pagination" to one page as
the data gets updated to one extra row around every
10-35 seconds.
Thats no problem for me as I am used to the pagination
concept and have done it before...but never in smarty.
I usually did it using classes from phpclasses, I have
the
Hello all,
I was wondering if there is any way to tell PHP4 to load a specific MIB
file? PHP5 has a snmp_read_mib(), but php4 lacks this function.
Any help would be apreciated.
Thanks,
Tim
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
101 - 128 of 128 matches
Mail list logo