|
-
Jun 5th, 2006, 01:52 PM
#1
Thread Starter
Hyperactive Member
Making my website with code
Apologies if this is in the wrong thread;
I'm making a website and I just need some advice on the best way to go about building it. I'm hoping some of you can help;
The website will be for a small group of writers who want to list information about themselves available for others to see.
I'm thinking of putting their details into an SQL table.
Then I'm going to use PHP to create a search function and also to display the results from the table.
And then there is the usual HTML, CSS to edit the layouts into a website.
The bit I'm most confused by is the search bit, which is important. I have all the info in my SQL table and I just want to display it so I think I can use PHP but are there better alternatives?
Maybe there is already something on the net which can offer me this for free?
Please help as I'm not sure if I'm going the right way about things.
Thanks 
--- sorry I almost forgot that I would like to include some kind of user account area where a writer can add/update his or her own details. I'm mostly sure this would use PHP, am I right?
Last edited by wwwfilmfilercom; Jun 5th, 2006 at 01:56 PM.
Reason: forgot to include something
-
Jun 6th, 2006, 01:39 AM
#2
Fanatic Member
Re: Making my website with code
Yes, you can use PHP, JSP, ASP or any other server side language. Which database are you using? Most will support a full text search which is what you need for searching data.
"so just keep in mind that fantasy is not the same as realtiy and make sure u remember that wii sports may be fun but u cant count on it as exercise ok cool bye" - HungarianHuman
-
Jun 6th, 2006, 05:10 AM
#3
Re: Making my website with code
If you're going to pick PHP, then you might as well go for MySql, since most hosts that offer PHP also offer MySql as the back end solution. It'll server your purpose well and is cheaper than SQL Server hosting.
Assuming that you'll be storing your textual data in the database, a few simple SQL statements is all you need to perform your searches.
-
Jun 6th, 2006, 11:41 AM
#4
Thread Starter
Hyperactive Member
Re: Making my website with code
Thanks guys, I was planning on using PHP with MySQl but just wanted to make sure that this was the right way to go.
I've heard of things such as XOOP or PHPNuke and was wondering whether there's something similar to what I want that is already available???
-
Jun 6th, 2006, 09:41 PM
#5
Re: Making my website with code
Yea, there are content management systems available, but I am not sure of their search capabilities. And personally I think PHP-Nuke is atrocious.
Creating your own custom solution would not be hard at all and it would ensure it is tailored to your needs.
-
Jun 7th, 2006, 05:07 AM
#6
Re: Making my website with code
PHPNuke might help in this case. It's open source, and you can modify it if you need to. Download it and install it on your server, see whether it's what you had envisaged. If it isn't, make it yourself.
-
Jun 7th, 2006, 05:08 AM
#7
Re: Making my website with code
Have you seen the code?
-
Jun 7th, 2006, 11:54 AM
#8
Thread Starter
Hyperactive Member
Re: Making my website with code
Thanks again for the advice really helpful, I honestly think I'd rather make everything myself considering no one has recommended any standout application which - I take it there isn't one..
Cheers + COMONENGLAND!!!!
-
Jun 8th, 2006, 06:09 AM
#9
Re: Making my website with code
 Originally Posted by penagate
Have you seen the code?

Yes, I have seen its c0d... why?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|