RE: [PHP-DB] Array HELL!!!!

2002-02-22 Thread SpyProductions Support Team
That's not Array Hell, this is Array Hell: $Hell = array(satan,fire,brimstone); -Mike -Original Message- From: jas [mailto:[EMAIL PROTECTED]] Sent: Friday, February 22, 2002 4:37 AM To: [EMAIL PROTECTED] Subject: [PHP-DB] Array HELL I don't know what it is but I am having

[PHP-DB] RE: Special Insertion Into MySQL - at a loss!

2002-02-21 Thread SpyProductions Support Team
The following code is how you should retrieve the data from mySQL... if you wanted to update all of the information through one button, though, I would do it in a slightly different way... ?php $sql = SELECT whatever FROM whatever...; $result = mysql_query($sql); while ($row =

[PHP-DB] Special Insertion Into MySQL - at a loss!

2002-02-20 Thread SpyProductions Support Team
I have a special set of information retrieved from a while loop that I would like a person to be able to edit and send back into a MySQL table. I know all of the basic MySQL commands for doing such, but the PHP side to get the input from the form to go in is really stumping me. This is what I

[PHP-DB] PHP CGI Problems.....

2002-02-08 Thread SpyProductions Support Team
I am trying to put PHP into a template HTML document that is used by a CGI script. The PHP script isn't working at all - and even when I put some generic line of PHP (an echo), it doesn't turn out. Could the CGI be causing this? Is it possible to compile PHP to allow it in CGI files? Thanks,

[PHP-DB] PHP Site Statistics

2002-02-05 Thread SpyProductions Support Team
Just installed Les Visiteurs for php site statistic gathering...looks fine. Anyone have a favorite site statistic script/program in PHP? I'm experimenting with different ones to see what I like. The only disadvantage I can see with Les Visiteurs is having to put a couple of lines of code in

[PHP-DB] phpMyAdmin Problem....

2002-01-31 Thread SpyProductions Support Team
I just added phpMyAdmin to a new Apache Server, and I'm getting this error: cannot load MySQL extension, please check PHP Configuration. I did some research on the web, but couldn't come up with a solution to this error and couldn't find anyone listing it. Does anyone know if this is a

[PHP-DB] Copying a MySQL Table

2002-01-11 Thread SpyProductions Support Team
How does one copy a Mysql table? I poked around on the mysql site and found conventions for renaming one, but nothing for duplicating a table (to a new table with a different name). Thanks, -Mike -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED]

[PHP-DB] Checkboxes, PHP, and MySQL

2001-12-20 Thread SpyProductions Support Team
I've looked around in a few of the PHP lists for an answer to this, but can't come up with one. Here's what I am doing: I have a form with a few checkboxes. When the information as to whether the checkboxes are checked or not is 'saved' into the MySQL table, they are represented by a value of