xampp

php file is not running using xampp

不想你离开。 提交于 2019-12-11 13:29:49
问题 I am a newbie in web development and I have just installed xampp. The control panel show everything is fine. All the services are running. I have created a database in mySQL using the phpMyAdmin and everything is fine with phpMyAdmin. I am trying to make a simple form which will make me able to add data in database table. My html form and php code are as follows. Both files are in htdocs folder: form.html <form action="signup.php" method="post"> Email: <input type="text" name="email"> <br>

localhost mysql issue with EXISTS

心已入冬 提交于 2019-12-11 12:43:22
问题 it seems mysqlnd 5.0.11-dev bounded with XAMPP has issue with EXISTS . I'm trying to run this query: SELECT column1 FROM t1 WHERE EXISTS (SELECT * FROM t2); but it doesn't run and output below errors: Static analysis: 2 errors were found during analysis. Unrecognized keyword. (near "EXISTS" at position 38) Unexpected token. (near "(" at position 45) SQL query: Documentation SELECT column1 FROM t1 WHERE EXISTS ( LIMIT 0, 25 MySQL said: Documentation 1064 - You have an error in your SQL syntax;

phpmyadmin in xampp not working on windows 10

别等时光非礼了梦想. 提交于 2019-12-11 12:40:36
问题 I'm getting below error when I type in localhost/phpMyAdmin after starting apache and mysql server in Xampp in Windows 10. Is there a way I can fix this issue? MySQL said: Documentation #2002 - No connection could be made because the target machine actively refused it. The server is not responding (or the local server's socket is not correctly configured). Connection for controluser as defined in your configuration failed. 回答1: If you are using the Bitnami version of Xampp you will have

Does Surface Pro 3 run Visual studio , sql server , xampp and other development apps?

隐身守侯 提交于 2019-12-11 12:39:07
问题 I want to know if Surface Pro 3 i7 - i5 could run any of the following applications such as : visual studio SQL server management-studio xampp Dreamweaver and so on .. 回答1: Surface Pro 3 with the i5 or i7 processor runs Windows 8.1 and can run these applications, just like a regular laptop or desktop. This should not be confused with the older Surface RT. I run SQL Server and Visual Studio on my Surface Pro 3 but can't speak from first-hand experience about xampp and Dreamweaver. I would

Xampp and MySQL not started

南楼画角 提交于 2019-12-11 12:33:32
问题 This problem came from nowhere. My xampp mysql service is not started. This is what it shows in Xampp log. 8:20:27 AM [mysql] Attempting to start MySQL app... 8:20:27 AM [mysql] Executing ""c:\xampp\mysql\bin\mysqld.exe" --defaults-file="c:\xampp\mysql\bin\my.ini" --standalone" 8:20:28 AM [mysql] Return code: 0 8:20:28 AM [mysql] Status change detected: running 8:20:29 AM [mysql] Status change detected: stopped 8:20:29 AM [mysql] Error: MySQL shutdown unexpectedly. 8:20:29 AM [mysql] This may

htaccess files, php, includes directories, and windows XAMPP configuration nightmare

╄→гoц情女王★ 提交于 2019-12-11 12:27:03
问题 XAMPP makes configuring a local LAMP stack for windows a breeze. So it's quite disappointing that enabling htaccess files is such a nightmare. My problem: I've got a PHP application that requires apache/php to search for an /includes/ directory contained within the application. To do this, htaccess files must be allowed in apache and the htaccess file must specify exactly where the includes directory is. Problem is, I can't get my apache config to view these htaccess files. I had major

xampp 1.7.3 upgrade broken virtual hosts access forbidden

99封情书 提交于 2019-12-11 12:11:49
问题 I've got a similar issue to that reported by another user here XAMPP v1.7.4 installation issues,local host not working Upgrading xampp to 1.7.3 (osx) in my case has broken my virtual hosts. In /etc/hosts I've got 127.0.0.1 localhost 255.255.255.255 broadcasthost ::1 localhost fe80::1%lo0 localhost 127.0.0.1 mysite.test In /Applications/XAMPP/etc/httpd.conf I've got: LoadModule rewrite_module modules/mod_rewrite.so #uncommented Include /Applications/XAMPP/etc/extra/httpd-vhosts.conf

How to use Pear with xampp?

删除回忆录丶 提交于 2019-12-11 12:08:54
问题 How do i include Pear's QuickForm into a php file if Pear is already installed in xampp? 回答1: I ran go-pear.bat from the command line, and it ran a setup program to configure my system for PEAR. When it was finished I was left with some new folders and a pear.bat file. I tested it with "pear install -f Text_CAPTCHA" and everything seemed to work. 来源: https://stackoverflow.com/questions/4010066/how-to-use-pear-with-xampp

How can I make sure and be sure that my webpage isn't cached?

流过昼夜 提交于 2019-12-11 11:59:09
问题 I have a problem with .css files not being updated while I change it, and everything points to caching. I have cleared browser cache, added versioning, or even changed the link to another .css file, but nothing helped. There are two subquestion: a) what else can I do about caching issues? b) when can I be sure that every possible solution was tested and not working, so it's highly unlikely that the problem is in caching? Both .php and .css files are on localhost, in XAMPP sandbox - when the

Sodium is not loading on XAMPP PHP 7.2

喜夏-厌秋 提交于 2019-12-11 11:58:50
问题 Hey for some reason when i use XAMPP PHP 7.2, all of the sodium functions are not working. When i run print_r(get_loaded_extensions()); it does not show sodium on the list. When i go to http://php.net/manual/en/sodium.installation.php it says no installation needed they are a part of the core. So i went to my php.ini configuration file and made sure that it did not disable sodium, it says extension=php_sodium.dll . I went to the console to double check to see if their were any errors, there