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
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
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
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
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
#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
(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]
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
_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
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
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]
11 matches
Mail list logo