GRANT issues

2010-10-05 Thread Steve Marquez
EGES; I can get the user and password set up fine, but it does not grant any privileges. It is probably an easy fix that I am just missing, but I would appreciate your help. Thanks, -- Steve Marquez Marquez Design e-mail: smarq...@marquez-design.com web: http://www.marquez-design.com phone: 479-648-0325

FileMaker Pro

2003-07-12 Thread Steve Marquez
Does anyone know how to export a FileMaker Pro Database so that MySQL can use it? Anyone ever do something like this? Thanks, -- -Steve Marquez Marquez Design [EMAIL PROTECTED] www.marquez-design.com -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To

Characters

2003-06-10 Thread Steve Marquez
I am inserting a file via a PHP form. It works great, however, if there is a word that has quotes in it, then it does not work at all. Is there a way to make it so that MySQL will receive a word with "quotes?" Thanks -Steve Marquez [EMAIL PROTECTED] -- MySQL General Mailing Lis

Re: Column or Table issue

2003-06-10 Thread Steve Marquez
Sure, I have attached both the forms page and the page action page. -Steve > Hi > > can you post the form/php code > > Peter > > -Original Message- > From: Steve Marquez [mailto:[EMAIL PROTECTED] > Sent: 10 June 2003 14:26 > To: MySQL List > Subject: C

Column or Table issue

2003-06-10 Thread Steve Marquez
on the column. But I have no limitations on the column. (The column is long text, besides, I can manually insert in, or us PHP MyAdmin to place the entire article.) This is really strange... Can anyone help? -Steve Marquez [EMAIL PROTECTED] -- MySQL General Mailing List For list archives: http://l

Duplicate records

2003-06-06 Thread Steve Marquez
#x27;, '$id_num', '$title', '$author', '$article_contents', '$start_date', '' );"; $response = mysql_query( $insert_data, $dbh ); $get_table_data = "SELECT * FROM ccfs"; $response = mysql_query( $get_table_dat

Limiting Characters

2003-06-04 Thread Steve Marquez
(1) character. I would like to have the freedom to limit the characters to any length I wish. Is there any code that does this? Thanks, Steve Marquez [EMAIL PROTECTED] -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: links...

2003-06-04 Thread Steve Marquez
It worked. Thanks! -Steve > At 10:52 -0500 6/3/03, Steve Marquez wrote: >> I have a links page that has categories. >> >> I am attempting to place category links on one side, and the actual links on >> the other. >> >> However when I do this, I get

links...

2003-06-04 Thread Steve Marquez
_data = mysql_fetch_array($response, MYSQL_ASSOC)) { foreach ( $table_data as $col_value ) { print "\t\t$col_value\n"; } } print "\n"; ?> Is there any way that I can output: category1 category2... Thanks, Steve Marquez Marquez Design [EMAIL PROTECTED] -- MySQL G

Re: Limiting words...

2003-05-31 Thread Steve Marquez
bstring, $dbh ); if ( $one_line_of_data = mysql_fetch_array( $response ) ) { extract ( $one_line_of_data ); } echo "$field\n"; ?> Thanks, -Steve Marquez [EMAIL PROTECTED] > SELECT SUBSTRING_INDEX(field, ' ', 25) FROM tablename > > Edward Dudlik

Limiting words...

2003-05-29 Thread Steve Marquez
y. Anyone know how to accomplish this? Thanks for your help. -Steve Marquez Marquez Design www.marquez-design.com [EMAIL PROTECTED] -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]