Questions tagged as 'xampp'

2
answers

Scheduling PHP script in Windows

I have a test environment VM with Windows Server + Xampp . I need to fire a file ( script.php ) with a schedule every 5 minutes. What is the simplest and most agile way?    Update 1 By Windows "Task Scheduler, t...
asked by 28.03.2018 / 12:59
1
answer

phpMyAdmin with slow Xdebug in Windows 8.1 with Xampp

Good, Some time ago I noticed that my phpMyAdmin was stupidly slow (more than half a minute in a simple query) ... After researching this, I came to the conclusion that one should have XDebug turned on in PHP.ini settings ... I commented everyth...
asked by 06.04.2015 / 22:22
2
answers

I need to select which officials are allocated on which projects

I need to make a select of which officials are allocated on which projects but when I run my code: select projeto.nome, funcionario.nome from projeto, funcionario It selects all names in all projects and not how they are actually allocated....
asked by 08.11.2018 / 18:57
2
answers

How to mount a Basic VirtualHost to rewrite URLs in my project in Xampp htdocs

Following the proposed model in the link file itself <VirtualHost *:80> ServerAdmin [email protected] DocumentRoot "C:/xampp/htdocs/dummy-host.example.com" ServerName dummy-host.example.com ServerAlias ww...
asked by 25.05.2018 / 14:20
2
answers

Insert data into XAMPP database with php

I need to insert the data that the user puts in the web page to the XAMPP database, but I can not get someone to help me? Code of the page where the data is placed: <label>Nome Produto : </label> <input type=text size=70 name...
asked by 23.05.2018 / 14:03
1
answer

Code only works when you restart the PC

I'm creating an application mostly in PHP, and it occurred a few times when making a call in Java, JQuery or CSS and sometimes even another page in PHP and it does not work as it should. I ran the code and everything was ok. So I restart the...
asked by 26.01.2018 / 12:57
1
answer

Problem with conflict between IIS and Xampp

I've done the trick of installing IIS and now it's conflicting with localhost: 80, I've uninstalled, disabled the components and did everything I found on the internet, but it remains in the domain, does anyone know how I can take it away? Or ch...
asked by 14.03.2017 / 15:19
1
answer

OCI8 in PHP 7.0 with Xampp 32bit

I'm using xampp on windows 7, PHP version is at 7.0.15. I installed the Oracle Instant Client (32bits tbm) and then extracted into the "ext" folder of php version 2.1.3 of OCI8 according to this site ( link ). The problem is that after doing the...
asked by 08.03.2017 / 18:51
1
answer

MySql server with Xampp to be accessed by another machine? [closed]

I am a complete beginner in tinkering with web programming and local and remote servers, my notion on these subjects is quite partial. Well, I have a system that will need to access a Mysql database. But this server with the database must be on...
asked by 25.08.2016 / 16:53
1
answer

PHP does not find files when executed in terminal

I run the x file normally, in it I add through require_once several other files, and through the browser I execute it normally. But when I run the file through the terminal it does not find the same files, it does not require_on...
asked by 11.11.2015 / 01:03