Skip to content

Tag: php

How to get specific columns in CodeIgniter 4?

I wanna select specific columns from table. Not all columns. I’m using this but it returns all data. Answer According to the CI4 query builder documentation you can use select() in this way: where() could be possible to use in 4 ways, you can choose. This stuff should be placed in Model file, method of …

How to access my Google App Engine instance remotely

I am a beginner to Google Cloud. I have created a instance in APP ENGINE. I am able to access it from my local host. But I want to access it from my PHP application remotely. How can I do it? Answer Once you deploy an application on App Engine, it should be available to be accessed externally, by using