Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
adv ex on 5 january 2024
adv ex on 22 February 2024
adv ex on 22 February 2024
banner Expire 26 April 2024
Rescator cvv and dump shop
banner expire at 13 May

Yale lodge shop
UniCvv
banner Expire 1 April  2021

Premiums

TRUSTED VENDOR
Joined
Dec 5, 2020
Messages
1,313

server from here:

and install the server.


Step 2:
Run wamp server by this selction
start->All programs->Wamp server->Start wamp server


Now you can see the w icon in system tray.


Step 3: Create PHP file
Let us create our php file first.
Open notepad and type the php code.
save the file inside this folder

c://wamp/www/
also you can create folder inside this folder to more specific.





Note: while saving the file, end the name with .php and don’t forget to select all files.

Let us assume i have stored Testing.php
Step 4: Start the server
Left click on the wamp icon in system tray.
It will display list of options.
Select “start all services”.


Step 5:Run
Now all services(especially php) is running.
Open the mozilla and type localhost in address bar.
Hit enter
It will show the default page of wamp server.

Now include this Testing.php (my php file name) at the end of the url


For ex:
It will run your php file.

 
Top Bottom