Hello,
im making a component where from user page i download a file, but now in this file there is all the html code that i don't need... maybe in the oss_com.php I have to remove something?
It's a simple form. The file downloaded is the entire html page and the function in the post.
I need only the data of the funtion, how can I solve?
<form method="post" action="#">
<button name="btnfunc" class="btn">
<span class="white-text">Save</i></span></button>
<?php if(isset($POST['btn_func'])){
$card = new data();
$card->setnew("first_name", $params['user']->first_name);
$card->setnew("last_name", $params['user']->last_name);
$card->download();
;}?>
</form>
Please upload your code to github.com so we can see the code and find out what is the issue, without knowing the code we are unable to help!
Due to the many requests in the past for additonal features and components we have decided to develope a premium version. Features like Hashtags, Videos, Polls, Events, Stories, Link Preview, etc included in it.
$199 (Life Time)