View Full Version : Not sure what to do?
garoboldy
05-21-2002, 01:44 AM
ok, I am needing to make a page on my VB where it shows a list of names with them linked to an indvidual page. This page will have that persons info and some pics on it....can I do this with templates or do I have to make .php files actually to do this?
I can make the list, but not sure how to go about getting the individual pages put together....
sorry if this sounds stupid, I am new to PHP and SQL stuff.
thanks for any info I can get.
later
:ermm:
Orlandu
05-21-2002, 02:24 AM
You will need to make another .php file as well as a template for it. On the php file you will make something along the lines of a variable named $list.
This $list will be a php command that calls the info from the database that you want shown, specified by what user they have selected. Then in a template named whatever you want it to, you put $list inside the template under the header and such.
I don't know if you get what I mean, but someone else may be able to explain it better.
garoboldy
05-21-2002, 02:53 AM
yeah, you lost me...but I kinda get it...still not sure though...
here is whats going on...
at Evolutionary Concepts (http://www.evolutionaryconcepts.com) I have online members like here...and then there are actual club members where the club is located in Southern IL.
well, I just wanted to make a box on the forum that listed the users of the club( I would manually list them in the box)(no DB drivin names) and they would like to their specific profile...which would have the forum header and then info on them and their ride and what not.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.