Using Backend SQL database to pull info onto page??
Using Backend SQL database to pull info onto page??
is it possible to have a backend SQL database (member directory for my schools for example) and set up a search page (with drop downs perhaps) where a page visitor could "search" and have info from the backend database pulled onto a page?
Re: Using Backend SQL database to pull info onto page??
not really sure what you mean, but you can always create user defined tag and do anything you would normally do with php (well maybe not everything but a lot)
hope this helps
hope this helps
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: Using Backend SQL database to pull info onto page??
Are you talking about a pre-existing database? or something yet to be setup. if it's yet to be setup, check out formbuilder/formbrowser. They're in beta right now, and require 1.0 but they're for "user defined databases".
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: Using Backend SQL database to pull info onto page??
I am talking about pulling info from a already created mysql database. Can one of the pages pull that info?
for example, I have a db set up with different schools names/emails/etc. Can i set up a search db on a page that will pull that data from the db as results?
for example, I have a db set up with different schools names/emails/etc. Can i set up a search db on a page that will pull that data from the db as results?
Re: Using Backend SQL database to pull info onto page??
Last edited by cyberman on Wed Aug 09, 2006 1:14 pm, edited 1 time in total.