Re: [PHP-WIN] Boy Makes $71,000 in 3 Weeks. You Can Too!!

2001-09-15 Thread Erin's Fan Club
Hi all: Thought this group was moderated. now big earnings in 3 weeks is; a) A PHP programmer b) Spam! Cheers, Jerry - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, September 15, 2001 10:30 PM Subject: [PHP-WIN] Boy Makes $71,000 in 3 Weeks. Y

Re: [PHP-WIN] Re: Password Protection

2001-07-20 Thread Erin&#x27;s Fan Club
se conditionals.. rather than ":" and end if/end else, etc.. > > > > "Erin'S Fan Club" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > It is more correct to use 'else' as a default error cat

RE: [PHP-WIN] Re: Password Protection

2001-07-19 Thread Erin&#x27;s Fan Club (C)
It is more correct to use 'else' as a default error catch. It is far better to turn it aroud like; = Original Message From "elias" <[EMAIL PROTECTED]> = >try like that: >$result = mysql_query("SELECT password FROM newsauthors WHERE author='$name' >AND password='$code'"); >if (mysql_num_ro

Re: [PHP-WIN] MD5

2001-03-13 Thread Erin&#x27;s Fan Club
Hi list and Ben: > I have a string that I want to MD5 (No prizes for guessing its a > password), what I want to do is MD5 two strings (one supplied > by the user, and one by my server) and compare them. How can > I do this? <> MD stands for message digest, in brief a fixed length hash based up

Re: [PHP-WIN] using remote files for inclusion...

2001-03-08 Thread Erin&#x27;s Fan Club
Hi Dirk: > The PHP online-manual says, that under windows remote files can > not be used! > Is that the reason, why the following, won't work for me: > include("http://localhost/dynamx2html/dynalib.php"); > Is "localhost" in this context remote or not ? Using include() should work on you Win bo

[PHP-WIN] Re:[PHP-WIN] HTTP Header REFERER

2001-02-27 Thread Erin&#x27;s Fan Club
Hi: For me this code works on Win2k Pro running Apache and PHP v4.02pl2; Otherwise, you could get Javascript to pass the variable onto the request url passed to the PHP script. I think the syntax is nearly the same for Javascript so you would just need to tack it on to the request uri like...