[PHP-DB] vBulletin board

2002-06-15 Thread John StoneCold
Hi, Dose any one who has a copy of vBulletin board for sale? Thanks -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] vBulletin board

2002-06-15 Thread Leif K-Brooks
That's illegal. John StoneCold wrote: >Hi, > >Dose any one who has a copy of vBulletin board for sale? > >Thanks > > > > > -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] vBulletin board

2002-06-15 Thread Neil Thomson
why dont u just use phpbb? it is opensource & free http://phpbb.com/ Neil - Original Message - From: "Leif K-Brooks" <[EMAIL PROTECTED]> To: "John StoneCold" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Sunday, June 16, 2002 8:30 AM Subject: Re: [PHP-DB] vBulletin board > That'

[PHP-DB] Arraying JOINED tables

2002-06-15 Thread César Aracena
Hi all. Hope you’re all alright since I don’t see any of you writing for some time now ;-) This should be an easy one for all of you. I want to make a basic SELECT query from two tables and fetch all the results into one array. I’m doing it like this: $query = "SELECT * FROM logins,auth WHERE lo

[PHP-DB] Arraying JOINED tables

2002-06-15 Thread César Aracena
Hi all. This should be an easy one for all of you. I want to make a basic SELECT query from two tables and fetch all the results into one array. I’m doing it like this: $query = "SELECT * FROM logins,auth WHERE logins.authname = $variable1 AND auth.authid = $variable2"; $result = mysql_query($qu

[PHP-DB] Arraying JOINED tables

2002-06-15 Thread César Aracena
Hi all and sorry if this message is sent many times, but I’m having problems switching mailing lists from one email address to another. This should be an easy one for all of you. I want to make a basic SELECT query from two tables and fetch all the results into one array. I’m doing it like this: