Re: [PHP] Create Email POP accounts with PHP

2002-03-22 Thread Dan Harrelson

I am a newbie and can't tell you how to do it, but I know that the book
I am reading can!  Chapter 27 is titled "Building a Web-based Email
Service".  The Book is title "PHP and MySQL Web Development" and I like
it alot.  It was recommended on the mysql.com.

http://tangledweb.com.au/

-Dan




--- Julian <[EMAIL PROTECTED]> wrote:
> Hello!  
>   
> I want to know how I can create email POP accounts from a script PHP.
>  
>   
> If somebody can help me, thank ahead of time!  
>   
> Regards! Julian
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 


__
Do You Yahoo!?
Yahoo! Movies - coverage of the 74th Academy Awards®
http://movies.yahoo.com/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Does anybody use UltraDev?

2002-03-22 Thread Dan Harrelson

I do, and was just thinking of posing a similar question.  My question
was specific to the PHAkt app server extension.  I've tried it out and
think it's great, though limited.  For example, my simple project (my
very first :) calls for inserts into 2 tables from a single form. 
Phakt doesn't support this.  Nor, do I believe, does it support joins
for retrieval of data.

http://www.interakt.ro/products/PHAkt/index.php

Either way, I use Ultradev quite a bit and dig on it.

-Dan


--- "::: rObEr2 :::" <[EMAIL PROTECTED]> wrote:
> Hey!
> 
> Does anybody use UltraDev for PHP?
> Any comments about it?
> 
> (Personally I go for Visual PHP Studio)
> 
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 


__
Do You Yahoo!?
Yahoo! Movies - coverage of the 74th Academy Awards®
http://movies.yahoo.com/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] e-mail list app

2002-03-25 Thread Dan Harrelson


Check out Ciao EmailList Manager:
http://www.technobreeze.com/php/emaillist/

-Dan


--- "Michael A. Peters" <[EMAIL PROTECTED]> wrote:
> Anyone know of a free app that allows users to submit-
> 
> name, nickname, e-mail addy
> 
> app sends a url confirm to e-mail addy.
> upon confirm, the info gets stored in a mysql database with the email
> encrypted.
> 
> addresses should only be decryptable with a key that does not need to
> be
> stored on the machine.
> Thanks.
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 


__
Do You Yahoo!?
Yahoo! Movies - coverage of the 74th Academy Awards®
http://movies.yahoo.com/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] HTTP_REFERER

2002-03-25 Thread Dan Harrelson

Have you checked that your user is indeed coming from
"http://www.somedomain.com/index.html";?  There are lots of other ways
to load your homepage:

"http://xxx.xxx.xxx.xxx/index.html"; (ip address, not domain)
"http://www.somedomain.com/";
"http://www.somedomain.com";
"http://xxx.xxx.xxx.xxx";
"http://xxx.xxx.xxx.xxx/";

You'll have to check for all of them

-Dan


--- tom hilton <[EMAIL PROTECTED]> wrote:
> Hi, I am using the $HTTP_REFERER variable to ensure that users of a
> website
> are getting to a certain page through a link from the index.html
> page, and
> not going straight to the page through a bookmark.
> 
> $page=$HTTP_REFERER;
> if ($page!="http://www.somedomain.com/index.html";)
>   {
>   echo "Please log in through the home page";
>   echo " CONTENT='1;URL=http://www.somedomain.com/index.html'>";
>   }
>  This is working fine for most users, but one user is telling me that
> even
> though she is following the link from the index page, she's still
> getting
> the error message,  and are being bounced back to the index page. 
> She is
> using Internet Explorer 6.0.  Are there any security or privacy
> settings
> that might restrict use of the $HTTP_REFERER variable?  Or is there a
> better
> way to make sure users follow links to pages, rather than bookmarking
> and
> going straight to a page?  Thanks for any help you can give me.
> 
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 


__
Do You Yahoo!?
Yahoo! Movies - coverage of the 74th Academy Awards®
http://movies.yahoo.com/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php