xampp

Submitting a form. Using php to store information in a database [closed]

萝らか妹 提交于 2019-12-30 05:32:07
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 3 years ago . I'm quite new to PHP and have an assignment where I have to make a html form, which is fine. I'm required to have the data submitted to a database and stored in a table. This table should allow the user to view edit and delete entries in the table. I'm not asking for any code or

PHP XAMPP windows环境安装扩展redis 致命错误: Class 'Redis' not found解决方法

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-30 00:48:28
PHP XAMPP windows环境安装扩展redis 致命错误: Class 'Redis' not found解决方法 1.电脑需要先安装redis服务端环境,并在安装目录下打开客户端redis-cli.exe测试可以使用 2.安装redis的php扩展,必须要对应上版本号和类型。需要注意的有三个地方: php的版本号,ts/nts类型,x64/x86类型(需要通过phpinfo页面查找Architecture属性来确认,window64位系统安装的xampp也可能是x86的) <?php phpinfo() ?> 7.2 Non Thread Safe (NTS) x64 7.2 Thread Safe (TS) x64 7.2 Non Thread Safe (NTS) x86 7.2 Thread Safe (TS) x86 上面截图的php信息对应的就应该下载:7.2 Thread Safe (TS) x86 PECL :: Package :: redis 4.2.0 for Windows https://pecl.php.net/package/redis/4.2.0/windows 另外还需要下载对应版本的igbinary windows.php.net - /downloads/pecl/releases/igbinary/3.0.0a2/ https:/

本地环境 XAMPP+phpStorm+XDebug+chrome配置和断点调试

与世无争的帅哥 提交于 2019-12-29 12:04:01
不明白phpStorm+XAMPP+chrome组合的phpStorm配置XDebug的断点调试,很多种网页办法都看过了,可用,但没达预期。QQ群问,一个大牛很奇怪我都配置了怎么还不正确,很干脆地说远程协助。哈爽快人说爽快话给办利落的事,我还没说感谢呢大牛就直接说有事88。 今天me总算明白了,其实很容易理解的,休闲的时间把配置过程写了,顺便mark下,需要的人来看看。其实今天《爱你,万缕千丝》正在放映,我追看的,今天恰逢之元、天丘因家族利益出现大吵,所谓一部戏铺垫完、到了矛盾激化到极点、将要迎接剧终的时候,我写这个配置过程忘了看了竟然给,找空补上。希望这个配置过程你读起来像是一本故事,或者是拍拍砖: 我的安装环境:XAMPP版本号V3.1.0 ;phpStorm版本8.0.3;windowsxp 32bit。您老人家先过目一下,不然怕影响意义。 XAMPP、phpStorm 都直接安装在了D盘根目录,9999m目录建在D:\xampp\htocts下,即目录工程文件夹路径为D:\xampp\htocts\9999m。在phpStorm>File>open,找到9999m,点击确定,加载9999m到了phpStorm(安装环境路径根据需要自行更改,后面的配置内容也类似)。图1 1. 开始服务器端配置:安装好XAMPP,停止apache服务(注意,如果直接退出XAMPP

cURL is unable to use client certificate , in local server

断了今生、忘了曾经 提交于 2019-12-29 08:07:51
问题 I set up a local server using XAMPP. I have two PHP scripts , a sender and a receiver. I am trying to send an XML file from the sender to the receiver using HTTP over SSL (HTTPS). I created a self signed certificate, configured XAMPP, and I am using this code on my sender : <?php /* * XML Sender/Client. */ // Get our XML. You can declare it here or even load a file. $xml = file_get_contents("data.xml"); // We send XML via CURL using POST with a http header of text/xml. $ch = curl_init(); /

Upgrade PHP on XAMPP 1.8.3 windows 7 installation

狂风中的少年 提交于 2019-12-29 07:44:11
问题 I have XAMPP 1.8.3 installed on my windows 7 machine. Which include PHP 5.5.6. I want to upgrade the PHP to 5.6 version. Is it possible to do the upgrade while keeping the XAMPP bundle other module as it is (Apache, MySQL). Can any one suggest a way to do upgrade on windows 7. 回答1: Download the package from following url: http://windows.php.net/download/. Make sure the “Thread Safe” zip file with around 20MB was downloaded. Extract and rename the folder to “php”. Rename the existing “php”

make script execution to unlimited

别来无恙 提交于 2019-12-28 11:49:08
问题 I need to run a script into localhost (xampp) which will generate 14400 records and adds them into database, I have set the max_execution_time = 50000000000 , I dont know if I can make it unlimited by setting it to 0 or -1. But I tried this script before with this max_execution_time to 50000000000 and yet it stoped at certain point, I dont know what else could limit the execution time, I have been running this a lot of times and I am tired of waiting and failing again, what should I change

Connect sqlsrv in Xampp

浪子不回头ぞ 提交于 2019-12-28 06:36:53
问题 I have installed Xampp with a CodeIgniter installation. I want to connect from CodeIgniter to a SQL database. I changed the database config file and set the dbdriver to sqlsrv. $active_group = 'default'; $active_record = TRUE; $db['default']['hostname'] = 'IP Adress; $db['default']['username'] = 'DBUserName'; $db['default']['password'] = 'DBPassword'; $db['default']['database'] = 'DBName'; $db['default']['dbdriver'] = 'sqlsrv'; $db['default']['dbprefix'] = ''; $db['default']['pconnect'] =

How repair corrupt xampp 'mysql.user' table?

自古美人都是妖i 提交于 2019-12-28 06:26:07
问题 I used Xampp yesterday to create some simple Web-based utility tool. Today I wanted to continue working on it but xampp control panel gave me some weir errors. This is the MySQL Error Log: 2019-07-20 23:47:13 0 [Note] InnoDB: Uses event mutexes 2019-07-20 23:47:13 0 [Note] InnoDB: Compressed tables use zlib 1.2.11 2019-07-20 23:47:13 0 [Note] InnoDB: Number of pools: 1 2019-07-20 23:47:13 0 [Note] InnoDB: Using SSE2 crc32 instructions 2019-07-20 23:47:13 0 [Note] InnoDB: Initializing buffer

Fatal error: Class 'XSLTProcessor' not found

倖福魔咒の 提交于 2019-12-28 06:20:50
问题 I'm using XAMPP Server 1.7.7 While opening the php file, i receive the error Fatal error: Class 'XSLTProcessor' not found 回答1: Install the XSL extension to get that class. This might be as easy as uncommenting (remove the starting ';') on the line that reads extension=php_xsl.dll in php.ini on Windows, or apt-get install php5-xsl on most Linux-based systems. For custom builds of PHP, use configure option --with-xsl (requires package libxslt1-dev). 回答2: Its necessary install the XLS extension.

Fatal error: Class 'XSLTProcessor' not found

左心房为你撑大大i 提交于 2019-12-28 06:20:35
问题 I'm using XAMPP Server 1.7.7 While opening the php file, i receive the error Fatal error: Class 'XSLTProcessor' not found 回答1: Install the XSL extension to get that class. This might be as easy as uncommenting (remove the starting ';') on the line that reads extension=php_xsl.dll in php.ini on Windows, or apt-get install php5-xsl on most Linux-based systems. For custom builds of PHP, use configure option --with-xsl (requires package libxslt1-dev). 回答2: Its necessary install the XLS extension.