Select Query remove space automatically |
The ability to have alias names is what the code is seeing here. The space indicates that their will be an alias declared.
You will need to setup the query like so: PHP Code: $this->db->query("SELECT `Web Developer` FROM table"); |
Messages In This Thread |
Select Query remove space automatically - by Luca4k4 - 02-01-2018, 06:17 AM
RE: Select Query remove space automatically - by Elias - 02-01-2018, 08:26 AM
RE: Select Query remove space automatically - by Martin7483 - 02-01-2018, 08:35 AM
RE: Select Query remove space automatically - by Elias - 02-01-2018, 11:05 AM
RE: Select Query remove space automatically - by Kaosweaver - 02-01-2018, 08:43 AM
RE: Select Query remove space automatically - by Luca4k4 - 02-02-2018, 06:27 AM
|