Connection with Database
-
I am trying to link the json importer with a database I have running but for some reason, I cannot seem to get any data from the database.
The code I am using is this:
[jsoncontentimporter url=”https://localhost/items/read.php” basenode=”data”]- Name:{Name}
- Description: {Description}
- Team Leader: {Team_Leader}
- Has Images: {Has_Images}
- Has Documents: {Has_Documents}
- Date of Submission {Date_of_Submission}
[/jsoncontentimporter]
in which the read file is reading from the database that I have. For some reason, it is not retrieving any data
Any idea what it can be?
I can offer any other information that is needed to help me out with this matter
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Connection with Database’ is closed to new replies.