Questions tagged as 'html'

1
answer

Javascript function does not summarize $ _POST of PHP

I'm implementing a progress bar in a simple file upload script. I have the three files that are giving me a headache, Upload.php where the upload script is located, script.js where the script that updates the progress bar is locate...
asked by 02.02.2017 / 23:10
1
answer

I need two clicks to activate Jquey function

Hello, I'm learning to work with AJAX / JSON requests, and I came across a problem (which I think has more to do with Jquery, but I have added the PHP and AJAX tags because you never know). Let's go; When accessing the page in the browser,...
asked by 02.02.2017 / 22:17
1
answer

My css file does not change formatting

Some days ago I had this problem. I put the css file in the document home.php <link href="css.css" rel="stylesheet"> the formatting goes, but later when I will include other formatting in the css.css file no change appears at all....
asked by 20.02.2017 / 22:23
1
answer

Dynamic form in PHP and MySQL

I need a dynamic form that operates as follows: The page should generate Y textboxes according to a Y number that is in the database. My reasoning is as follows: a. Do the select in the bank to see the number B. I do a while or a for with...
asked by 20.02.2017 / 18:05
1
answer

Button executing a function in js and another in php

Good afternoon, I'm having a question about how I would click on the button to call a function in js and another in php? I have a problem, I want a variable in the $ name case to receive the value that you type in an input, and when I click t...
asked by 20.02.2017 / 20:21
1
answer

How to run php artisan migrate on the web server

I passed the Laravel 5.4 project for hosting, but now I do not know a way to use php artisan migrate to create my tables in the database. I created a file in the public folder named installation.php with the following code: <?php...
asked by 24.02.2017 / 12:59
2
answers

Disable Combo select

Expensive; I tried in several ways to disable the combo Select (mespgto) when checkBox (radio04) is checked "checked == true", but with no success. Could you help me? Note: In the form that the function is (release), it only comes to lock...
asked by 31.01.2017 / 16:20
1
answer

Edit Image in Mysql + PHP

Hello everyone, my first question here on the site is sorry if I end up doing something wrong. My question is the following, when I am going to do the data change of a product I always have to put the photo in the input field because if I do not...
asked by 31.01.2017 / 22:11
1
answer

Avoid line wrap (collapsing) in col-md bootstrap

I'm doing a grid that will appear some products, up to 3 per line, in mobile 1 per line, the problem is that the height varies and hence in the monitors it 'pushes' one over the other. Solution would be to put a height: 270px fixed, ho...
asked by 17.05.2016 / 19:57
1
answer

Positioning Messages Chat Codeigniter

Hello, I'm developing a messaging application (chat) and it's pretty much done and working. It turns out that the messages are all aligned from left to right, regardless of the message user. Example: User 1 Mensagem User 2 Me...
asked by 30.01.2017 / 17:24