From: David L. <dl...@pa...> - 2004-08-12 19:23:43
|
Dear List, I'm new to both PHP and MySQL and my question concerns certain capabilities of phpwebsite. I'm need to setup a website where I have a yellow page of vendors who my members can search on for the type of vendor they need, electrician, accountant, etc. The vendors should each have their own account so that they can create information that the members would search on. Can phpwebsite provide this type of capability? I don't know if it would make a difference, but if I use phpwebsite it would be installed on a W2K box running apache. Do you guys recommend Apache 1.x or 2.x? Thanks, David |
From: Matthew M. <ma...@tu...> - 2004-08-13 12:49:56
|
David, Installing onto W2K is doable but difficult. Check out phpwebsitemanual.com and sourceforge forums. I would go to sourceforge and take a look at the phpwslistings module by Don Seiler (a.k.a Rizzo). It might just fit the bill. On Thu, 2004-08-12 at 15:16, David Lynum wrote: > Dear List, > > I'm new to both PHP and MySQL and my question concerns certain > capabilities of phpwebsite. I'm need to setup a website where I have a > yellow page of vendors who my members can search on for the type of > vendor they need, electrician, accountant, etc. The vendors should each > have their own account so that they can create information that the > members would search on. Can phpwebsite provide this type of > capability? I don't know if it would make a difference, but if I use > phpwebsite it would be installed on a W2K box running apache. Do you > guys recommend Apache 1.x or 2.x? > > Thanks, > > David > > > > ------------------------------------------------------- > SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media > 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 > Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. > http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers -- Matthew McNaney Internet Systems Architect Electronic Student Services Appalachian State University Phone: 828-262-6493 http://phpwebsite.appstate.edu http://ess.appstate.edu |
From: David L. <dl...@pa...> - 2004-08-15 07:27:41
|
Matthew McNaney wrote: >David, > >Installing onto W2K is doable but difficult. Check out >phpwebsitemanual.com and sourceforge forums. > >I would go to sourceforge and take a look at the phpwslistings module by >Don Seiler (a.k.a Rizzo). It might just fit the bill. > >On Thu, 2004-08-12 at 15:16, David Lynum wrote: > > >>Dear List, >> >>I'm new to both PHP and MySQL and my question concerns certain >>capabilities of phpwebsite. I'm need to setup a website where I have a >>yellow page of vendors who my members can search on for the type of >>vendor they need, electrician, accountant, etc. The vendors should each >>have their own account so that they can create information that the >>members would search on. Can phpwebsite provide this type of >>capability? I don't know if it would make a difference, but if I use >>phpwebsite it would be installed on a W2K box running apache. Do you >>guys recommend Apache 1.x or 2.x? >> >>Thanks, >> >>David >> >> >> >>------------------------------------------------------- >>SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media >>100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 >>Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. >>http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 >>_______________________________________________ >>Phpwebsite-developers mailing list >>Php...@li... >>https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers >> >> Matthew, Thanks a lot for your response. PHPWSLISTINGS looks like it might fit the the bill. Do you have a recommendation in terms of Apache 1.x version 2.x? Thanks. David |
From: Ken N. <ke...@co...> - 2004-08-17 22:56:26
|
David, I wrote a module which basically does what you are describing. What is not on there (yet) is image support. That should be ready sometime in mid September. http://sourceforge.net/projects/phpws-nakes Ken On Thu, 2004-08-12 at 15:16, David Lynum wrote: > Dear List, > > I'm new to both PHP and MySQL and my question concerns certain > capabilities of phpwebsite. I'm need to setup a website where I have a > yellow page of vendors who my members can search on for the type of > vendor they need, electrician, accountant, etc. The vendors should each > have their own account so that they can create information that the > members would search on. Can phpwebsite provide this type of > capability? I don't know if it would make a difference, but if I use > phpwebsite it would be installed on a W2K box running apache. Do you > guys recommend Apache 1.x or 2.x? > > Thanks, > > David -- Kenneth Nordquist "Community Marketing for the Next Generation" Call Us Toll Free: 866-621-4049 http://communitygems.com |
From: David L. <dl...@pa...> - 2004-08-18 21:49:49
|
Ken Nordquist wrote: >David, I wrote a module which basically does what you are describing. >What is not on there (yet) is image support. That should be ready >sometime in mid September. > >http://sourceforge.net/projects/phpws-nakes > >Ken > > > >On Thu, 2004-08-12 at 15:16, David Lynum wrote: > > >>Dear List, >> >>I'm new to both PHP and MySQL and my question concerns certain >>capabilities of phpwebsite. I'm need to setup a website where I have a >>yellow page of vendors who my members can search on for the type of >>vendor they need, electrician, accountant, etc. The vendors should each >>have their own account so that they can create information that the >>members would search on. Can phpwebsite provide this type of >>capability? I don't know if it would make a difference, but if I use >>phpwebsite it would be installed on a W2K box running apache. Do you >>guys recommend Apache 1.x or 2.x? >> >>Thanks, >> >>David >> >> Ken, Thanks a lot. I'll check it out. David |