Welcome Guest, Not a member yet? Register   Sign In
Getting encrypted name problem.
#5

PHP Code:
$pet_entry_id random_string('numeric'6);
var_dump($pet_entry_id);exit; 
If that looks you good you move on to the next one.
PHP Code:
$config['upload_path'] = './assets/img/pets' $pet_entry_id;
var_dump($config['upload_path']);exit; 

In the end you have placed a debug and exit (it will stop rendering) on every row. So you know where it dosen't have it's information anymore.

There are a logging feature in Codeigniter too, in case you want it logged to a file instead.
https://www.codeigniter.com/user_guide/g...og_message

Or did you mean this value?
PHP Code:
'pet_photo' => $this->upload->data('file_name'), 
Reply


Messages In This Thread
Getting encrypted name problem. - by HarrysR - 08-16-2018, 08:12 AM
RE: Getting encrypted name problem. - by jreklund - 08-17-2018, 02:10 AM
RE: Getting encrypted name problem. - by HarrysR - 08-17-2018, 06:20 AM
RE: Getting encrypted name problem. - by InsiteFX - 08-17-2018, 03:49 AM
RE: Getting encrypted name problem. - by jreklund - 08-17-2018, 07:11 AM
RE: Getting encrypted name problem. - by HarrysR - 08-17-2018, 08:20 AM
RE: Getting encrypted name problem. - by InsiteFX - 08-17-2018, 10:21 AM
RE: Getting encrypted name problem. - by HarrysR - 08-17-2018, 11:11 AM
RE: Getting encrypted name problem. - by jreklund - 08-17-2018, 11:02 AM
RE: Getting encrypted name problem. - by HarrysR - 08-17-2018, 11:09 AM



Theme © iAndrew 2016 - Forum software by © MyBB