Search found 3 matches

by JoeConnectALL
Thu Mar 17, 2022 5:27 pm
Forum: Coding Questions
Topic: php / XAMPP
Replies: 4
Views: 3040

Re: php / XAMPP

Peter- you're right... as usual. What I'm doing now is what the php script should be doing- you are indeed correct. I'm essentially doing the pseudo inner joins manually when MySQL can do it. Of course- MYSQL can do it- but I need to learn more php :)

Take care- stay safe.
by JoeConnectALL
Thu Mar 17, 2022 11:11 am
Forum: Coding Questions
Topic: php / XAMPP
Replies: 4
Views: 3040

Re: php / XAMPP

Peter - thank you for responding so quickly. As far as chaining HTTPrequests; I understand what you are talking about but in my case; it's not as simple because the second request needs to get called once for every record from the first request. The first request picks up an array of about 400 ...
by JoeConnectALL
Thu Mar 17, 2022 3:45 am
Forum: Coding Questions
Topic: php / XAMPP
Replies: 4
Views: 3040

php / XAMPP

I'm not sure how to describe this... I'd like to post an example but there is too much 'backend' to set up a reasonable working simulation of my issue.

My front end SpiderBasic app is talking to a MySQL server hosted on another local box via XAMPP using php scripts. I can call the php scripts with ...