I am creating a grid that allows to select x number of buttons with numbers, and when the user clicks on the button it shows the number that it represents, I show the code.
$(document).ready(()=>{
$('#item1').click(()=>{//Quisier...
The thing is that I need the variable% co_of% which is where the total price of each product line is stored, something like $precioinicial , $precioinicial1 , for later where I put the total without VAT , make the sum of these varia...
Perhaps there is a better way to do the following but I would like a bit of rectoring to know what is wrong.
I am trying to create a blade directive which can format weights or dollars, I mean that if we give an amount like 35000 this directive...
I've done a CRUD of people with queries prepared in PDO that worked and now they have sent me to do it in a way that I do not understand, which is passing the values to use in array in execute() .
For example, to crea...
Hello as the question says I would like to add & hello = quetal in the search engine.
here the line of the code:
$view = isset($_GET['view']) ? $_GET['view'] : 'panel';
What can I do here?
First of all, a cordial greeting! I tell you my drawback: I have 2 lists of inventory type (one is the origin of the data and the other should print the values entered in the first to be sent by email) the thing is that the values such as VAT,...
I have managed to show the data of my BD in a table, but at the time of registering new data from a form, I simply do not create them, and I do not know where the error is (I am new in php)
insert.php
<html>
<head>
<...
I have the following form.
<!DOCTYPE html>
<html>
<head><title>ARREGLO_BID</title></head>
<body>
<form method="POST" action="pruebados.php">
<select name="form[][txtmateria]">...
Hi, I'm using laravel, I'd like to know how I can send two parameters per url ..
Route:
Route::get('detalle/{subcategoria}/{codigo}', [
'as' => 'detalle',
'uses' => 'principalController@cargarDetalle',
]);
Url:
<a href...
Hello!
I need help for something that has been around my head for a couple of days and I can not see how to even start (I know, it sounds pretentious, but we all have passed sometime in this life).
What happens is that I have 3 input's of...