![]() |
|
Welcome to the Computer Webmaster Gaming Console Graphics Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| |||||||
| PHP PHP for some can be one of the hardest website programming codes, so do you need help on your PHP script, if it is php4, php5 or lower this is the place for you for any PHP help. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 | ||
| I have an old 486 DX2 66MHz and a "new" AMD Duron 700MHz. I've started to learn some HTML, Javascript, and most importan PHP. I'd like to create a small home based web server on the 486 and connect it with the new one so I can test my PHP scripts and learn more about setting up and maintaining a server. I'm rather new to all of this so I would like if you could help me to create the server, to tell me is possible at all, what OS should I use, what software...or just send me some links that you belive it can be helpful to me. Thanks in advance. | |||
| Advertisements |
| | #2 | ||
| -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Whilst lounging around on Fri, 8 Aug 2003 00:24:32 +0200, "Dado" <dalibor.sokolovic@zg.htnet.hr> amazingly managed to produce the following with their Etch-A-Sketch: > I have an old 486 DX2 66MHz and a "new" AMD Duron 700MHz. I've > started to learn some HTML, Javascript, and most importan PHP. I'd > like to create a small home based web server on the 486 and connect > it with the new one so I can test my PHP scripts and learn more > about setting up and maintaining a server. > I'm rather new to all of this so I would like if you could help me > to create the server, to tell me is possible at all, what OS should > I use, what software...or just send me some links that you belive > it can be helpful to me. > > Thanks in advance. Sounds great... but this relates to PHP in what way? Regards, Ian -----BEGIN PGP SIGNATURE----- Version: PGP 8.0 iQA/AwUBPzLhMGfqtj251CDhEQLDeQCeMqJMv0NeA19ubSeoo3Pjui v6sGAAoIiM +5C+ilP3+bHkS1gJXzUfNWWY =eT7P -----END PGP SIGNATURE----- -- Ian.H [Design & Development] digiServ Network - Web solutions www.digiserv.net | irc.digiserv.net | forum.digiserv.net Programming, Web design, development & hosting. | |||
| | #3 | ||
| Dado wrote: > I have an old 486 DX2 66MHz and a "new" AMD Duron 700MHz. I've > started to learn some HTML, Javascript, and most importan PHP. I'd > like to create a small home based web server on the 486 and connect > it with the new one so I can test my PHP scripts and learn more about > setting up and maintaining a server. > I'm rather new to all of this so I would like if you could help me to > create the server, to tell me is possible at all, what OS should I > use, what software...or just send me some links that you belive it > can be helpful to me. No need to install the server on the old PC. Easier to use the new one. Try the phptriad from http://sourceforge.net/project/showf...lease_id=38192 It will install Apache (web server), PHP and MySQL (database). Good luck, Nico | |||
| | #4 | ||
| If under windows: 1. download Apache from httpd.apache.org/dist... 2. download php from php.net (latest version is located at qa.php.net, it's like qa edition but anyway)... Get the zip file, as the installer anyway wont work from Apache... 3. install Apache to C:/ (it will add the 'apache' bit itself meaning it'll get located at C:/Apache after installation or C:/Apache2/) 4. Extract PHP to C:/PHP (so that php.exe is located at C:/PHP/php.exe) 5. Open C:/Apache/conf/httpd.conf and scroll down to the bottom... Type following: LoadFile C:/PHP/php4ts.dll Loadmodule php4_module c:\php\sapi\php4apache.dll AddType application/x-httpd-php .php .phtml AddType application/x-httpd-php-source .phps That's about it... If you are using Linux/Unix which I guess you do, you'll have to ask someone else... -- // DvDmanDT MSN: dvdmandt@hotmail.com Mail: dvdmandt@telia.com "Dado" <dalibor.sokolovic@zg.htnet.hr> skrev i meddelandet news:bgujiv$ki1$1@bagan.srce.hr... > I have an old 486 DX2 66MHz and a "new" AMD Duron 700MHz. I've started to > learn some HTML, Javascript, and most importan PHP. I'd like to create a > small home based web server on the 486 and connect it with the new one so I > can test my PHP scripts and learn more about setting up and maintaining a > server. > I'm rather new to all of this so I would like if you could help me to create > the server, to tell me is possible at all, what OS should I use, what > software...or just send me some links that you belive it can be helpful to > me. > > Thanks in advance. > > > > > > | |||
| | #5 | ||
| On Fri, 08 Aug 2003 03:36:36 GMT, "DvDmanDT" <dvdmandt@telia.com> wrote: >That's about it... If you are using Linux/Unix which I guess you do, you'll >have to ask someone else... <http://www.e-gineer.com/instructions/install-apache1xx-on-linux.phtml> - then - <http://www.e-gineer.com/instructions/install-php4x-for-apache1xx-on-linux.phtml> worked for me... -- Games, Gizmos, Gifts and Toys from 'I want one of those' <http://www.bizorg.co.uk/shopping/> | |||
| | #6 | ||
| -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Whilst lounging around on Fri, 08 Aug 2003 03:27:54 GMT, "DvDmanDT" <dvdmandt@telia.com> amazingly managed to produce the following with their Etch-A-Sketch: [ Rearranged into correct Usenet order ] > > Sounds great... but this relates to PHP in what way? > That he needs a server to test his PHP scripts on... So your point being? oh, until he has the server running, it has diddly squat to do with PHP... I see. Thank you and good night. Regards, Ian -----BEGIN PGP SIGNATURE----- Version: PGP 8.0 iQA+AwUBPzOcbGfqtj251CDhEQJhMwCYgYKo+4i33Sq8tU0I+w EgVT4cIgCfbYKA pnpf4KlT8pPW3K6WlIUVS2Q= =KqvV -----END PGP SIGNATURE----- -- Ian.H [Design & Development] digiServ Network - Web solutions www.digiserv.net | irc.digiserv.net | forum.digiserv.net Programming, Web design, development & hosting. | |||
| | #7 | ||
| "Dado" <dalibor.sokolovic@zg.htnet.hr> wrote in message news:bgujiv$ki1$1@bagan.srce.hr... : I have an old 486 DX2 66MHz and a "new" AMD Duron 700MHz. I've started to : learn some HTML, Javascript, and most importan PHP. I'd like to create a : small home based web server on the 486 and connect it with the new one so I : can test my PHP scripts and learn more about setting up and maintaining a : server. : I'm rather new to all of this so I would like if you could help me to create : the server, to tell me is possible at all, what OS should I use, what : software...or just send me some links that you belive it can be helpful to : me. : : Thanks in advance. : : For Linux : http://phpfreaks.com/tutorials/12/0.php For windows: http://phpfreaks.com/tutorials/80/0.php For Other OS's: no clue!! Hope that helps! D | |||
| | #8 | ||
| Dado wrote: > I have an old 486 DX2 66MHz and a "new" AMD Duron 700MHz. I've started to > learn some HTML, Javascript, and most importan PHP. I'd like to create a > small home based web server on the 486 and connect it with the new one so I > can test my PHP scripts and learn more about setting up and maintaining a > server. > I'm rather new to all of this so I would like if you could help me to create > the server, to tell me is possible at all, what OS should I use, what > software...or just send me some links that you belive it can be helpful to > me. It's quite easy if you choose to use a *nix OS, there are quite many options to choose from, I have used linux for a quite long time now and I'm more than happy with it (a lot happier than the time when I used quick-dos with the MS addon, was it called windows?). Most Linux distros comes with apache (either with 1.3.x or 2.x.x), mysql, php and they are installed in a way that makes it easy to continue to use them without having to spend hours on configuring them. A good place to start to look into linux could be www.linux.org and www.linuxiso.org, the later one does have links for downloads and forums for different distros. I guess you will ask, which distro is best, thats an impossible question to answer, as everyone has their own opinion, so I will suggest you look into what they have to offer, pick the one that seems to offer most of the things you want/need and test it. Some may be more difficult to start with, one that is easy to start with is RedHat (IMHO it's not as good as it used to be, mostly for the lack of tweaking options and bad taste by Gnome2 team). //Aho | |||
| | #10 | ||
| now what's with all this linux commotion? could always use the lovely alternative *cough*BSD*cough*. Then all ya gotta choose from is stability/usefullness (FreeBSD), portability (NetBSD), or locked down like a knight from the round table security (OpenBSD)... Or, shame on you, you could pay for something like BSD/I or even worse yet, SCO products *gasp*. As for linux I've used Redhat 5.2 on my old stuff since it came out, i dunno why I just liked it -- Posted via http://dbforums.com | |||
| Featured Websites | ||||
|
![]() |
| Tags: creating, server, web |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Looking for everything about creating game servers | XadmozX | Software Programming | 0 | 06-12-2007 11:37 PM |
| Creating TomTom Overlays | John Smith | GPS | 4 | 06-12-2007 2:57 PM |
| creating a background image | CNN_news | Graphics in general | 1 | 06-12-2007 12:28 AM |
| Help creating a Banner | KU2003 | Cheap Web Hosting Package | 3 | 05-31-2007 2:25 PM |
| creating own software | Kadaitcha Man | Windows | 0 | 05-28-2007 10:07 PM |
| Featured Websites | ||||
|