Page 1 of 1

Preview On Page...

Posted: Sat Sep 28, 2002 3:20 pm
by Dale
Say i create a table:
CREATE TABLE 5_version (
version varchar(30) NOT NULL,
);

How would i view the thing thats in the version varchar(30) NOT NULL, thing on a PHP page?

Posted: Sun Sep 29, 2002 12:53 am
by sfhc
It would appear that you have not read the MySQL section of the PHP Documentation.

Once you do that, you will have the answer to your question.

Posted: Sun Sep 29, 2002 2:37 am
by Takuma
Search for "SELECT".

Posted: Sun Sep 29, 2002 3:58 am
by Dale
Document URL?

Posted: Sun Sep 29, 2002 4:02 am
by twigletmac
Google
PHP Manual
MySQL Manual

You'll have to do the searching yourself.

Mac

Posted: Sun Sep 29, 2002 6:40 am
by Dale
I searched SELECT in the MySQL Doc and i got this:

http://www.mysql.com/doc/search.php?q=S ... index.html

Please tell em which 1 it is...

Posted: Sun Sep 29, 2002 8:35 am
by twigletmac
Why don't you work out what you are trying to achieve, then look at the results of your search to see what will help you get the end result you need?

If you need to see some tutorials, PHPComplete has got a few.

Mac

Posted: Sun Sep 29, 2002 11:02 am
by Takuma
Ify you need to search about PHP check use.devnetwork.net :D