[PHP-WIN] Cookie problem

2002-11-02 Thread Clay Culver
Hi, I am having a problem trying to set a cookie with the register_globals variable turned OFF. I have a script that just checks a password in a MySQL database through a form, if the password is the same in the db then the cookie is set and access is allowed to any page that has the other p

Re: [PHP-WIN] Login from another page (pardon me :$)

2002-11-02 Thread erythros
depends it could be a bulletin board server. whats the reference? "Toby z" <[EMAIL PROTECTED]> wrote in message news:20021102133916.95416.qmail@;web20807.mail.yahoo.com... > > pardon my ignorance guyz but what on earth is BBS > > > pretty embaressed > toby . > > > --- "Douglas F. Keim" <

php-windows Digest 2 Nov 2002 20:50:34 -0000 Issue 1420

2002-11-02 Thread php-windows-digest-help
php-windows Digest 2 Nov 2002 20:50:34 - Issue 1420 Topics (messages 16687 through 16695): Re: Please Guide me ( Unix and Windows Severs) 16687 by: Cam Dunstan Re: uploading help please 16688 by: toby z 16689 by: Miha Nedok Re: Login from another page (pardon me :$

[PHP-WIN] Re: PHP 4.3.0pre2

2002-11-02 Thread George Nicolae
take a look at http://lxr.php.net/source/php4/ChangeLog -- Best regards, George Nicolae IT Manager ___ PaginiWeb.com - Professional Web Design www.PaginiWeb.com "Erythros" <[EMAIL PROTECTED]> wrote in message news:20021031140806.81177.qmail@;pb1.pair.com... > were can i find i

RE: [PHP-WIN] 2 Issues for Mail() in Win/PHP4-

2002-11-02 Thread Charles P. Killmer
Also check and make sure that you have register_globals set to on in php.ini Some argue that you shouldn't use that though. Charles Killmer -Original Message- From: Stephen Edmonds [mailto:stephen.edmonds5@;btinternet.com] Sent: Saturday, November 02, 2002 10:12 AM To: PHP Helplist Wind

Re: [PHP-WIN] 2 Issues for Mail() in Win/PHP4-

2002-11-02 Thread Stephen Edmonds
well for a start I suggest spaces... makes a code easier to understand $subject = "Need Help"; I am not sure if that actually affects the variable... anyway mail($Email_To, $Email_Subject, $Email_Message, "From: [EMAIL PROTECTED]\r\n" ."Reply-To: [EMAIL PROTECTED

[PHP-WIN] 2 Issues for Mail() in Win/PHP4-

2002-11-02 Thread Marie Monday
I'm a PHP newbie and have just installed php4.2.3 on WinNT 4.0 w/ IIS4.0 Already have set the SMTP and sendmail_from in php.ini. 1). Mail function sends mail, except that none of the html form variables are parsed into the email body $message. The script works fine run from another hosted (apache

[PHP-WIN] Passing parameters to a perl script

2002-11-02 Thread DaMouse
I've got this script called sendmail.pl and I'll give no prizes guessing what it does but I want the fields from one form to be passed to it via php my current code is just   virtual("cgi-bin/sendmail.pl"); but that doesn't post the $_POST paremeters I need to send in my email   Ensign BakerH

Re: [PHP-WIN] Login from another page (pardon me :$)

2002-11-02 Thread toby z
pardon my ignorance guyz but what on earth is BBS pretty embaressed toby . --- "Douglas F. Keim" <[EMAIL PROTECTED]> wrote: > I installed php, mysql and phpbb on my web site. > The bbs is great and a > wonderful way to communicate with clients and > family. > > However, there is an

Re: [PHP-WIN] uploading help please

2002-11-02 Thread Miha Nedok
Yes u can upload multiple files at once. In the form you must use: . Se userfile[] like an array. In the form tag: enctype="multipart/form-data" The PHP script which recieves the file: Just walk the $userfile array and copy the file or move. Sample: for ($i=0;$i Date: Sat, 2 Nov 2002 11:40:32 +

Re: [PHP-WIN] uploading help please

2002-11-02 Thread toby z
hi marcelo 1st i don think u can upload 2 filez simultaneosly 2nd is what u do when u wanna upload A file 3rd when u see Array displayed istead ur variable it means the variable aint bein piked by the page or the query check ur code and the variables passed hope i ve helped good luc