convert value from routes/uri to string |
(04-14-2019, 05:48 AM)DELE Wrote:(04-13-2019, 03:04 AM)Wouter60 Wrote: You can also try query bindings: Did you do this? It is likely what Wouter60 was implying. PHP Code: public function user($key, $value) The double quotes to define the query string are required. Use of query binding is highly desirable for the security it provides. |
Messages In This Thread |
convert value from routes/uri to string - by DELE - 04-13-2019, 01:42 AM
RE: convert value from routes/uri to string - by Wouter60 - 04-13-2019, 02:13 AM
RE: convert value from routes/uri to string - by DELE - 04-13-2019, 02:50 AM
RE: convert value from routes/uri to string - by Wouter60 - 04-13-2019, 03:04 AM
RE: convert value from routes/uri to string - by DELE - 04-14-2019, 05:48 AM
RE: convert value from routes/uri to string - by dave friend - 04-14-2019, 07:01 AM
RE: convert value from routes/uri to string - by DELE - 04-15-2019, 06:26 PM
RE: convert value from routes/uri to string - by dave friend - 04-16-2019, 07:02 AM
RE: convert value from routes/uri to string - by dave friend - 04-16-2019, 07:21 AM
RE: convert value from routes/uri to string - by DELE - 04-16-2019, 08:40 AM
|