View Full Version : Job Offer: Customising & Expanding a PHP Magic site
the_pff
05-13-2008, 05:14 AM
It's OK, done it myself.
twenty1
05-13-2008, 02:50 PM
Hi,
I will assume the phpmagic files do exactly what there are suppose too as far as creating the db tables, fields and scripts to manage the data. You want to use the data on another web page? What exactly do you need done ?
the_pff
05-14-2008, 02:11 AM
It's OK, done it myself.
Sandman
05-14-2008, 06:17 PM
A simple SELECT statement is the most basic way to query multiple tables. You can call more than one table in the FROM clause to combine results from multiple tables. :p Here’s an example of how this works:
SELECT table1.column1, table2.column2 FROM table1, table2 WHERE table1.column1 = table2.column1;
Sounds like you want a form with a few drop downs populated from the db tables. Including perhaps a few checkboxes, radio buttons etc.
Do you have a form designed of how you would like to see the search form on a web page? Where do you want to see results, same page, new window?
Are the tables related, similar structure?
Just a few questions someone may ask.
semboyan
07-23-2008, 08:09 PM
Do you offering the job here? If the job is still available, I'm interested to do it. Just give me thee details
vBulletin® v3.7.4, Copyright ©2000-2013, Jelsoft Enterprises Ltd.