maan81
maan81
I was looking as this https://stackoverflow.com/questions/1388025/how-to-get-id-of-the-last-updated-row-in-mysql#answer-1751282 . How to execute it ? I have done : $sql = 'SET @scanning_id := 0;'. 'UPDATE mytable '. 'SET status = "true", '....
I am not able to use Callback, as I have different sizes for each element. Is it possible to handle such case ?
I just downloaded micromvc and when try to http://localhost:8080/ , I keep getting ``` 404 The requested resource / was not found on this server. ``` How should I correct...