Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.
Moderator: General Moderators
-
Dale
- Forum Contributor
- Posts: 466
- Joined: Fri Jun 21, 2002 5:57 pm
- Location: Atherstone, Warks
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.
-
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?
-
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
-
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 