[PHP-DB] MySQL/PHP

2002-08-30 Thread Bryan McLemore
Where can I find a good manual/tutorial on how to access mySQL w/PHP. Keep in mind that I am new to both PHP and mySQL, and my database theory is sketchy at best. Thanks.

RE: [PHP-DB] MySQL/PHP

2002-08-30 Thread Beau Lebens
try a little thought... http://www.google.com/search?sourceid=navclientq=php+mysql+tutorial // -Original Message- // From: Bryan McLemore [mailto:[EMAIL PROTECTED]] // Sent: Friday, 30 August 2002 2:52 PM // To: PHP LIST // Subject: [PHP-DB] MySQL/PHP // // // Where can I find a

[PHP-DB] form variables not beeing passed to next page

2002-08-30 Thread simon
Upgraded from 4.06 to 4.2.2. Now suddenly even the simplist of scripts will not pass the form variables on to next page. Ex: if(isset($sumbit))... etc //Collect user info from form //Send to DB //? end PHP and 'if'...blah //Print HTML form with'action' to next page. Worked fine in 4.06?

Re: [PHP-DB] form variables not beeing passed to next page

2002-08-30 Thread Pierre-Alain Joye
On Fri, 30 Aug 2002 12:09:22 +0200 simon [EMAIL PROTECTED] wrote: Worked fine in 4.06? Have I missed something? REGISTER_GLOBAL is set to OFF from 4.2.x, code should be: if(isset($_POST['sumbit'])) pa -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP-DB] httaccess and mysql ??

2002-08-30 Thread rainydays_sunshine
I'm trying to use htaccess/htpasswd to password protect a directory. Is there any way to connect it to mysql, so that it looks for user/password in mysql table.. thanks heaps for your help.. Iman -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP-DB] form variables not beeing passed to next page

2002-08-30 Thread Jason Wong
On Friday 30 August 2002 18:09, simon wrote: Upgraded from 4.06 to 4.2.2. Now suddenly even the simplist of scripts will not pass the form variables on to next page. Ex: if(isset($sumbit))... etc //Collect user info from form //Send to DB //? end PHP and 'if'...blah //Print HTML form

Re: [PHP-DB] httaccess and mysql ??

2002-08-30 Thread Christian Schneider
[EMAIL PROTECTED] wrote: I'm trying to use htaccess/htpasswd to password protect a directory. Is there any way to connect it to mysql, so that it looks for user/password in mysql table.. mod_auth_mysql http://www.cgi101.com/class/password/mod_auth_mysql.html cheers, :-)christian -- PHP

[PHP-DB] Kudos

2002-08-30 Thread Ryan Jameson (USA)
I know we'd all agree, but for everyone who has taken it for granted, like I have, I just wanted to mention what a privilege it is that PHP exists. I've recently been involved on a .NET project and with every buggy, broken, and just plain bad module I come across I wish more that I could just

Re: [PHP-DB] A Doubt

2002-08-30 Thread Metin Kale
Could you enable a session variable to keep track of it? If you have an if statement in mnop.php that calls the abcd.php page, then have that if statement also start a session and register a variable. This way, if the variable you set is equal to a certain value, then you know that

Re: [PHP-DB] A Doubt

2002-08-30 Thread Jed Verity
You could also, perhaps, write the value of $xyz to a text file when you set it mnop.php, and then access it (and eval it, if necessary) by including xyz.txt in abcd.php. HTH, Jed On the threshold of genius, Metin Kale wrote: Could you enable a session variable to keep track of it? If you

RE: [PHP-DB] Kudos

2002-08-30 Thread Peter Lovatt
Hi I will second that and add MySql to the list. I love the power and stability and the confidence these two give. I started building sites at a time when the costs of M$ software were beyond my means and perl was beyond my abilities :) Now I feed my kids and keep a roof over our heads using

[PHP-DB] nl2br BLOB field of MySQL

2002-08-30 Thread Jorge Pinto Leite
It's probably a problem of my code, can anyone help me? I have a BLOB field in a MySQL table. This field is filled in a php page with a textarea, where I can enter it formatted, with ENTER's to split some lines from others. In another page, this field is seen (not updated) - so I don't have a

RE: [PHP-DB] Kudos

2002-08-30 Thread Keith Vance
It's funny I was just thinking the other day how much money I have made off of open source projects like PHP, MySQL, Apache, etc., and it's impressive. Not that I am bragging about how much money I make, because really it's not that much. But considering the fact that I have been able to make a