[PHP] Invalid or Valid because the same.

2001-03-16 Thread techzeus
Hello, Sorry to disturb you guys of your precious programing time ;-) I'm stumped, I have coded everything properly and everything looks perfectly fine but I'm still getting error. I'm doing a lostpassword script such that when a user fills in their email, the database will check if there is s

[PHP] Re: Invalid or Valid because the same.

2001-03-16 Thread techzeus
Sorry, heres the attached file. - Original Message - From: [EMAIL PROTECTED] To: 'PHP General List. (E-mail)' Sent: Saturday, March 17, 2001 2:35 PM Subject: Invalid or Valid because the same. Hello,   Sorry to disturb you guys of your precious programing

Re: [PHP] Re: Invalid or Valid because the same.

2001-03-16 Thread techzeus
//HTML headers here "; if ($count > 0) { for ($i=0; $i"; } } elseif ($count == 0) { #Insert Database checking ( NO ERROR ) $host="localhost"; $dbuser="root";

Re: [PHP] Re: Invalid or Valid because the same.

2001-03-16 Thread techzeus
Now that, the function has been verified, what else could be wrong? - Original Message - From: "Jack Dempsey" <[EMAIL PROTECTED]> To: "Jason Lotito" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; "'PHP General List. (E-mail)'" <[EMAIL PROTECTED]> Sent: Saturday, March 17, 2001 3:08 PM Subj

[PHP] Classes and Object Oriented Programming

2001-03-17 Thread techzeus
Is there a good tutorial on Classes? I looked at countless class codes but I don't understand how they are implemented (not to mention countless books too). Can someone point me to a good tutorial or explain to me whats going on ? --- David Chua ---

[PHP] Editing Variables from another script.

2001-03-17 Thread techzeus
I'm trying to create a form whereby I can edit the variables with just the form. It will be something like a form for me to change the database details(username,server,password) in a .inc I'm using. Is there anyway for me to pass information into another file's variable and have it saved in th

Re: [PHP] php under Oracle Web server pleaaaaaaaaaase!

2001-03-19 Thread techzeus
You can still use PHP with Oracle Webserver, www.php.net is the best resource I found so far :) - Original Message - From: "kaab kaoutar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, March 19, 2001 6:56 PM Subject: Re: [PHP] php under Oracle Web serve

Re: [PHP] Editing Variables from another script.

2001-03-20 Thread techzeus
Okay, basically, I'm trying to create a script such that it will change the variables inside of my .inc page. Something like lets say I have this file called "database.inc" Inside it I have : $dbhost = 'blah' $dbuser= 'blah' $dbpass= 'blah' I would like to make a script such that I can modify

Re: [PHP] Editing Variables from another script.

2001-03-20 Thread techzeus
I think you didn't get what I meant, I need a script such that I can change the content of database.inc from an external script (form or whatever) - Original Message - From: "Stewart Taylor" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, March 20, 2001 5

Re: [PHP] Editing Variables from another script.

2001-03-20 Thread techzeus
What other ways might there be ? - Original Message - From: "Neil Kimber" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "Stewart Taylor" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, March 20, 2001 6:10 PM Subject: RE: [PHP] Editing Variables from another script. > Do you mean

Re: [PHP] Editing Variables from another script.

2001-03-20 Thread techzeus
Basically, thats not what I'm going to do. I'm making an administrative script such that admins can change the location and values of the $dbhost, $dbuser, $dbpass in the database.inc with just a form. Kinda tough eh ? - Original Message - From: "Neil Kimber" <[EMAIL PROTECTED]> To: <[E

Re: [PHP] Editing Variables from another script.

2001-03-21 Thread techzeus
What are the functions that can achieve that ? - Original Message - From: "Neil Kimber" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "Stewart Taylor" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, March 21, 2001 12:24 AM Subject: RE: [PHP] Editing Variables from another script.

[PHP] Lostpassword script Error

2001-03-21 Thread techzeus
Hi there, I need some help here. I have uploaded all the files necessary into my server. grab it at www.frozened.com/zeus/lostpassword.zip This is a lostpassword script whereby when the user inputs his email address, the script will check if his email is a valid email ( [EMAIL PROTECTED] ) aft

Re: [PHP] Response.Write [OK]

2001-03-21 Thread techzeus
no. Imagine Response.write as echo. so it will be echo "OK"; PHP doesn't parse ASP tags - Original Message - From: "AJDIN BRANDIC" <[EMAIL PROTECTED]> To: "Jon Haworth" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, March 21, 2001 8:24 PM Subject: RE: [PHP] Response.Writ

Re: [PHP] Lostpassword script Error

2001-03-22 Thread techzeus
Nobody can help? - Original Message - From: <[EMAIL PROTECTED]> To: "'PHP General List. (E-mail)'" <[EMAIL PROTECTED]> Sent: Wednesday, March 21, 2001 8:29 PM Subject: [PHP] Lostpassword script Error Hi there, I need some help here. I have uploaded all the files necessary into my serve

[PHP] Let the Server do the downloading

2001-03-25 Thread techzeus
Is it possible? Have anyone made a script that allows you to grab a file from another URL directly from the server so that you don't need to download the file and upload it again? Chua Zhi Hon aka. Zeus - Founder/CEO, Frozened Network "We provide you with th

Re: [PHP] A ToDo/ task list

2001-03-27 Thread techzeus
I think Sourceforge uses something like what you are talking about. Check it out : http://www.sourceforge.net - Original Message - From: "Harshdeep S Jawanda" <[EMAIL PROTECTED]> To: "PHP General" <[EMAIL PROTECTED]> Sent: Tuesday, March 27, 2001 9:29 PM Subject: [PHP] A ToDo/ task li