Banner

Sponsor

Login


Welcome Back!
Guest
Guest

Register

Lost your password?

57 users online



best method for getting data from a database?

best method for getting data from a database?

Currently viewing this thread: 1 (0 members and 1 guests)


Huscy

Huscy

my biography
Status: Offline!

best method for getting data from a database?

personally i use

PHP:

<?php

mysql_connect
("$hostname","$username","$password") OR DIE ("Unable to connect to database");
mysql_select_db("$dbname") OR DIE("Unable to select database");
$result mysql_query("SELECT * FROM $tablename");
$number mysql_num_rows($result);
$i 0;
if (
$number == 0
    {
    PRINT 
"No products!";
    }
ELSEIF (
$number 0
    {
    WHILE (
$i $number
        {
        
$blah mysql_result($result,$i,"blah");
                print 
"$blah";
        
$i++;
        };
    };

?>

to manipulate databases (mysql), just wondering if there are any easier ways, as its a bit of a pain that way

___________________

Infinite Fire - Photoshop, PHP, HTML, CSS and Webmaster Tutorials - Web Design Centre
Photoshop Tutorials | PHP Tutorials | HTML Tutorials | Webmaster Tips and Tricks
Buy Cheap Digital Cameras!

epyon

epyon

16, staying Asian.
Status: Offline!

what more do you want?
you must be too lazy to program.

___________________

http://whatpulse.bounceme.net/sig/epyon.png

bryan

bryan

Neversidian
Status: Offline!

Haha, I agree with epyon. Tongue

___________________

Mugging Scotty Good.
www.muggingscotty.com

Huscy

Huscy

my biography
Status: Offline!

is that a phper with pmt's way of saying they dont know a quicker way Tongue

___________________

Infinite Fire - Photoshop, PHP, HTML, CSS and Webmaster Tutorials - Web Design Centre
Photoshop Tutorials | PHP Tutorials | HTML Tutorials | Webmaster Tips and Tricks
Buy Cheap Digital Cameras!

erod

erod

uh yea
Status: Offline!

your question sense no makes this.

___________________

I code alot.

Quick Jump:

Main Navigation


Site & Graphic Design by Aeon Tan
Developed by Jeremie Pelletier & Scott Roach


NeverAPI generated this page in 0.0072 seconds.