Results 1 to 9 of 9

Thread: Making my website with code

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2006
    Location
    From the UK
    Posts
    422

    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

  2. #2
    Fanatic Member
    Join Date
    May 2005
    Posts
    898

    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

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    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.

  4. #4

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2006
    Location
    From the UK
    Posts
    422

    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???

  5. #5
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    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.

  6. #6
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    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.

  7. #7
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: Making my website with code

    Have you seen the code?


  8. #8

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2006
    Location
    From the UK
    Posts
    422

    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!!!!

  9. #9
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Making my website with code

    Quote 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
  •  



Click Here to Expand Forum to Full Width