Skip to content
Advertisement

Tag: xampp

Fatal error when trying to Parse a XML file to CSV in PHP

I am stuck on a bit of code for my program, where I am attempting to convert a XML document to CSV using a function in PHP. The code for the function is: And I am calling it in the main script here: the error message I get when running the script through XAMPP is: Line 4 that it is

Go to a precedent page in a php site

I’m creating a simple php program and I’m trying to find a way to be able to go from the page 2 back to the page 1 with a button. I tried by making a button in the second page and giving it the value 1 but it gives me error with the user. How can I do it? Answer

How can I install Atta?

I’ve already install XAMPP and composer. My XAMPP is 7.4 and my composer is using composer 1. I’m not yet upgrading to composer v2. How can I install this project on my computer? The project seems to be located at https://github.com/erleiuat/Atta. Answer Steps to be done: Open git bash or terminal or command prompt on Windows. Change directory to htdocs

PHP autoloading namespace on xampp

I am trying to autoload php class under namespace on xampp. But for some reason it cannot find class under its absolute path. here is my autoloader: here is my class This is my file system: This i error i am getting: Warning: require_once(C:/xampp/htdocs/app/admin/modules/smartForm/smartForm.php): Failed to open stream: No such file or directory in C:xampphtdocsphpsmartfromappsystemautoLoader.php on line 3 Answer Looks

Xampp port 80 is use

Port 80 in use by “”C:Apache24binhttpd.exe” -k runservice” with PID 30352! Apache WILL NOT start without the configured ports free! You need to uninstall/disable/reconfigure the blocking application or reconfigure Apache and the Control Panel to listen on a different port Edit : I’ve tried all solutions I found in StackOverflow but it doesn’t work!! Answer On the control panel, change

Advertisement