Re: [PHP-DB] Only a section from the database result

2006-07-18 Thread Darryl Steyn
also add LIMIT 15 to your query. no point in getting all that info if you want 15 results. On 7/18/06, Miguel Guirao [EMAIL PROTECTED] wrote: Use the trim function, or anoter function that just takes the n first characters. -Original Message- From: Benjamin Adams [mailto:[EMAIL

Re: [PHP-DB] Re: maximum number of records in a db?

2005-08-26 Thread Darryl Steyn
with questions being answered like that, i am sure many will. On 8/26/05, Raz [EMAIL PROTECTED] wrote: Jordan I am sorry that people like to ridicule noobs on this list. It was a simple question with a simple answer. Thank you!! Not at all, shame if you see it this way - it is mostly

Re: [PHP-DB] parse error in create statement.

2005-06-14 Thread Darryl Steyn
$sqlstmt= CREATE USER .$adduser. PROFILE DEFAULT IDENTIFIED BY .$addpass. DEFAULT TABLESPACE USERS TEMPORARY TABLESPACE TEMP QUOTA UNLIMITED ON USERS ACCOUNT UNLOCK; GRANT CREATE TABLE TO .$adduser. GRANT CREATE TRIGGER TO .$adduser. GRANT CONNECT TO .$adduser.; for the .'s