Preview On Page...

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
Dale
Forum Contributor
Posts: 466
Joined: Fri Jun 21, 2002 5:57 pm
Location: Atherstone, Warks

Preview On Page...

Post 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?
sfhc
Forum Newbie
Posts: 4
Joined: Mon Sep 23, 2002 6:18 am

Post 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.
User avatar
Takuma
Forum Regular
Posts: 931
Joined: Sun Aug 04, 2002 10:24 am
Location: UK
Contact:

Post by Takuma »

Search for "SELECT".
Dale
Forum Contributor
Posts: 466
Joined: Fri Jun 21, 2002 5:57 pm
Location: Atherstone, Warks

Post by Dale »

Document URL?
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

Google
PHP Manual
MySQL Manual

You'll have to do the searching yourself.

Mac
Dale
Forum Contributor
Posts: 466
Joined: Fri Jun 21, 2002 5:57 pm
Location: Atherstone, Warks

Post 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...
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post 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
User avatar
Takuma
Forum Regular
Posts: 931
Joined: Sun Aug 04, 2002 10:24 am
Location: UK
Contact:

Post by Takuma »

Ify you need to search about PHP check use.devnetwork.net :D
Post Reply