Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Encryption Passing a Blank PHP Page From Model
Post: RE: Encryption Passing a Blank PHP Page From Model

Return $ciphertext worked with changing the model to $data['ciphertext'] and the view to If I keep the model file to 1 view page, seems more secure to keep the echo in the model for no code on the...
9,243 Views
6 Replies
11-26-2019, 02:32 PM
paulywog0667
    Thread: Encryption Passing a Blank PHP Page From Model
Post: RE: Encryption Passing a Blank PHP Page From Model

I was able to figure out passing the data to the view. In the model folder file, I replaced return('$ciphertext') with echo $ciphertext;.. In my other model example I was returning a value to an echo...
9,243 Views
6 Replies
11-25-2019, 02:19 PM
paulywog0667
    Thread: Encryption Passing a Blank PHP Page From Model
Post: RE: Encryption Passing a Blank PHP Page From Model

jreklund Wrote: (11-24-2019, 11:15 AM) -- $data['$ciphertext'] should be $data['ciphertext']. And in your view: Encryption are a one way street, so you can't view the original data. -- I appre...
9,243 Views
6 Replies
11-24-2019, 11:46 AM
paulywog0667
    Thread: Encryption Passing a Blank PHP Page From Model
Post: Encryption Passing a Blank PHP Page From Model

I'm very new to Codeigniter. It's only hobby, but I run it on Apache with PHP. I'm getting used to PHP and Codeigniter. My one class was in 2007 and it entailed Access, VBA, Visual Basic and C#. Which...
9,243 Views
6 Replies
11-24-2019, 12:39 AM
paulywog0667

Theme © iAndrew 2016 - Forum software by © MyBB