Current location: Hot Scripts Forums » Programming Languages » PHP » Need advice: quickest way to build a full featured site


Need advice: quickest way to build a full featured site

Reply
  #1 (permalink)  
Old 06-27-05, 12:11 AM
howman howman is offline
Newbie Coder
 
Join Date: Jan 2005
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Need advice: quickest way to build a full featured site

I need to build a website ASAP. I have LAMP up and running. I have the database set up. I need to create the interface.

The site must have:

User authentication - users will be stored in MySQL. Every page including the home page will require the user to be vaild

Forms - most of the pages will have input forms

Templates - I would like to keep the page design separate from the business logic; all of the pages on the site will have the same header and footer; the header will have the site menu

Any advice on the best scripts on Hotscripts for these items?

I have tried a few scripts but have not been able to integrate different applications. If there is a script or framework out there that has templates, forms and user auth built in, that would be the best.

Thanks in advance,
H
Reply With Quote
  #2 (permalink)  
Old 06-27-05, 02:14 AM
sarat.pediredla sarat.pediredla is offline
Newbie Coder
 
Join Date: Jun 2005
Location: Newcastle upon Tyne UK
Posts: 31
Thanks: 0
Thanked 0 Times in 0 Posts
I would urge you to try a CMS or portal system for this. You might still need customisation but u get the framework completed for you and most open source CMS systems have tons of add-on modules for free.

Try http://www.opensourcecms.com/
__________________

--------------------------------
Sarat Pediredla
[Writing a lot about nothing]
Blog : Space & Beyond


<a href="http://www.spreadfirefox.com/?q=affiliates&amp;id=108865&amp;t=68"><img border="0" alt="Get Firefox!" title="Get Firefox!" src="http://sfx-images.mozilla.org/affiliates/Buttons/88x31/take.gif"/></a>
Reply With Quote
  #3 (permalink)  
Old 06-27-05, 08:23 AM
howman howman is offline
Newbie Coder
 
Join Date: Jan 2005
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks for the reply.

I thought about using a portal system. The issues is, I have a custom built database. I'm not sure if my tables will integrate with the portal system, especially the user table.

H
Reply With Quote
  #4 (permalink)  
Old 06-30-05, 08:57 PM
brokennb brokennb is offline
Newbie Coder
 
Join Date: Jul 2004
Posts: 30
Thanks: 0
Thanked 0 Times in 0 Posts
...maybe try this

Since you already have a custom database, why not try the following:
- put your pages in a Password-Protected directory
(no worries about cookies and extra code in your pages)
- make a standard template, but bring in the pieces using include stmts
(example: include header.php)
- put all of your functions in include files
- keep your web page coding short by doing the above

Good luck,

brokennb
Reply With Quote
  #5 (permalink)  
Old 07-01-05, 02:28 AM
eddyvlad eddyvlad is offline
Wannabe Coder
 
Join Date: Sep 2003
Location: In The Bloody Pits Of Hell
Posts: 160
Thanks: 2
Thanked 0 Times in 0 Posts
Use xtemplate, seperate your pages into modules, must have config file and think expandability.
__________________
Mr. Brown Eyes
Reply With Quote
  #6 (permalink)  
Old 07-01-05, 08:57 AM
Sabu Sabu is offline
Junior Code Guru
 
Join Date: Sep 2004
Posts: 458
Thanks: 0
Thanked 0 Times in 0 Posts
Sabu's simplified guide to getting a full-content site up quickly:

1. Begin work on site.
2. START ADDING CONTENT NOW! HURRY HURRY!
3. Repeat step 2 as necessary.
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Best way to build a new site howman PHP 4 05-16-05 09:27 PM
Full Site Search Function loeddie PHP 1 03-22-05 02:33 AM
Any software available to build a site like hotscripts.com aiyo PHP 2 01-24-05 09:37 AM
how to build my own site for my business onearm New Members & Introductions 2 03-02-04 06:37 PM
Trying to build a site very like Craigslist. Any advice?? robertisunemployed Script Requests 0 02-06-04 05:01 PM


All times are GMT -5. The time now is 06:51 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.