How to retrieve file/image from one project to another project in codeigniter php
I am new to php codeigniter, Am tring to get image dynamically from one project to another project codeigniter. Below are the project urls.
How to retrieve images from one server to another server in php codeigniter
I am new to php language, I want to retrieve images or files from one server to another server in php codeigniter
Json data not reaching to controller
<script> function makePayment() { const txRef = `shayonix-${new Date().getTime()}-${Math.random().toString(36).substring(2, 15)}`; let price = document.getElementById(“price”).value; const user_email = document.getElementById(“user_email”).value; const username = document.getElementById(“username”).value; var store_id = document.getElementById(“store_id”).value; var plan_id = document.getElementById(“plan_id”).value; var start_date = document.getElementById(“start_date”).value; var end_date = document.getElementById(“end_date”).value; var status = ‘active’; var data = { store_id: store_id, plan_id: plan_id, start_date: start_date, end_date: end_date, status: […]
Json data is not reaching to the controller
i am trying to send this json data to my controller but its not going can you please check it out for me? thanks in advance
codeigniter 3 Attempt to read property “nama_wisata” on null
I haven’t used codeigniter for a long time, I wanted to use it today and I get an error. I want to display detailed data on the website, but it always gives an error