[PHP] inheriting from non similar types?

2005-02-12 Thread D_C
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

Re: [PHP] Advice/opinion requested on page section lineup

2005-02-12 Thread Burhan Khalid
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

Re: [PHP] Advice/opinion requested on page section lineup

2005-02-12 Thread Alp
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

Re: [PHP] Minimalist permissions

2005-02-12 Thread Jason Wong
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

Re: [PHP] Advice/opinion requested on page section lineup

2005-02-12 Thread Jochem Maas
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)

[PHP] Artificial Intelligence for PHP

2005-02-12 Thread C.F. Scheidecker Antunes
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

[PHP] SimpleXML & internal entity references

2005-02-12 Thread Rolf Brudeseth
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

[PHP] create/edit videofiles with php

2005-02-12 Thread arjen
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

[PHP] Advice/opinion requested on page section lineup

2005-02-12 Thread Alp
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),

Re: [PHP] Users logins in Linux machine

2005-02-12 Thread John Nichel
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

[PHP] Users logins in Linux machine

2005-02-12 Thread Bruno Santos
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

Re: [PHP] updated php $_GET

2005-02-12 Thread Jacco Ermers
"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

Re: [PHP] updated php $_GET

2005-02-12 Thread Marek Kilimajer
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:

[PHP] Question: re: Session-only cookies and Firefox

2005-02-12 Thread RGL
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

[PHP] updated php $_GET

2005-02-12 Thread Jacco Ermers
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: