Note that there are some explanatory texts on larger screens.

plurals
  1. POHow to make a zipped download with files that exist in a database?
    primarykey
    data
    text
    <p>I want to make some kind of user panel for my users - after they will update the info on the panel it will make a new row for them in the database with an original source code which i build but with the edited fields they made.</p> <p><strong>Example:</strong></p> <p><strong>UserName: [<em>_</em>__<em>_</em>___]</strong></p> <p><strong>PageID: [<em>_</em>__<em>_</em>___]</strong></p> <p>They fill it in and the when they press update it will automatically insert the data to a pre-made code to a new field in the table.</p> <pre><code>&lt;?php $username = ? (whats the best way to insert UserName textarea value in here?) $pageid = ? (whats the best way to insert UserName textarea value in here?) ?&gt; </code></pre> <p><strong>Now that was the first question: whats the best way to insert UserName textarea value in here?</strong></p> <p><strong>The Second question is how to Auto Encrypt this on insert (I don't care about the way it will be encrypted, even if it will not be IonCube encrypted it will be fine)</strong></p> <p><strong>And the last and the most important question is how to make an automatic function that when they will press "Update" will automatically make files from the SQL field and prompt them to download the zipped files with their files (I don't want to store any of those files on my server because they may interrupt one with the other cause there may be 100 users doing this action at the same time)</strong></p> <p>Guys trust me i has been looking for this answers all over the net and didn't found a thing.. (I found EVERYTHING i need except this stuff).</p> <p>Thanks for future assistance guys!</p> <p>Best Regards, Rico S.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload