jlhaslip
Oct 12 2007, 08:19 AM
| | In order to test php scripts on your localhost machine, you require a system that includes php parsing. A WAMP set-up 'usually' includes a database server, and a database manager, too. For Windows machines, theses are usually referred to as WAMP because they include Apache, Mysql, and PHP for Windows, hence the acronym WAMP.
Wikipedia has a listing of the available packages with details about the included versions and often a link to the wikipedia article describing them. The list can be found at http://en.wikipedia.org/wiki/Comparison_of_WAMPs
Personally, I use XAMPP, because it is a one-click install. It also includes a Mail Server, Web Stats, FTP Server, and a lot of other stuff, too. Follow the instructions for each package and you should be good to go!
|
Reply
delivi
Oct 13 2007, 10:40 AM
I personally use, * WAMP, EasyPHP, Web-Developer Suite for PHP-MySQL testing * IAB for J2EE Testing * InstantRails for Ruby on Rails Testing
Reply
Recent Queries:--
wamp packages - 116.52 hr back. (1)
Similar Topics
Keywords : wamp, packages, needed, test, scripts, set, apache, php, machine
- Logging Into Cpanel [resolved]
help needed (13)
Short Info About About Apache Maven.
It's a brief description about Apache Maven and how does it woks. (0) Hi there. Well, it's my first post and I'd like to write about Apache Maven: What is it?
How does it works? and a short example. I hope this post results interesting and useful for
someone, and well. Let's start.! What is Apache Maven? Apache Maven (or simple Maven)
is a helpful tool design to create and build projects (usually Java Projects) almost in the same way
than Ant and the classic "GnuMake", but Maven goes beyond and incorporate some another concepts
like: archetypes, build cycles and plug-ins For those who had use Ant, the way you bu....
Help Needed: Rewritting Uris From .htaccess
Making ugly dinamyc URIs look nicer (0) I think this should be easy for someone experienced, but I have never done something similar, so I
need a bit of guidance. I have a mini-site under a subdomain that entirelly relies on dynamic URIs.
All pages have URIs in the form http://towo.dragon-tech.org/index.php?lang...mp;section=news
http://towo.dragon-tech.org/index.php?lang...mp;section=home and so on. The index.php script takes
care of retrieving the appropriate content from both the database and some include files, and
everything is working fine. Only that these URIs look quite ugly on any visitor's....
How To Use Xampp To Test Php
(3) Hi, I'm new at trap17, and it's a good host, but there are too many forums so sorry if I got
this is the wrong forum. I am using Fedora 9 (Linux) and I want to test PHP locally and one of the
moderators said XAMPP is good. I''ve got it installed and that, and I can go to the XAMPP
page by going to http://localhost/xampp/ and logging in. However, I want to know how I can use
XAMPP to test PHP locally. Any help would be appreciated. /smile.gif"
style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />....
Ameran Portals?
A list is needed! (1) Listen. guys! Could you post American portals or forums, I really need it! List as much you
can, but keep in mind I need those portals or forums which contain topics such as movies, music, and
so on. Waiting for you reply.....
Postage Costs Problem For My Website
Ideas for postage system needed (7) Hi all, I have a problem with my wife and the postman..........no, I didn't mean to
say that, I mean I have a problem with how to work out the best way of charging my customers a fair
postage. Here is the problem; on my website I sell books and our wonderful happy chappies at the
Royal Mail have decided that not only have we got to weigh the book we now have to measure the
damned thing as well! This has led to a complete restructuring and complication of the postage
prices. To make this short I will have to illustrate this the best way I know how....
Dem0nfire's Irrlicht Test Bed
*gasp* It's 3D! (1) Hello everyone, Anyone here who does know me, knows that I've been doing game development for a
few years now. I've been programming games in Ruby for around three years or so now, and it has
been a lot of fun. After about a year and a half of programming games with ruby I decided to learn
how to develop websites with PHP. About another year and a half later I am quite fluent with each of
these languages and have my tendrils in so many PHP and Ruby projects now it's actually pretty
funny. I continue, of course, to learn new things all the time in each of the....
Arrays And List Boxes
VB6 Codes needed (2) Hello Guys, I am working on an application. It is such that there are 2 list boxes or combo boxes.
One is Labeled Departure and the other is labeled Destination. The boxes contain various states in
America and each state has its unique feature of distances. The difference of the distances has to
be reflected on a label. Where I need help is a code to execute the contents of the array into
values For instance: Option Explicit Private Type Stateinfo statedeparture as integer
stateDestination as integer TotalDistance as integer End Type Dim StateDistance ....
Test Of The Bible : 2012
(22) I cannot wait till this day /biggrin.gif" style="vertical-align:middle" emoid=":D" border="0"
alt="biggrin.gif" /> I cannot wait till December 31, 2012 !! 2 things can happen, both are
good 1. The world ends, I go to God 2. The world doesn't end, all religious people question
their belief / become athiest /tongue.gif" style="vertical-align:middle" emoid=":P" border="0"
alt="tongue.gif" /> I can't wait really. I will DEFINATELYYYYYY buy a camcorder HD with many
hours of recording to record this event I have a question for all you religious people ....
Windows Vista License Transfer?
Use on a seperate machine than it came with? (10) Well I have been thinking about building a new gaming rig pretty soon and I will be able to spend a
bit more than usual because I already have the essentials( Mouse, Keyboard, Printer, Monitor) but I
have a questions about Vista. I have a nice HP dv9000 laptop that I have had for a couple months
that came with Windows Vista Home Premium. Now what I want to know is there anyway that I can
somehow get that onto a new machine I build as long as I take it off the laptop? I mean I bought the
laptop and if it comes with Vista, or any OS for that matter, I am purchasing the li....
Mysql, Php, Apache Downloads And Setup Was A Nightmare
Mysql, PHP, Apache (10) Mysql, PHP, Apache downloads were easy enough. Then came the setup process. This seemed to be an
endless mess of going back and forth trying to get the programs to work together properly. Finaly I
got them working after about 48 hours. There are great tutorials on the setup process, but only one
or two actualy were easy enough for me to understand. I would like to see if I was the only one who
had issues with this setup. Are there easier ways to setup the three?....
Ti-basic --- Slot Machine
(9) Description Ok, so this is my first TI-BASIC tutorial. In this tutorial you will learn how to
create a very simple slot machine, so you can entertain yourself in math class /tongue.gif"
style="vertical-align:middle" emoid=":P" border="0" alt="tongue.gif" /> You will need at least a TI
83 Calculator. Try it out Ok, first create a new program called 'SLOT MACHINE'. Hit the
enter key. Now input the following code. CODE :ClrHome :Lbl 1
:Output(1,1,"--Slot Machine--") :Output(2,1,randInt(0,9,1))
:Output....
Sony Handycam
Software Needed?! (15) I would like to record some video captured by my VCR video camera to my laptop. Camera's name is
Sony HandyCam, but the model-I do not know. Which is good software for it? Just, list the ways or
method I can do it. Actaully, I need to record a video or transfer it from the tape to hard drive.....
Dating Advice Needed
(8) haha, im not really clear on weather you ask for advice on this forum or post advice, so im just
going to ask for advice. anywho. there is this guy ive known for two years now, but we never really
talked until 5 months ago, before i transfered schools & we got really close. at first i was
really excited because & it was just great, he seemed to like me to, but as the day came closer
for me to move, he seemed to be avoiding me & i was so comfused by this... & when i left he didnt
even say goodbye to me.. idk it made me feel unwanted? heres the dilemma: we started....
We Need More Members At Ipbgaming.com
members needed! come one, come all! (27) IPBgaming.com has been a link on this forum for a while, but I have not seen many new members, or
even active members, for that matter, in a while. The forum, in total, is only getting around 1
post every 2 days! It is getting boring. Everyone, please join IPBgaming.com and join the Army
System. (Army System is a text based war game. It is based on Kings of Chaos.) Come one, come
all!! (hopefully) Old members: Please come back! EDIT: The forum should be overgoing a
cleanup soon, MiniK. REEDIT: The forum has been cleaned up, the titlebar changed. P....
Help Needed With Excel Formulas
(5) Hi guys, Here is an example of what my table looks like CODE person amount
joe 23 fred 45 fred 32 joe 11
fred 16 I want to calculate the total amount that fred is responsible for. I'm
not sure how to use the syntax for excel very well, so i was hoping someone could help. Cheers.....
Php Scripts And Website Templates
php scripts and website templates (7) I need some help. I´m trying to start my own website but I´m out of ideas about the design... The
site should look something like this (click to view) Like I said I´m out of ideas so if any of you
knows of a good and free web template that looks like my site please post the link to it. I´m also
looking for some free php scripts (classified ads, fotolog, youtube, banner exchange, link exchange,
adbux) so if you know where I can find any of those scripts please let me know. Thanks in advance.
"I Need Some Help" isn't a good topic title. Changed to a more descript....
Test Your Browser For Security
take the browser security test (11) test your browser for security holes: http://bcheck.scanit.be/bcheck/ This checks for the most
commonly occurring security vulnerabilities in the major browsers.In total there are some 40 tests
and may take a long time to finish. I have run this test on 4 browsers: 1)IE 7 : 0 vulnerabilities
(but the browser goes crazy, opening several windows and applications) 2)IE 6 : 1 medium risk (the
browser goes crazy like IE7) 3)Firefox 2.0.0.3: 1 medium risk (i think some plugin might have caused
this as some others have had different results) 4)Opera 9.2: 0 vulnerabilities ....
Personality Test - With Birth Date
(18) If your birthday is on.. Scroll down to find out about your nature.. QUOTE December 23rd -
January 1st Red January 2nd - January 11th
Orange January 12th - January 24th Yellow January 25th - February 3 Pink February
4th - February 8th Blue February 9th - February 18th Green February 19th - February
28th Brown March1st - Match 10th Aqua March 11 - March 20th Lime March 21 st
Black March 22 nd - March 31st Purple April 1st - April 10th Navy April 1....
Need Help With C Program To Test If A Number Is Prime
Ending unexpectedly somewhere near for-loop (12) CODE #include <stdio.h> main() { printf("Enter a number:
"); int n; scanf("%d", &n); if(n ==
2) printf("%d is prime", n); else if(n % 2 == 0 || n <
2) printf("%d is not prime", n); else { int x;
for(x = 0; x < (int)sqrt((double)n); x++)
if(n % x == 0) { printf("%....
Visual Basic 6.0 Help Needed
Adding lines to a textbox without delete (15) I need help with Visual Basic 6.0 and adding lines to a textbox without deleting any previous
lines.. I've gotten as far as finding a way to add the lines, but it deletes the prevous entree.
Help is appreciated!....
How To Acess Domain Control Panel.help Needed
(5) I am very upset.I need urgent help please. My problem is that i bought a domain from Yahoo.And i put
DNS adress of 50webs and added that domain to 50 webs and hosted it there.It is working fine
there.but i wanted to change hosting company of my domain. But i can not access domain control panel
from yahoo small business.My domain name doesnt appear anywhere in the domain pannel of yahoo.It
used to be there before i hosted it here. Please anybody tell me how i can change setting of my
domain name now.how i can bring it back to yahoo and how i can acess it? Thanks alot.....
Snard's Scripts Free
Free for right now. I think... (4) Look around on the forums and you should be able to get snard free. It has some ads but works. If
you have any questions about it, msg snard. He will hve all the info on the free scripts and
hosting. I dont have much of the info on that. But I know he made a free version of it. I dunno what
all it can do but it is free. And I dont 100% know how long it lasts. So... ya.....
Should I Call Him
relationship advice needed (28) Okay yesterday while coming home from the Labor Day Parade that they have here in NY every year I
saw a friend of mine that I grew up with. He and I started talking and he began to tell me once
againhow much he likes me. Now i have never taken him serious until last night. He said he likes me
and really would like to be in a relationship with me. He used to live around the corner from ym
house but he moved by himself to somewhere not to far from me. His dad though still lives around the
corner from me so I see him sometimes when he comes to visit his dad or his friends. ....
Web Surfing- Script Needed
(2) We all know of anonymouse web surfing, Sites like http://anonymouse.ws/cgi-bin/anon-www.cgi Offer
peope to surf the internet anonymousely, The site has baners and ads showing up and does not support
all links. Does anyone know what script they use or where i could get one from, What script do they
use? Also if anyone jnows how to make my own? I really want this as a addon for my site, So all help
would be appriciated. Thanks, Mbd5882....
Test Your Php Pages W/o Upload/internet
complete *working* guide on how to test your php pages (57) In this tutorial, I'm going to show you how to test your PHP pages without the Internet or
uploading the files to your trap17 server. This tutorial is similar to doom's, but the links he
provided does not work, so I decided to make my own tutorial with working links. The program that I
will be using for this tutorial is called XAMPP . XAMPP is a modification of the popular Apache
server, and I'm using XAMPP because of its simplicity to install as well as maintain. The
current version of XAMPP is 1.4.13 and it has the following bundled in the download: QUOT....
Testing Php?
How can I test it offline? (12) Hi guys. I'm wanting to learn PHP. Is there a way I can check my code to see if it works
without having to upload it to my server? Could it be that my computer doesnt have PHP installed or
something? Can someone please show me where to download it and how to set it up? Thanks a lot.
help is greatly appreciated.....
Delphi & Assembly Forum
Changes needed (2) Ok. I'm an assembly programmer and I've given a shot at Delphi. But there's no real
content in those forums at all. All I've seen are some posts by remonit -the ones I've seen
are interviews or quotes - and one guy talking about translations to Hebrew.Most of the posts were
in one day by the same person around the same time. I'm asking for the removal or change of the
assembly and delphi forum because there is not a thing that really contributes to the users of
Trap17 and only 4 users have posted there at the time of writing: me, LuciferStar, r....
Some Php Good Scripts
(6) Go here if you want some good php scripts for free. CODE http://www.scriptme.com/
Chise the free versions, some of they don't have free edition, but most do and i liked all of
them. Well...i think they are good, just try it.....
How do you test your php code
(77) We know that php is a server side scripting language. So we will need a server with the php parser
to parse/test our code. How are you doing that. Do you upload it to a server for testing or did you
instal php and the server (apache) on your computer (localhost)....
Looking for wamp, packages, needed, test, scripts, set, apache, php, machine
|
|
Searching Video's for wamp, packages, needed, test, scripts, set, apache, php, machine
|
advertisement
|
|