Re: [PHP] creating new mail account on a domain

2003-04-06 Thread Lars Tvedt
e running, how it's > configured, and what tools you have at your disposal for controlling it > (CLI, web, ...). > > If you actually want help with this issue, we're going to need a lot more > detail. > > -Original Message- > From: Lars Tvedt [mailto:[EMAIL PROTECTED]

[PHP] creating new mail account on a domain

2003-04-06 Thread Lars Tvedt
How do i create a new mail account on a domain? My domain is waveartists.com and I wish to create a new mail account without using the server admin panel. but rahter using a php script. Do anyone know how to do this? any help appreciated.

Re: [PHP] Theme selector?

2003-03-30 Thread Lars Tvedt
i would have used templates: heres one http://smarty.php.net "Liam Gibbs" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Hello, can anyone help me with a php theme selector? I want it like when > > the seletect a theme ?theme=green that it will go into a directory and > > load gree

[PHP] Re: Who is Tim O'Reilly?

2003-03-29 Thread Lars Tvedt
i think this site suits your question pretty well: http://nutshells.oreilly.com/ :) "John Taylor-Johnston" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Who is Tim O'Reilly? In a nutshell? > > http://www.oreilly.com/catalog/opensources/book/tim.html > http://oreilly.com/oreilly/ab

[PHP] Temporary Files

2003-03-23 Thread Lars Tvedt
Im trying to create a way of storing php scripts in a mySQL database, and then execute them using temporary files as executable script buffers.. The database retrieval is working fine but the file does not... Ive got a table with 4 fields: execID, execName, execDesc and execProc The last one conta