python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Error on xampp running phph code Fatal error spl_autoload_register()
function __autoload($class_name) {
$class_name = strtolower($class_name);
$path = LIB_PATH.DS."{$class_name}.php";
if(file_exists($path)){
require_once($path);
}else{...
Sushant Sharma
Votes: 0
Answers: 0
Your server might not be configured to send mail using this method
I want to verify email when users register. I am using codeigniter3.
When I run on the localhost I do not receive any mail. I get this message " Unable to send email using PHP mail(). Your server...
Prarthana Charankar
Votes: 0
Answers: 1
Need help mysql xampp eroor
I need help I have a problem with xampp (more precisely mysql) I have an error I can't start it
2022-04-06 18:12:43 0 [ERROR] InnoDB: The innodb_system data file 'ibdata1' must be writable**
**2022-04...
erfef dsff
Votes: 0
Answers: 0
Difficulties to export database from phpmyadmin after xampp v3.3.0 update - [Failed-network error | courupted gzip file]
Recently updated Xampp version to 3.3.0 and the problem is while I am exporting the database from phpmyadmin...
exporting in sql -> it will say failed-network error
exporting gzipped -> it will...
Gautam Koshiya
Votes: 0
Answers: 2