I have my index.php. I want to call a function in load_data.php which would return an array. I then want to load that array into a combox box on index.php. Can anyone help me get started on this? I’m brand new to php and trying to get my head around it.
Share
You can use something similar to this:
load_data.php
And in your main file: