running xp ..
will also be running PHP ,MySQL ,Apache Server
thanks
Printable View
running xp ..
will also be running PHP ,MySQL ,Apache Server
thanks
A shared network folder? Simple Socket File Transfer? :unsure:Quote:
how do i share files between two pc,s
Dropbox with the LAN option ticked, in case they are in the LAN.
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 ..
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.
Simply Install "xAMPp" and u are ready to go.....
1 gb/s server, ftp client, firewall ... you have a modem don't you?
forget the easyPHP or xAMPp, forget the WAMP stacks, if you want to learn , you need to build your own LAMP stack, by hand.
Burn it on a DVD, tie the DVD to a pigeon's back and send the pigeon over.
For Windows XP:
Right click the folder -> properties, then under the sharing tab, choose share this folder, give it a name.
Then -> start -> run -> cmd
type ipconfig
take note of what the IP address of your computer is
Go on second computer, my computer -> map network drive
type in the ip address of the first computer and add /foldername
ie: //192.168.0.22/sharedfolder
or
\\192.168.0.22\sharedfolder
I may have the // backwards, i'm too used to Unix
At that point you've just mapped a shared drive from one computer to another in your home (on windows XP)!
Just echoing and addind something to Expeto's more informed posts but nevertheless... Install WAMP if you want to start scripting quickly, it comes with a server a database and PHP. If you want to learn more about system management (IT part) then yeah you probably should install everything separately. If you, however, want to get down to the programming side of things or do something right now, then go for WAMP. We use it at work at a small online school and it's cool and multiplatform. I code in windows (that's what the computers at work have) and then pu it on the Red hat server.
If you just want to share files then just apache will do just set up the right folders and such, then your IP will give access to your webserver. here's an article ai just found which seems good:
http://lifehacker.com/124212/geek-to...ome-web-server