Questions tagged [wampserver]

Specific release of the WAMP stack for Windows.

This tag should be used when referring to the WAMP server stack WampServer. This is a bundled release of Apache, MySQL, and PHP for Windows. It allows you to easily setup a development environment for web applications and comes with PHPMyAdmin to manage databases. One unique thing about WampServer is that it allows you to download, install and activate older releases of Apache, MySQL, and PHP. This makes it possible to duplicate production servers.

WampServer Website

2561 questions
0
votes
1 answer

Creating a fantasy footbaall App angular js

So basically I am making a fantasy Web app using Angular JS. I have created a pretty standard list of players by describing them in my controller in a $scope.players array. The user can also select players (which is then pushed into an empty array…
0
votes
2 answers

Enable local network access to sites on WAMP Server

I have Windows 10 64 bit, WampServer Version 3.0.6 64bit, Apache/2.4.23 (Win64), PHP/5.6.25. I have downloaded a fresh version of it today so it is the latest version. I am trying to make my sites available on the local network. I have created a…
Sam
  • 1,237
  • 1
  • 16
  • 29
0
votes
3 answers

the below code is not working

this is my code for form i want the data entered by user should be saved in mysql...using wamp..any solution plzz..please rewrite the code and paste…
Jeet Patel
  • 11
  • 6
0
votes
1 answer

"A server timeout has occurred" error connecting Dreamweaver to MySQL

I am trying to connect my website to MySQL on localhost under WAMP. Whenever I enter my details in the MySQL connection tab and click "databases", it crashes and gives me the error: A server timeout has occurred. Here are the possible…
Louis
  • 40
  • 8
0
votes
0 answers

Can I upgrade my php version 5.3.13 vc9 x64 to a vc11 or vc14 variant?

I will really appreciate your guidance on this please guys. I run php version 5.3.13 and apache version 2.2.12 vc9 x64 on my wamp local server and wish to upgrade to a more recent version. However, I observed on the php.net page that php 5.6 has…
banky
  • 838
  • 2
  • 13
  • 26
0
votes
1 answer

Login issue in Mysql through Phpmyadmin

I am unable to login to MySQL. I am using Phpmyadmin interface. Please note that it is not #1045 error which has plenty of solutions on the internet including this website. When I try to login it simply shows this error Cannot log in to the MySQL…
user3224207
  • 457
  • 4
  • 14
0
votes
0 answers

wampserver the application was unable to start correctly 0xc00005b

I installed wampserver but when I try to runt it I get this error message and the icon color is orange: the application was unable to start correctly 0xc00005b I have windows 7 64 bit so I installed wampserver 64, also I tried solving the problem by…
azza
  • 77
  • 1
  • 10
0
votes
1 answer

Serve Laravel app with Apache (wampserver) to access from other computers in same LAN

I need to access my Laravel app that is served with Apache (wampserver) from other computers in the same LAN. OS: Windows 8.1 Wampserver version: 3.0.6 Apache version: 2.4.23 I can access my app from other computers by the following…
Placid
  • 1,400
  • 3
  • 22
  • 33
0
votes
0 answers

Wampserver "Can’t select database"

I had to reinstall Windows, and with that, reinstall Wampserver. My MySQL data dir is in Dropbox on D:\ I've edited my.ini: datadir=D:/Dropbox/WAMP/SQL/data However, when I view phpMyAdmin, the original databases are not being loaded. There's…
Steve
  • 2,066
  • 13
  • 60
  • 115
0
votes
1 answer

Django + mod_wsgi + apache + wamp optimization technique for windows

I am trying to host my Django App to Wamp in Windows 7. I already configured mod_wsgi correctly and had run a test project to verify it. However, the server is really taking time to load as I migrated my dev project. I have read articles about…
jonilyn2730
  • 465
  • 9
  • 21
0
votes
1 answer

PHP if isset variable not showing

I am trying to get the variable from my form but it gives me nothing, i also did var_dump of post and it shows me that the array is 0 so the form isn't sending data. I tried so many things but i think i have some kind of bug or my installtion wasn't…
0
votes
1 answer

WampServer Site URL not working without localhost prefix

I was using Wamp 2.4 but had to uninstall it and install 3.0.6 alongside the 3.0.8 update. Everything works fine by selecting the Add localhost option in the wamp tray setting and stating /mysitefolder/ in the .htaccess and…
Ojchris
  • 188
  • 1
  • 3
  • 11
0
votes
1 answer

How to upgrade WampServer Version automatically?

I already have WampServer Version 3.0.4 32bit. Now I want to upgrade to latest version. Can I make like whenever there is a New Version of WAMP it will ask for upgrade like "Check for Updates" in most Softwares? So every time I don't need to check…
Jackson
  • 1,426
  • 3
  • 27
  • 60
0
votes
1 answer

PHP Parse Error: on line 13

Hi guys I am new on PHP and have this problem: ( ! ) Parse error: syntax error, unexpected 'yes' (T_STRING) in C:\wamp64\www\init.php on line 13 This is my code:
Behar
  • 239
  • 1
  • 6
  • 15
0
votes
1 answer

Wamp Server error - php

I setup Wamp Server in D:/ Driver not C:/ Driver and i created a folder inside WWW Folder with the name of php_course and inside it i created php file named test.php and when i tried to run the php file using localhost/www/php_course/test.php…