|
smcfarland -> RE: uploading and allowing users to build pages (8/20/2002 20:27:45)
|
These pages are automatically generated with database info in Access with a query like: (for http://shop5thavenue.com/barbara )
<!--#include file=" ../_fpclass/fpdblib.inc" -->
<%
fp_sQry=" SELECT * FROM Users WHERE (UserName = ' barbara' )"
fp_sDefault=" "
fp_sNoRecords=" No records returned."
fp_sDataConn=" reps"
fp_iMaxRecords=256
fp_iCommandType=1
fp_iPageSize=1
fp_fTableFormat=False
fp_fMenuFormat=False
fp_sMenuChoice=" "
fp_sMenuValue=" "
fp_iDisplayCols=3
fp_fCustomQuery=False
BOTID=0
fp_iRegion=BOTID
%>
<!--#include file=" ../_fpclass/fpdbrgn1.inc" -->
Of course, here, each consultant, in this case Barbara, has their own folder, but you can make it to where it is www.your~site.com/?theirusername using the ? to query the database and having an appropriate statement in the database info. Really easy if you look at Spooky' s FAQ. You should be good to go with Spooky Login, asp-upload and maybe asp-email. Try Avehost for hosting, as I use them for several sites.
|
|
|
|