I need to add height in a div when I click a button, but it has a but this div is on another page and that's what I'm not able to do, I'll show you how I did it in the code below if anyone can help. p>
CODE
$('.close-reveal-modal').click(f...
I have this table called ArticleBarCode :
IntheCodecolumnIneedtoenterasequentialnumber,ieIhavetoreadthemaximumnumberthatisthereandinsertthenextonethatisavailable!Ihavetousethefollowinglineofcodetoseewhattheavailablevalueis:SELECTISNULL(MAX...
I have the following method to add customer data
public void Alterar(CLIENTE Cliente)
{
using (Entity.DominioEntity db = new Entity.DominioEntity())
{
//Alterar/Adicionar Telefone
foreach (var item in Cliente.TELEFONE)...
Good day, people.
I am facing a somewhat embarrassing problem.
I can do the user update through the panel that I built, but I can not add a new user to it.
Follow the code.
<?
if (isset($_POST['submitted'])) {
$matricula...
What is being passed to the worksheet is just the path of the image, but I need the image to be passed to the worksheet.
The image that is in the server folder, and only the image path is saved on the server.
<?php
header( "Content-...
I need to display and save data in my database but as I'll show below I'm using Joins to display, for example the name of an author using their primary key.
For display is working, but when I use my method to insert data into the table it r...
I'm trying to develop a php mvc system but I came across this problem in Create. The post is sending multiple repeated data I do not know why this is happening.
Myviewcreateislikethis<formid="form1" action="<?php echo BASE_URL; ?>Pr...
Can we write code to make testing easier? For example: I have a list of people where each person can have a list of phones. I want to calculate the sum of the number of phones, or I want to check for duplicate phones in my list of people.
It'...