on 08/08/2008 12:58 AM Don said the following:
Hi,
I have a form with two lists. One is populated with many options
while the second is populated with only a single item. When the
first drop-down list is changed, I call a PHP script sing AJAX to
populate the second list. I also need to perf
on 08/08/2008 12:58 AM Don said the following:
Hi,
I have a form with two lists. One is populated with many options
while the second is populated with only a single item. When the
first drop-down list is changed, I call a PHP script sing AJAX to
populate the second list. I also need to perf
Boyd, Todd M. wrote:
> I had to use Java for the simple fact that PHP by itself cannot access
> the local file system in a way that allows for the partial loading of
> files.
Given that PHP doesn't run on the client, there is no way for anything
written in PHP to access anything on the client.
> Given that PHP doesn't run on the client, there is no way for anything
> written in PHP to access anything on the client.
Wouldn't it be fun though if it could? :-)
--
Richard Heyes
http://www.phpguru.org
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php
Hi Guys,
I've cut back on my php programming work, and don't need my domain
anymore. Can't think of a better place to pass it on to somebody
deserving. As such here it is: ProgramPHP,com - if you fancy it give me
a shout / offer via email - please don't reply here as I don't think
this is a t
At 3:50 PM +0100 8/9/08, Richard Heyes wrote:
> Given that PHP doesn't run on the client, there is no way for anything
written in PHP to access anything on the client.
Wouldn't it be fun though if it could? :-)
--
Richard Heyes
In a round about way it can, but it's limited.
You see, anyt
Except if paired with javadcript.
Luke Slater
Lead Developer
NuVoo
On 9 Aug 2008, at 15:09, Per Jessen <[EMAIL PROTECTED]> wrote:
Boyd, Todd M. wrote:
I had to use Java for the simple fact that PHP by itself cannot
access
the local file system in a way that allows for the partial loading o
tedd wrote:
> At 3:50 PM +0100 8/9/08, Richard Heyes wrote:
>> > Given that PHP doesn't run on the client, there is no way for
>> > anything
>>> written in PHP to access anything on the client.
>>
>>Wouldn't it be fun though if it could? :-)
>>
>>--
>>Richard Heyes
>
> In a round about way it
On Aug 9, 2008, at 7:50 AM, "Richard Heyes" <[EMAIL PROTECTED]>
wrote:
Given that PHP doesn't run on the client, there is no way for
anything
written in PHP to access anything on the client.
Wouldn't it be fun though if it could? :-)
--
Richard Heyes
http://www.phpguru.org
--
PHP Gene
I have a web site where I use cookies to store logins, and also session
cookies for users logged in.
Is there a way for me to use file_get_contents() to pull content which are
"behind" the login?
In other words, I want to use my own log-in cookie and somehow send it with
the file_get_contents reque
Anders Norrbring wrote:
> I have a web site where I use cookies to store logins, and also
> session cookies for users logged in.
> Is there a way for me to use file_get_contents() to pull content which
> are "behind" the login?
> In other words, I want to use my own log-in cookie and somehow send
> Anders Norrbring wrote:
>
> > I have a web site where I use cookies to store logins, and also
> > session cookies for users logged in.
> > Is there a way for me to use file_get_contents() to pull content
> which
> > are "behind" the login?
> > In other words, I want to use my own log-in cookie a
At 8:20 PM +0200 8/9/08, Per Jessen wrote:
tedd wrote:
> You see, anything that javascript can discover can be passed to php.
The limits are those limits imposed on javascript.
Ah, so you mean that _javascript_ can access something on the client -
very true, but javascript!=PHP.
Of cours
13 matches
Mail list logo