Results 1 to 14 of 14

 

Thread: Asp / Php / Html ?

  1. #1
    GW-Sean's Avatar
    Registered User

    Status
    Offline
    Join Date
    Sep 2005
    Location
    London
    Posts
    353
    Thanks
    2
    Thanked 11 Times in 6 Posts


    Morning Guys,

    Quick question for you - I've got a bee in my bonnet at the moment...I've come up with an idea for a site....nothing concrete yet - but I'd like to investigate.

    I'd like some opinions on the programming side of things for the site - I'd like a HTML front-end and a basic database in the background. I did programming about 5 years ago at Uni...but I'm REALLY out of touch now

    ....which languages should I be working with do you think?

    Thanks
    Sean
    sean.carter@mvmediagroup.co.uk

  2. #2
    OME
    A One Man Empire

    Status
    Offline
    Join Date
    Oct 2005
    Posts
    75
    Thanks
    0
    Thanked 0 Times in 0 Posts
    PHP is probably the most frequently used and supported these days, and you'll find hosting cheaper for it.

    However, for ease and 'readability' of the code, and IMO more powerful options, I'd recommend Coldfusion.

  3. #3
    Registered User

    Status
    Offline
    Join Date
    Aug 2003
    Posts
    2,448
    Thanks
    0
    Thanked 0 Times in 0 Posts
    I'd go with PHP. It does most things in the most obvious, easiest way which makes it easy to learn. There is also masses of free scripts available which are great if you you want to see how others have done things.

    The online manual is one of the best things about PHP. Its easy to read, easy to understand and there are user comments on each page which often show you how to deal with common tasks/problems.

    PHP also works very well with MySQL databases and you'll get a server running PHP & MySQL cheaper than one running ASP & MSSQL.

  4. #4
    GW-Sean's Avatar
    Registered User

    Status
    Offline
    Join Date
    Sep 2005
    Location
    London
    Posts
    353
    Thanks
    2
    Thanked 11 Times in 6 Posts
    Thankyou guys for taking the time to reply.

    Are there any books or websites you could recommend? - I'd like to basically start from scratch with MySQL and PHP (so I can get rid of all the bad (programming) habits I've probably still got from my Uni days! )

    Cheers

    Sean

  5. #5
    Registered User

    Status
    Offline
    Join Date
    May 2006
    Location
    Chester; or there abouts
    Posts
    156
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Id also recommend PHP. I only dabble in it but theres a wealth of info out there.
    Try PHP.net for starters.

  6. #6
    Registered User

    Status
    Offline
    Join Date
    Aug 2003
    Posts
    2,448
    Thanks
    0
    Thanked 0 Times in 0 Posts
    This tutorial should help you get started.

  7. #7
    Registered User

    Status
    Offline
    Join Date
    Feb 2006
    Location
    Gillingham
    Posts
    510
    Thanks
    0
    Thanked 4 Times in 1 Post
    I would agree going down the php route.

    There is a good basic tutorial here or you could try W3Schools. I find this better for reference rather than a tutorial.

    To get the full details and download php go to php.net. but you will also have to download apache and MySql to run it on your local computer.

    bob

  8. #8
    GW-Sean's Avatar
    Registered User

    Status
    Offline
    Join Date
    Sep 2005
    Location
    London
    Posts
    353
    Thanks
    2
    Thanked 11 Times in 6 Posts
    Thanks again guys - some good advice there which I intend on following.

    I'll let you know how I get along (and hopefully have a site to show off at some point down the line!)

    Sean
    sean.carter@mvmediagroup.co.uk

  9. #9
    Registered User

    Status
    Offline
    Join Date
    Aug 2005
    Location
    Bristol - UK
    Posts
    633
    Thanks
    31
    Thanked 5 Times in 4 Posts
    Hello,

    I would also suggest PHP (possibly using a MySQL db)

    A great php resource is available at http://www.phpfreaks.com

    They have a very helpful forum and their tutorials are really easy to follow. I've learnt all I know about PHP from there and then experimenting with their example code. Good Luck

  10. #10
    Registered User

    Status
    Offline
    Join Date
    Feb 2005
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts
    http://www.amazon.co.uk/exec/obidos/...363795-7291836

    Get this, for me it has quite literally paid for itself 5000 times over!

  11. #11
    Registered User

    Status
    Offline
    Join Date
    Nov 2004
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts
    i'd go with php and mysql databases - they are very widely supported.

    bulkIT's book suggestion is a good one but some of the stuff is for php5.
    a lot of web hosters still only support php4 (in various versions) so check out what each web host provides before going with them.

    same goes with mysql - some providers have different versions and the code you write may not work with that version. i've been caught out with this a few times!

    regards,
    gary.

  12. #12
    data muncher

    Status
    Offline
    Join Date
    Sep 2004
    Location
    Berlin
    Posts
    2,475
    Thanks
    0
    Thanked 0 Times in 0 Posts
    I learned with "php for dummies" ........... says it all really
    Nothing to see here...

  13. #13
    aka Antony

    Status
    Offline
    Join Date
    Mar 2005
    Location
    Bristol
    Posts
    531
    Thanks
    0
    Thanked 0 Times in 0 Posts
    I agree too - php & mysql
    Use the links above & maybe buy 1 book if you really want and then its just a combination of hard work and trial & error to learn it

  14. #14
    Registered User

    Status
    Offline
    Join Date
    Mar 2004
    Posts
    132
    Thanks
    0
    Thanked 0 Times in 0 Posts
    php with mysql is deffo the way to go IMHO, I am so glad I started learning php (still learning). I had only ever created static html sites before, the satisfaction from creating my first php script from scratch was immense, I am now realising just how powerful the combination of php and mysql is, and I'm struggling to keep up with all the ideas I keep thinking of



Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. php outputting html
    By eskimo in forum Programming
    Replies: 7
    Last Post: 19-05-06, 12:38 PM
  2. ASP vs PHP
    By SmallBizSoftware in forum Affiliate Marketing Lounge
    Replies: 4
    Last Post: 19-06-05, 12:46 PM
  3. Simple HTML or PHP?
    By Silverfern in forum Affiliate Marketing Lounge
    Replies: 14
    Last Post: 16-04-05, 11:49 AM
  4. HTML and PHP help
    By Bosh123 in forum Programming
    Replies: 7
    Last Post: 10-05-04, 05:44 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
To Top

Content Relevant URLs by vBSEO 3.5.0 RC2