Re: [PHP-WIN] mysql question

2004-10-26 Thread Luis Moreira
Nothing wrong, besides missing a character. I tried your instructions with the full word CREATE and it worked fine... Luis Patrick Roane wrote: I am learning the mysql basics and was wondering what I'm doing wrong. I'm using the MySQL.exe console to create a simple table, but I keep getting these s

[PHP-WIN] mysql question

2004-10-26 Thread Patrick Roane
I am learning the mysql basics and was wondering what I'm doing wrong. I'm using the MySQL.exe console to create a simple table, but I keep getting these syntax errors. All I'm doing is typing the code and than pressing enter. Is there more I have to do? Here is my code: CREAT TABLE phonelist(

[PHP-WIN] mysql question.

2004-10-12 Thread Patrick Roane
where can I find a tutorial that can help me use mysql to update data 'dynamically'(content, URLs' etc.)contained in an html table, instead of going into the html code itself? = "forget your lust for the rich man's gold. All that you need, is in your soul. You can do th

Re: [PHP-WIN] MySQL question

2003-09-22 Thread Ignatius Reilly
One possible reason why it does not work is that the DAY() function does not exist. Use DATE_FORMAT() instead. Ignatius _ - Original Message - From: "Disko_kex" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 22, 2003 10:4

[PHP-WIN] MySQL question

2003-09-22 Thread Disko_kex
Hi SELECT RegDate FROM table WHERE month(RegDate) = ’10’ // this is working SELECT RegDate FROM table WHERE day(RegDate) = ’2’ // why isn´t this working?

[PHP-WIN] mysql question

2003-07-08 Thread H Marc Bower
I know this isn't the mysql area... but many of you seem very knowledgeable in this area and I would appreciate your input... What kind of field setup should I create if I want a field which will, essentially hold several distinct items, but never a set number of them? I am going to be selecti

Re: [PHP-WIN] MySQL - question

2003-01-30 Thread Cam Dunstan
. - Original Message - From: "Bobo Wieland" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 30, 2003 6:21 PM Subject: [PHP-WIN] MySQL - question > I'm most of the time using MySQL in conjuction with PHP and I hope that it's > okey to post quest

[PHP-WIN] MySQL - question

2003-01-29 Thread Bobo Wieland
I'm most of the time using MySQL in conjuction with PHP and I hope that it's okey to post questions regarding MySQL. There isn't much traffic here anyway so I hope you can live with it... Anyway... I'm going to put two different translations of the bible in a MySQL-db. And before I do anything I w

[PHP-WIN] MySQL question....

2001-10-19 Thread Martin.Andrew
Just a quick question maybe someone working with PHP and MySql has already come across it before. Is it possible for MySQL to store specific language characters eg, japaneese or Korean?