Results 1 to 9 of 9

Thread: Dreamweaver Question

  1. #1
    Cotter Graphics
    Join Date
    Sep 2010
    Location
    USA
    Posts
    5

    Dreamweaver Question

    Hi there,

    I'm still learning programming and working with a few php files in Dreamweaver. I need to connect my files, would anyone be able to tell me how can I go about doing that?

    I've had no luck finding the answer on the Internet.

    Thanks for your advice !!!
    -Cotter Graphics
    Graphic designer of Buck Angel's: UFC 2: Tattooed and Screwed
    http://www.cottergraphics.com


  2. #2
    Am I Bitter?...Absolutely
    Join Date
    Oct 2009
    Posts
    202
    What do you mean connect?

    Whats the function of the files?


  3. #3
    Moderator Bec's Avatar
    Join Date
    Nov 2003
    Location
    Ohio
    Posts
    8,419
    I would ask the same thing. Can you elaborate on what happens when you've "connected" the files. Your terminology of the desired result isn't clear enough for us to assist.


  4. #4
    They have computers, and they may have other weapons of mass destruction x0pa's Avatar
    Join Date
    Apr 2008
    Posts
    1,014
    it means you need to run a web server on your computer, that way you can run the php files on your local machine to see if they are working

    i never use this i edit code then upload via ftp then test there.
    Dade Williams
    ICQ: 482644794


  5. #5
    They have computers, and they may have other weapons of mass destruction x0pa's Avatar
    Join Date
    Apr 2008
    Posts
    1,014
    if your on windows and want a quick easy way to setup a test server check out
    Code:
    http://www.wampserver.com/en/
    on a mac
    Code:
    http://www.mamp.info/en/index.html
    to learn more about how to use dreamweaver and php files read this
    Code:
    http://webdesign.about.com/od/dreamweaverhowtos/ss/dw_dynamic_site.htm
    Dade Williams
    ICQ: 482644794


  6. #6
    Honorary Gay? Vendzilla's Avatar
    Join Date
    Apr 2010
    Posts
    39
    Quote Originally Posted by x0pa View Post
    it means you need to run a web server on your computer, that way you can run the php files on your local machine to see if they are working

    i never use this i edit code then upload via ftp then test there.
    Same here, thats what a server is for, then you can test it on several browsers.

    ePayServices
    brett@epayservices.com


  7. #7
    Moderator Bec's Avatar
    Join Date
    Nov 2003
    Location
    Ohio
    Posts
    8,419
    Quote Originally Posted by x0pa View Post
    it means you need to run a web server on your computer, that way you can run the php files on your local machine to see if they are working

    i never use this i edit code then upload via ftp then test there.
    Same here, I just upload the files via Filezilla (free download can be had at Cnet). For that reason, it never would of occurred to me what he meant by "connect the files" as being to upload 'em.


  8. #8
    Cotter Graphics
    Join Date
    Sep 2010
    Location
    USA
    Posts
    5

    Thank You

    Thank you all for your help. I really appreciate it. I wasn't really sure what connecting the files meant either. I had someone try to look at my work and he said he was not able to view it so to "just connect the files".
    -Cotter Graphics
    Graphic designer of Buck Angel's: UFC 2: Tattooed and Screwed
    http://www.cottergraphics.com


  9. #9
    Any decent man you ever get is gonna find out you're half dyke and RUN.
    Join Date
    Feb 2011
    Posts
    36
    On a Mac you don't really need MAMP unless you really want to use it. The Mac has UNIX at it's core. With that said, I do all my programming on my host computer before I upload to remote. Just seems easier that way for me.


Tags for this Thread

Posting Permissions

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