My problem is this, I need to print the data of a json in HTML, what I need to do is have a search input by ID or identification number, and that by pressing search I will show in a form the data that match with that number to be able to edit th...
I'm doing a product query that pulls the item of a database. At the moment of giving click in a link this shows a content.
What happens is that these item are within a bucle While . What I want is to get that by cli...
I'm doing some web pages to refresh knowledge and hobbie, however, when I copied all the files from my pc (windows 7) where I did tests to a server linux centos shows me the following error:
Fatal error: Call to undefined function mysqli_conn...
I would like to search for a client by ID in my database and to find it, show the code of the form here:
<form method="get" action="">
<p align="center">Cedula :<input name="cedula" type="text" value=""
id="celcliente"&...
Hi, I'm working with materialize css, and obviously JS, I want to convert a string whose format is this: Mar 12, 2018 I want to convert that to Date so I can store it in the DB as Date.
Generate my Controllers, models and views with infyom and everything perfect but when I create a function and I call it with a route in a view it tells me it is not defined
I have in my file web.php the following line
Route::r...
I have two tables (both related by their ID):
Socios: Socios_carga
------------ --------------
ID ID
Nombre Nombre
RUT RUT
Then with INNER JOIN I generate the query of...
I want to bring the categories that are already registered and contacts which is not doing so I have the following code:
function listContacts( $option, $catid ) {
global $mainframe, $database, $my;
global $mosConfig_live_site;
glo...