RE: [PHP] PHP forum

2003-07-08 Thread PHP4 Emailer
HOLY COW, I never laughed so hard in my life, This is DEAD ON, for what happens in this exact forum. Damn that [EMAIL PROTECTED] is funny!! And I've only been here for about 3 months now. I've see about every one of those in that short time. Boy that cracks me up. Good find Richard!! ha... :}

RE: [PHP] WEB HOST NEEDED!!!!!

2003-06-24 Thread PHP4 Emailer
SO let me get this straight, IF I pay 1000.00 a month, you'll "throw the pony in?" Sweet, where do I sign up!! PS, if for some unknown reason the credit card I enter doesn't work it's because I got it for free. :) -Original Message- From: erythros [mailto:[EMAIL PROTECTED] Sent: Tuesday,

RE: [PHP] a question, need an answer

2003-06-22 Thread PHP4 Emailer
PS, from the http://www.php.net/manual/en/function.session-register.php page, you might want to read that because your second session call won't work with register globals is disabled but $_SESSION array will. :) -Original Message- From: PHP4 Emailer [mailto:[EMAIL PROTECTED]

RE: [PHP] a question, need an answer

2003-06-22 Thread PHP4 Emailer
I could be wrong here, but from my experiences with sessions is that your first session_start() is assigning the value of 'arma2' to the $_SESSION['eventid'] variable, whereas the second one you are making the 'arama2' variable a global session variable, so as to whatever it's value is on the page

RE: [PHP] Will this work right?

2003-06-13 Thread PHP4 Emailer
an brain can't be beat, Life is great. Sorry that was the smart ass in me comin out. :) ENJOY the apples! -Original Message- From: Leif K-Brooks [mailto:[EMAIL PROTECTED] Sent: Saturday, June 14, 2003 12:40 AM To: PHP4 Emailer Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Will this work r

RE: [PHP] Will this work right?

2003-06-13 Thread PHP4 Emailer
I'm gonna go out on a limb here, but isn't that why the "human brain" made calculators? ;) Good luck with the buttons, if you need help let me know. :} -Original Message- From: Leif K-Brooks [mailto:[EMAIL PROTECTED] Sent: Friday, June 13, 2003 3:40 PM To: [EMAIL PROTECTED] Cc: [EMAIL PR

RE: [PHP] regarding tags

2003-06-13 Thread PHP4 Emailer
My understanding of this (am still a newbie though) is that the is a short tag that assignes the $variable directly to a "print/echo" command. You can use the other way by just adding Hope this helps. -Original Message- From: Ulrik NIelsen [mailto:[EMAIL PROTECTED] Sent: Friday, June 13

[PHP] mail() problem affecting output to browser on completion

2003-06-07 Thread PHP4 Emailer
Alright with the following code I am using is printing/echoing to the browser a "1" before the html output. It's like it's adding 2 variables together. Here is what I am trying to do. I have a form that enters information to a text file, and at the same time sends the information to a predetermine

RE: [PHP] How to optimize this MySQL command?

2003-06-04 Thread PHP4 Emailer
YEAH, disregard my message, I was doing what James was doing but didn't see that you where using ""2"" seperate tables already, sigh been a great morning already. but there's my idea anyhow!! hehe David :) -Original Message- From: James Lobley [mailto:[EMAIL PROTECTED] Sent: Wednesday, Ju

RE: [PHP] How to optimize this MySQL command?

2003-06-04 Thread PHP4 Emailer
Wouldn't it be easier to "SELECT * from bt_member WHERE ch='$ch' && id='$result[mid]',$db); //I'm not sure of the exact syntax there since I'm a newbie, but wouldn't it be easier to do that and then do a pulling of the fields that you want? //ie... while ($result = mysql_fetch_object($resul

RE: [PHP] trikky authentication question

2003-06-02 Thread PHP4 Emailer
Daniel, What about using IP Logging? If the user is already logged in with the same IP you can let them on, if its a new IP you could ask them if they are a returning user? If so, make them log in a second time for verification, and close the other logged in user/account. Make some fancy "It appea