★ wanayoo — archive 1999 http://www.devshed.com/Server_Side/PHP/Introduction/comments.html/c1960/Nouvelle recherche | Portail wanayoo

Developer Shed
Thursday, 08.17.2000  
Introduction to PHP and web database interfacing with MySQL. PHP3 is an HTML-embedded scripting language allowing web developers to create dynamic, database-driven websites.

HOME > SERVER SIDE > PHP > ARTICLE > COMMENTS    PHP SOURCE

Power Search
Free Newsletter:


Client Side
DHTML
Flash
Graphics
JavaScript
XML

Server Side
Administration
JServ
MySQL
Perl
PHP
Python
Roxen
Zend
Zope

Tools
HTML Editors
Graphic Editors
FTP Programs

Dev Talk
Forums
Mailing List
Book Samples
Brain Dump
Developer News
Feedback

ClipScripts
Add script
Edit script

Other Stuff
DevShed RDF
Propaganda!


Advertise
on DevShed
.
PHP3 Introduction
Introduction to PHP and web database interfacing with MySQL. PHP3 is an HTML-embedded scripting language allowing web developers to create dynamic, database-driven websites.

Name: Brad Czika
Subject: How do you fill an array with a MySQL query?
Date: 11-18-1999 02:10PM

The tutorial is good but I have still not found an example anywhere that fills an array from a query. Here is my broken code below. Please help me fill the array and print the results. Thanks, Brad

my_array = array();
mysql_connect("127.0.0.1", "", "");
$query = "SELECT building FROM locations;
$result = mysql_db_query("db", $query);
$x = 1;

if ($result)
{
while ($r = mysql_fetch_array($result))
{
$r = $r["building"];
$my_array[] = $r;
print($my_array[$x]);
$x = $x + 1;
}
}
else
{
echo "No data.";
}
mysql_free_result($result);



Other posts in this thread:
 Top
 • How do you fill an array with a MySQL query?  Brad Czika  11-18-1999 02:10PM 


Reply to this post:
Name:

Preview Comment.
Notify me of replies to this message.
Email:
Subject:
Tip: Put any source code between [code][/code] tags to increase readability


Visit the PHP Forum!

New On DevShed:
• MySQL Developer Contests PostgreSQL Benchmarks
• PHP 101 (part 3) - Chocolate Fudge And Time Machines
• MaxSQL Announced
•  PHP 101 (Part 2) - Shakespeare's Rose
• PHP 101 (Part 1) - Secret Agent Man
• The Search For The Perfect Web Host
• Perl 101 (Part 5) - Sub-Zero Code
•  Submit Your News..

Hot Forum Topics:
• Installing old IE browsers
• Auction Site
• Have anyone games written in php?
• open new window
• Calling a C program
• Problem with refersh...


Adsmart Network ad
Copyright © 1997-2000 ngenuity. All rights reserved. Privacy Policy.