I need to save multiple input that contains the same "name" , but the problem is that it only saves 1 single result for several.
Example:
<form method="post" action="guardar.php">
<input type="hidden" name="produto" value="t...
I would like to know what is the meaning of *= in both PHP and Javascript:
I have a JS function and I'm converting to PHP, so it came up with *= but I have no idea what it does.
In the question of function is right. I would j...
I can do this:
var filial = (from f in base.EntityContext.vw_filial
select f).ToList<vw_filial>();
But, I want to do something like this:
var filial = (from f in base.EntityContext.vw_filial
select new
{...
I need to use a text centered on the page and between two horizontal lines in all project titles, as follows:
Title text has magin: 0 35px , is dynamic, and horizontal lines should increase or decrease accordingly.
I've been following similar questions here in stackoverflow and other network sites, as well as tutorials on the internet, but the vast majority of the solutions do not work as I need them, or even are incompatible with the bootstrap system....
My system does N jobs over a list of files, eventually I get this exception:
System.IO.IOException: Process can not access file
'C: \ XXXXXX \ xxxx.xxx' because it is being used by another process.
The code that throws the exception...
Well, I'd like to know how to create a style-like map of the bomnegocio.com site. I do not know if there is a single image or several grouped images on that map.
Could someone give me a light on how that effect works?
I'm trying to use the magic method __call and the call_user_func_array function to retrieve the method name to be able to load a file. I'm doing it this way
//Classe que importa os objetos
$obj = 'NovoObjeto';
$metodo = 'import...