--- Christopher E <[EMAIL PROTECTED]> wrote:
> Hello James,
>
> If you don't mind could you tell me how I could make the code simpler.
> Also I said that I toke code off of it as it was making it so long so
> not to blast many lines of not importing stuff to look at.
>
> Sincerly,
> Christopher & Missy
I thought I did:
> On 3/29/06, James Keeline <[EMAIL PROTECTED]> wrote:
> > <?php
> >
> > $dbhost = 'localhost';
> > $dbuser = 'NPDB';
> > $dbpass = '**********';
> > $dbname = 'NF-NPDB';
> >
> > $conn = mysql_connect($dbhost, $dbuser, $dbpass) or die('Error connecting
> > to mysql');
> > mysql_select_db($dbname);
> >
> > $query = "SELECT
> > EIN,
> > PNO,
> > ICN
> >
> > FROM nfnpdb";
> >
> > $result = mysql_query($query);
> >
> > while($row = mysql_fetch_assoc($result))
> > {
> > extract($row);
> > echo "$EIN || $PNO || $ICN ||";
> > }
> >
> > ?>
Community email addresses:
Post message: [email protected]
Subscribe: [EMAIL PROTECTED]
Unsubscribe: [EMAIL PROTECTED]
List owner: [EMAIL PROTECTED]
Shortcut URL to this page:
http://groups.yahoo.com/group/php-list
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/php-list/
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/