Hello everyone,
I recently installed php5 onto my windows IIS. Previous I had php running on
Apache. I coded a page (testing purposes) but now I get errors. the page can
be viewed on a remote server (without the errors) http://seabird.jmtech.ca
Locally I receive these errors:
Undefined index:
Question:
Has anybody else noticed session-only cookies not disappearing when using
Firefox? Is this a Firefox bug (should they be notified/ or I get latest
Firefox) ?
Using IE6 I can:
setcookie('sesvar', 'this session only', 0, "", "www.mypersonaldomain.net");
This can be read and disappears afte
Jacco Ermers wrote:
Hello everyone,
I recently installed php5 onto my windows IIS. Previous I had php running on
Apache. I coded a page (testing purposes) but now I get errors. the page can
be viewed on a remote server (without the errors) http://seabird.jmtech.ca
Locally I receive these errors:
"Marek Kilimajer" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Jacco Ermers wrote:
>> Hello everyone,
>>
>> I recently installed php5 onto my windows IIS. Previous I had php running
>> on Apache. I coded a page (testing purposes) but now I get errors. the
>> page can be viewed
Hello all.
I've a linux server that runs a mailserver for several users. I want to
build a page where users can change their email password, that's their
accounts password.
how can i with PHP manage to compare the password they type in a web
form with the one they have in the system ?? (/etc/pa
Bruno Santos wrote:
Hello all.
I've a linux server that runs a mailserver for several users. I want to
build a page where users can change their email password, that's their
accounts password.
how can i with PHP manage to compare the password they type in a web
form with the one they have in th
Hi Experts,
I would like to be able to alter the lining-up of several sections on a php
generated webpage. What would be the best/optimal approach in achieving
that?
As an example "sections" referred to are mostly tables generated via code on
data obtained from a DB. Should I name them (somehow),
hello,
i'm rather new to php, but have quite some programming experience in
different langiuages.
i'm working on an interactive installation that generates small movies,
that are uoploaded to a server.
and i want two things to happen;
in one situation i need to encode the smal clips in the right
I have spent quite a few hours searching with google, but I am still not
sure how to resolve my problem described below:
I am parsing an XML file with SimpleXML (PHP 5.0.3/FreeBSD STABLE-4/i386).
It appears that my internal entity references do not get expanded. I see the
same behaviour with SA
Hello,
I am interested on Artificial Intelligence for PHP, pattern maching, etc.
More specifically: data mining, statistics and pattern maching.
Couple of years ago there was a presentation on the MELL Extension - AI
for PHP.
I've tried to google it but I've found no code or examples.
Does anyone
Alp wrote:
...
I would like to be able to alter the lining-up of several sections on a php
generated webpage. What would be the best/optimal approach in achieving
that?
As an example "sections" referred to are mostly tables generated via code on
data obtained from a DB. Should I name them (somehow)
On Saturday 12 February 2005 11:28, Ugo Bellavance wrote:
> Please forgive me if this specific question has already been
> addressed, but I'm doing tests to figure out what are the minimal
> permissions I can give on my files and folders for a PHP application
> and I just can't find it (even
Hi Jochem,
Intention is to give a user the option of assigning "position" of a
"section" on the page, i.e:
First: sectA, then sectC, then sectE, then sectB and sectD or any other
order that is indicated by the user. So it is somewhat like top-of-page,
mid-of-page etc but with a numbering/prece
Alp wrote:
Hi Jochem,
Intention is to give a user the option of assigning "position" of a
"section" on the page, i.e:
First: sectA, then sectC, then sectE, then sectB and sectD or any other
order that is indicated by the user. So it is somewhat like top-of-page,
mid-of-page etc but with a numbe
Hiya -
I want to create a class that inherits from a database object.
eg I have my own "user" Class, with general methods that do calculations etc.
However, it also reflects a table of the database, eg "age, location".
I want some methods called on the object to be handled by my class, but other
15 matches
Mail list logo