[PHP] messed up browser?

2003-02-27 Thread The Gabster
Hi all... I keep getting this error in trying to view a snippet code from the www.phpbuilder.com site: The XML page cannot be displayed Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try again later.

[PHP] php version of majordomo?

2002-11-26 Thread The Gabster
Hi all I am looking for a messaging system (like majordomo) where users can have the posted messages forwarded to their email account. Also to be able to post from their own email account and all subscribed memebers will receive a copy. But in the same time to be able to access the message

Re: [PHP] php version of majordomo?

2002-11-26 Thread The Gabster
Thanks Jason... I went through those but so far nothing in php... :-( Thanks anyway, Gabi. Jason Wong [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... On Wednesday 27 November 2002 05:16, The Gabster wrote: Hi all I am looking for a messaging syst

[PHP] forum module for NUKE?

2002-11-25 Thread The Gabster
Hi all, I am looking for a php forum module for NUKE portal system. I am specifically looking for the same functionality as yahoogroups has where the user can post/receive messages on a specified email address- beside accessing the forum via the web. Thanks a lot, GAbi.

Re: [PHP] forum module for NUKE?

2002-11-25 Thread The Gabster
ut http://www.nukescripts.net/ and that has links off that for other nuke sites/add on's -Original Message- From: The Gabster [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 26 November 2002 9:35 AM To: [EMAIL PROTECTED] Subject: [PHP] forum module for NUKE? Hi all, I am looking for a p

Re: [PHP] E-commerce site issue?

2002-08-12 Thread The Gabster
on 10/08/02 12:05 AM, The Gabster ([EMAIL PROTECTED]) wrote: Thanks a lot... Hmm... I gues for the beginning I would go and process the purchases manually. Later on if the purchases increase, than I would opt for proccesing credit cards via the server. So initially you would just store/

Re: [PHP] E-commerce site issue?

2002-08-09 Thread The Gabster
thanks, gabi. Justin French [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... on 09/08/02 3:56 AM, The Gabster ([EMAIL PROTECTED]) wrote: Hi all, Using my own server (not through an ISP), how do I go about setting up an e-commerce site? So I ca

[PHP] problem proccessing SSI...

2002-06-26 Thread The Gabster
Hi everyone... I keep getting an [an error occurred while processing this directive] in my shtml page when I try to use !--#include virtual=news.txt -- I tried all the path/url variants in vain. Anyone can help please? I have win2k/Apache/php4. thanks gabi... -- PHP General Mailing List

Re: [PHP] majordomo in php?

2002-06-07 Thread The Gabster
thanks Dave, that makes sense... i was just thinking of a mailing list totally controled through email... Like people if they want to subscribe, they send an email with subscribe in the subject, etc... gabi. David Freeman [EMAIL PROTECTED] wrote in message 001f01c20dce$4bcc4ee0$[EMAIL

[PHP] majordomo in php?

2002-06-06 Thread The Gabster
Hi everyone.. Anyone knows of a majordomo type mailing list made with php somewhere? thanks, gabi. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] .php3 extension?

2002-05-30 Thread The Gabster
Hello all... I have Apache 2.0.35 and PHP 4.2.0 on a win2k machine... Everything works fine, etc. The question I have, how can I configure PHP (or Apache?) to support (and run) .php3 extension files? Thanks a lot, Gabi. -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

Re: [PHP] .php3 extension?

2002-05-30 Thread The Gabster
irective. HTH, Nicole The Gabster wrote: Hello all... I have Apache 2.0.35 and PHP 4.2.0 on a win2k machine... Everything works fine, etc. The question I have, how can I configure PHP (or Apache?) to support (and run) .php3 extension files? Thanks a lo

[PHP] setting the IMAP on php4?

2002-05-30 Thread The Gabster
Hello all! I have an Apache server + Php on a win2k machine... When people talk about you have to compile PHP with --with-imap, (for some of my web email applications that require IMAP) do they mean that I have to uncomment the line extension=php_imap.dll in my php.ini? thanks a lot, gabi.

Re: [PHP] setting the IMAP on php4?

2002-05-30 Thread The Gabster
standard windows pre-compiled binary. Adam Voigt [EMAIL PROTECTED] On Thu, 2002-05-30 at 16:43, The Gabster wrote: Hello all! I have an Apache server + Php on a win2k machine... When people talk about you have to compile PHP with --with-imap, (for some of my web email applications that

Re: [PHP] setting the IMAP on php4?

2002-05-30 Thread The Gabster
nder one of the big bold subheadings (like MySQL and the others), then it worked. Adam Voigt [EMAIL PROTECTED] On Thu, 2002-05-30 at 16:54, The Gabster wrote: thanks a lot, Adam... Is there a short way to check if that works on my system? gabi. Adam Voigt [EMAIL PROTECTED] wrote in

[PHP] help with undefined variables, please

2002-05-14 Thread The Gabster
Hello all! I have a newsletter script that works fine but I receive some undefined variables errors in Apache's error log: PHP Notice: Undefined variable: action in C:\Apache\htdocs\easyletter2\easyletter.php on line 73 PHP Notice: Undefined variable: action in

Re: [PHP] help with undefined variables, please

2002-05-14 Thread The Gabster
urn your error reporting to a different level, you can change your php.ini: http://www.php.net/manual/en/configuration.php#ini.error-reporting or just change it for this script http://www.php.net/manual/en/function.error-reporting.php hope this helps, jerome From: The Gabster [EMAIL P