Questions tagged as 'php'

0
answers

Contrarian Problems Click on a link to with Php, Jquery

Good morning, I have been reviewing a page and they asked me to do a job that every time you click on a specific tag, click on a database, when you click open a modal that is obtained by jquery or ajax. . I do not understand much about ajax but...
asked by 07.08.2018 / 16:16
0
answers

How to pass the result of a select to another form for a $ _POST

I have two files ExportDatos.php I have a form, where I enter the name of the executive and the date range <div class="col-md-6"> <div class="box box-primary"> <div class="box-header"> <h3 class="...
asked by 06.08.2018 / 15:05
1
answer

show ARRAY Codeigniter

I have the following code where I do a search with a worker code, but now I want to do it with more workers. It shows me only the last selected worker. Controller. // $persona = $this->input->post('persona'); $this->form_va...
asked by 06.08.2018 / 15:18
1
answer

How can you allow each user to edit their profile, use Laravel, and a generated one called InfyOm?

Good I am new in this, I am doing a small system with the framework of PHP Laravel, to start create a CRUD of a table that I have in a database of MySQL with the generator of InfyOm (Here you can see it and download it < a href="http://labs.infy...
asked by 03.08.2018 / 01:55
0
answers

AJAX How to make a call to load more commets

I want you to upload the comments two by two with an ajax call using a button -- phpMyAdmin SQL Dump -- version 4.8.1 -- https://www.phpmyadmin.net/ -- -- Host: 127.0.0.1 -- Generation Time: Aug 03, 2018 at 05:05 AM -- Server versi...
asked by 03.08.2018 / 03:09
2
answers

How to add css and js to codeigniter?

My code: <link rel="stylesheet" type="text/css" href="<?php echo base_url('/resourse/rs-plugin/css/settings.css');?>" media="screen" /> But I get the error: GET http://mi_ip/mi_web/resourse/rs-plugin/css/settings.css 404 (Not...
asked by 03.08.2018 / 02:57
2
answers

error when uploading image to the server, saving the name in the database

hello I have a problem uploading an image to the server and saving the name in the database, upload the name of the image but do not save it on the server because when I see it, it says an object not found but if the name appears with the one th...
asked by 06.08.2018 / 20:25
0
answers

address to a page with php

I am making a form that when sending the data by mail if they are sent successfully I return to the home page but doing so gives me the following error:    Deprecated: preg_replace (): The / e modifier is deprecated, use preg_replace_callback...
asked by 02.08.2018 / 15:24
1
answer

how to extract data from a JavaScript array and insert them into a PHP query one by one in different inserts

Good day programmers I have a doubt I would like you to help me with something I have the stored value of quantity that I store it within cantid = []; and then those data with a json I take them to a query in PHP the values that are not fixes ar...
asked by 02.08.2018 / 16:34
1
answer

Exists == or === in MYSQL

I have looked for the question, to see if something appears about it, but I think I have not seen it, if so, I apologize in advance. The point is the following, I have a query in mysql where in theory I should show 2 values, otherwise, do not...
asked by 31.07.2018 / 18:08