Questions tagged [wamp]

WAMP refers to a web development software stack utilizing Windows, Apache Web Server, MySQL database, and the PHP programming language. Compare with LAMP.

WAMP stands for , , and . It refers to preconfigured packages that include those components. It is usually meant for development purposes only, not for production use. This is due to the insecure default settings, which are designed to get a developer up and running quickly. In production environments, it's usually preferable to install and configure each component separately.

There are both 32 bits and 64 bits from the same version release. It is characterized by the ability to switch Apache, MySQL and PHP releases. There are some other packages like WAMP such as and

5507 questions
1
vote
2 answers

Registration system with php and mysql

im new to php and mysql (using wamp) im getting the following error when i run my script, any idea what to fix? Warning: mysqli_select_db() expects parameter 1 to be mysqli, string given in C:\wamp64\www\web1\Register.php on line 79 Warning:…
1
vote
2 answers

Connection between PHP and SQL server using WAMP new approaches

what is the best way for create a connection between PHP and SQL server that are seperate?(two server: server a SQL and server b PHP) notice that I use wamp. I read some articles like below but I want to know is there any new idea? I test this code…
rezaSefiddashti
  • 134
  • 1
  • 9
1
vote
3 answers

How to send Email with PhpMailer and WAMP

I dont know what else to do to make email sending works using phpmailer and WampServer. I have configured WAMP just as a I read in a lot of forums, but I cant make it work. I have this example:
GHM
  • 115
  • 1
  • 12
1
vote
3 answers

Problem in magento installation

HI I am trying to install magento on my wamp server. Have done settings in C:\WINDOWS\system32\drivers\etc\hosts also. Bt still getting error: Notice: Trying to get property of non-object in…
user319198
1
vote
3 answers

Why is constructing a URL with a mysql entry in PHP giving me a different String?

I'm writing some code to look at PTO assignment data, and noticed a strange problem where the URL didn't work when I generated it from my database entry, but did work when I entered the same string manually. When I echo them both strings look the…
Don
  • 11
  • 1
1
vote
2 answers

Login to the WAMP mysql console

After I went to phpMyAdmin to create new user. Username: ken Hostname: localhost Password: 123456 Checked Global Privilege When I start the MySQL console, it said that I need to enter the password. I pressed [ENTER] and it seem I have login to…
oncik
  • 43
  • 1
  • 6
1
vote
3 answers

Error is displaying SimpleXML object

Welcome to IT-TV
Aakash Tiwari
  • 45
  • 1
  • 5
1
vote
0 answers

Wamp server installed on windows server 2008 r2 not accessible through WAN

Objective: make contents of wamp 2.5 (www) directory accessible to web users, installed on windows server 2008r2 data center (with evaluation keys.) progress so far : i am able to view the directory in the LAN but but am unable to access it…
1
vote
2 answers

Error on installing the magento on windows 10 using wamp server

I am trying to install magento in my windows pc using wamp server. Everything I have set but when I go to "localhost" and click on "magento" under my project then it sends to me on URL "http:// magento/" that gives me error "Server not found" I…
jatin verma
  • 177
  • 1
  • 3
  • 16
1
vote
1 answer

How do I search multiple databases at once?

I have imported many different databases into my wamp local host. It uses phpmyadmin and I am wondering if there is an easy way to search for let's say an email address from every table in every database at once, or tables I choose but from…
John C
  • 43
  • 1
  • 6
1
vote
2 answers

Prestashop message "No template found for module"

I have created a Prestashop module that works perfectly on a WAMP server, but does not work properly on a live server, instead returning the "No template found for module" error message. I will supply more details later if necessary, but firstly can…
aussiecomet
  • 19
  • 1
  • 7
1
vote
3 answers

Having trouble while receiving data in database

I am trying trying to receive data by making a html form and then adding receiving data by $_GET method.Whenever I try to submit my data I get an error saying 'Your file was not found' in my chrome browser,so I tried opening my php page in chrome by…
Pawan
  • 71
  • 2
  • 9
1
vote
1 answer

Php Pthreads extension is enabled in Wamp settings window, but does not appear in Loaded Extensions in Localhost (Windows)

There are many similar explanations about this topic, but none solved my problem. I have followed the installation guide of php Pthreads at: http://php.net/manual/en/pthreads.installation.php After that extension was showing at wampserver settings…
FalseScience
  • 197
  • 2
  • 17
1
vote
0 answers

Cygwin Console : Can't Execute PHP Scripts Locally In Command Line

I am trying to run a php script locally placed under wamp folder in cygwin command line but getting the following error - "-bash: php: command not found" The Local Server I am using is WAMP. The php.exe file is in the path…
user2656743
  • 31
  • 1
  • 4
1
vote
1 answer

How to reduce TTFB for PHP on Apache / Windows?

I remarked that a simple PHP script takes 1.01 second TTFB (Time to first byte) on my local Apache/PHP configuration, whereas a simple HTML takes only 21 milliseconds. The script is as follow : Apache is 2.4 and PHP is 5.3.1…
b2vincent
  • 610
  • 7
  • 14
1 2 3
99
100