I would like to see if anyone can help me with this problem of creating an HTML table in php.
<?php
<p><b>Alvará: </b></p>
<p>Alvará Numero: '.$exibe["AlvaraNumero"].'</p>
<p>Alv...
I have three tables one call CRM_PROCESSO , another call CRM_PROCESSO_VARIAVEL and last call CRM_PROCESSO_ATIVIDADE , both have the variable idprocesso in common.
What I need is for the command to bring the field...
The code of the site on the computer is ok, but in the furniture the columns are very thin and with the visibility very bad, I tried to solve in several ways the responsibility in the mobile and I only managed using the overflow command, but I w...
I have a course management system where the teacher registers a class and the student accesses a page with a table with all the classes and subscribes to the one that he thinks best.
The problem is that many students are enrolling in a class...
I'm creating a system in PHP to download digital products, I'll briefly explain:
User enters the site, right on the homepage, will have some products to download.
He signs up and buys the product.
The product should be listed for it in...
I have a view called 'clients.blade' where the administrator will choose which clients a particular developer can see, however, I do not know how to save those changes in the database.
Model
public function Clientes ()
{
return $this-...
I have a system table and a table category, a system has many categories and a category has several systems, I wanted to use the has_and_belongs_to_many option of Rails (for being a simple interface and even to learn how to use this feature). Bu...
I wanted to add a sequential numeric enumerator (1, 2, 3, ...) to names that are obtained through a query.
The end result would be:
sequencial | Nome
-----------------
1 | João
2 | Pedro
3 | ...
The code I curr...