Results 1 to 6 of 6

Thread: Dynamic site Basics (and I mean basic!)

  1. #1
    Registered
    Join Date
    Aug 2003
    Posts
    10

    Dynamic site Basics (and I mean basic!)

    I'm making my first attempt at a dynamic site and have a couple of questions:

    1. Can the site be built locally and then uplaoded to a webhost, like a static site or does it have to be built where it will reside?

    2. Can or should the web server (Apache in my case) be on my computer that I'm building the site on?

  2. #2
    Administrator Chris's Avatar
    Join Date
    Feb 2003
    Location
    East Lansing, MI USA
    Posts
    7,055
    You can do the coding locally but every time you want to test it you generally have to upload.

    I have always felt it is easier to just upload and then test rather than to worry about setting up your home PC to run exactly like the server the site is going to be on.
    Chris Beasley - My Guide to Building a Successful Website[size=1]
    Content Sites: ABCDFGHIJKLMNOP|Forums: ABCD EF|Ecommerce: Swords Knives

  3. #3
    Senior Member chromate's Avatar
    Join Date
    Aug 2003
    Location
    UK
    Posts
    2,348
    You can easily put PHP and MySQL (if that's what you're using) onto your home PC and use it from there. But if you do that you should do a complete upload every so often to check that what you're doing actually works in the server environment. Don't wait until then end to upload and find that none of it's working!

    Like Chris, I code locally and then upload to the server (without testing it on my PC). It's pretty easy this way as most good editors allow you to save directly to the server, without having to save to your PC and then upload as two stages.

  4. #4
    Registered
    Join Date
    Aug 2003
    Posts
    10
    What (if any) drawbacks are there to using .asp & Access in leiu of PHP/MySQL? I've been told it's more windows based and should be quicker to pick up. Opinions?

  5. #5
    Senior Member chromate's Avatar
    Join Date
    Aug 2003
    Location
    UK
    Posts
    2,348
    Well, for a start, Access is not at all an ideal solution for a web environment! You could however use asp and mysql if you want to learn asp instead of PHP. I don't think it will be any easier to pick up though. The PHP/MySQL combo really is very easy to get your head around. It's also completely free. So don't be put off by the fact that it's not Microsoft However, you can use both PHP and MySQL in a windows environment, should you really need to.

  6. #6
    Registered GCT13's Avatar
    Join Date
    Aug 2003
    Location
    NYC
    Posts
    480
    I agree with chromate, please don't consider the .asp and Access route. I cringe at the thought

    .asp is alright, there's a lot of online help out there, but you'd be locked into a Microsoft environment. Most importantly, the .asp language is phased out, Microsoft is focusing its web scripting muscle on Dot NET (.aspx).

    Kenny L, I highly recommend you go with PHP/MySQL. There is simply so much documentation & tutorials & help out there that whatever problems you run into fire up your search engine and you're bound to find answers. I started working on PHP/MySQL earlier this year, and through the sheer volume of excellent free resources out there it makes it easier to pick up.
    ....

Similar Threads

  1. My New Puzzle Site
    By Scifience in forum User Owned Websites
    Replies: 3
    Last Post: 03-01-2004, 02:18 AM

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
  •