Posts by Noscin • 9 points
6 posts
- 
		-1 votes1 answer73 viewsQ: Radio change input value TimeI’m trying to get the selected radio to change the default value of an input time I checked that with javascript or jquery I can but I can’t do it the way I need to. I have 3 Radio and 1 input time.… 
- 
		0 votes0 answers68 viewsQ: Change create.objectURL to Htmlmediaelement.srcObjectWhen adding the createObjectURL class, it is accusing the failed error in some browsers, after searching, I found that I can use Htmlmediaelement. But how can I include you in my project? export… 
- 
		-1 votes1 answer20 viewsQ: Eloquent returning field and valueMy select is returning the field and value of the id that is in the table and need to return only the value,? $id = DB::table('participantes') ->select('id') ->orderBy('id','DESC')… 
- 
		1 votes1 answer21 views
- 
		0 votes0 answers30 viewsQ: Pull html editor txtarea through selectGood afternoon, I’m having trouble correctly displaying the contents of a select inside the html editor. Code below: <form> <div class="form-group"> <label… 
- 
		-1 votes1 answer324 viewsQ: Problem downloading a php exportGood afternoon, I have a script where generates an excel spreadsheet with information, but after the exchange of the server started to give problem, before it generated and downloaded normally but…