[PHP-DB] Re: PHP/MySQL Help

2003-10-19 Thread conbud
the webhost ? and this overhead you think that would keep the info from being entered into the database. To get the error to go away I have to optimize the table. ConbuD "Conbud" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > From: "Conbud" &

[PHP-DB] PHP/MySQL Help

2003-10-19 Thread conbud
From: "Conbud" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: PHP/MySQL/Server not working Date: Friday, October 17, 2003 6:17 PM Hey, just a quick question, I have a form that users can fill out to join a certain group, we can then view that info from an admin page

Re: [PHP-DB] MySQL Database connection Problem

2003-01-03 Thread conbud
Try du to see how much space is free/used > > > Best regards > Andrey Hristov > > > - Original Message - > From: "conbud" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > Sent: Friday, January 03, 2003 11:11 AM &g

Re: [PHP-DB] MySQL Database connection Problem

2003-01-03 Thread conbud
Jason Wong wrote: On Friday 03 January 2003 17:00, conbud wrote: Hello can someone give me some possible reasons this error happens when I use the mysql client to add a tabe to a database. mysql> create table home (id int not null, heading blob not null, -> primary key (id), unique

[PHP-DB] MySQL Database connection Problem

2003-01-03 Thread conbud
Hello can someone give me some possible reasons this error happens when I use the mysql client to add a tabe to a database. mysql> create table home (id int not null, heading blob not null, -> primary key (id), unique id (id)); ERROR 3: Error writing file './nrlug/home.frm' (Errcode: 28) Any

[PHP-DB] Re: Listing A Certain # Range

2002-12-16 Thread conbud
Conbud wrote: Hello, Im using MySQL and PHP 4.2.3 on Apache and Mandrake Linux, I was wondering how to get PHP to list let says row 5 - 10 from a database, I read the MySQL manual and all I could find is LIMIT 0,5 to list just the first 5, but I dont know how to make that list 5 - 10 or 10

[PHP-DB] Listing A Certain # Range

2002-12-16 Thread conbud
would be appreciated. -- Conbud Graphic & Web Design Using Open Source Technology -- -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php