Welcome Guest, Not a member yet? Register   Sign In
Select Query remove space automatically
#4

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"); 
Reply


Messages In This Thread
RE: Select Query remove space automatically - by Kaosweaver - 02-01-2018, 08:43 AM



Theme © iAndrew 2016 - Forum software by © MyBB