Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: how do i share files between two pc,s

  1. #1
    running xp ..

    will also be running PHP ,MySQL ,Apache Server

    thanks

  2. Software & Hardware   -   #2
    how do i share files between two pc,s
    A shared network folder? Simple Socket File Transfer?
    "I just remembered something that happened a long time ago."

  3. Software & Hardware   -   #3
    Cabalo's Avatar FileSharingTalker BT Rep: +24BT Rep +24BT Rep +24BT Rep +24BT Rep +24
    Join Date
    Mar 2007
    Location
    European Union
    Age
    47
    Posts
    11,849
    Dropbox with the LAN option ticked, in case they are in the LAN.
    Last edited by Cabalo; 12-01-2010 at 04:07 PM.

  4. Software & Hardware   -   #4
    the thing is i don't have the second pc ..

    i was trying to setup a server and a client to learn php or asp .. a few basic things ..

  5. Software & Hardware   -   #5
    Expeto's Avatar current user title
    Join Date
    Apr 2010
    Posts
    472
    lol...

    let me give you quick basics if you want to fool around with them.
    First you don't need php for mysql to host files. Apache can handle that, alone. Apache is the webserver. It serves what already there to other guys.

    Apache is a genious when it comes to handling connections and stuff, its mod rewrite is awesome as vodoo. But it only serves the existing content. If you want a basic html site with few pages it can handle, but if want something fancy, with a working backbone, something can take orders and create pages, something that process info, you need more than apache.

    PHP and MySQL comes in for this. PHP is a programming language(embedded scripting lang.) and MySQL is a database that helps php. For example a webstore without php needs a separate page for every product for apache, but php need only one product page pattern and the info of other products. PHP can apply the product info to that page pattern to generate the requested page. and MySQL is the sidekick of php and extremely helpful in many tasks.
    ...

  6. Software & Hardware   -   #6
    n00b
    Join Date
    Nov 2010
    Location
    NeverLand
    Posts
    3
    Simply Install "xAMPp" and u are ready to go.....

  7. Software & Hardware   -   #7
    iLOVENZB's Avatar FST Crew BT Rep: +1
    Join Date
    Sep 2008
    Location
    Land gurt by sea
    Posts
    8,331
    1 gb/s server, ftp client, firewall ... you have a modem don't you?
    "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music"

  8. Software & Hardware   -   #8
    Expeto's Avatar current user title
    Join Date
    Apr 2010
    Posts
    472
    forget the easyPHP or xAMPp, forget the WAMP stacks, if you want to learn , you need to build your own LAMP stack, by hand.
    ...

  9. Software & Hardware   -   #9
    Burn it on a DVD, tie the DVD to a pigeon's back and send the pigeon over.
    Last edited by Stinson; 12-07-2010 at 11:09 AM.
    Stinson Over!

  10. Software & Hardware   -   #10
    bijoy's Avatar secret lover BT Rep: +1
    Join Date
    Aug 2010
    Posts
    1,820
    Quote Originally Posted by Expeto View Post
    forget the easyPHP or xAMPp, forget the WAMP stacks, if you want to learn , you need to build your own LAMP stack, by hand.
    neah, I think for learning xampp is the best as xampp is easiest to handle.. right?

Page 1 of 2 12 LastLast

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
  •