Jump to content

W3.JS W3Data


Ribouv

Recommended Posts

Hello,

First thank you for all your informations on w3scools. I have tested your W3data and take a lot of the time to make it work.

In your exemple it missing the information, that the file appml_config.php must exist in the same floder as w3data.php.

Or I have not unterstand anything ...

Best Regard
Richard

Exemple of content of appml_config.php :

<?php echo("Access Forbidden");exit();?>
{
"dateformat" : "yyyy-mm-dd",
"databases" : [{
    "connection" : "localhost",
    "host" : "localhost",
    "dbname" : "testw3data",
    "username" : "root",
    "password" : "" 
}]
}

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...