I have a textarea to which I apply the TinyMCE text editing plugin ...
Now ... when I want to send the content of that textarea to the database, it directly sends it to me null ...
In the Head position the following script (this takes it out...
I have tried in many ways, and none of them work for me. It's simple what I want to achieve, I do not know if it's easy to do it.
I want to transform, this:
1510060016 // time() -> PHP
In this
Hace 1 hora
My idea was to do someth...
Good, I have uploaded all the files to a free server, they are the databases, I have tried the files without problem via local with wamserver , but already uploads this problem when inserting data .
Warning: mysql_select_db () expects par...
Good afternoon,
I have this code that is supposed to give me the number of books in the database, but it does not work.
public function getTotalBooks() {
$sql = $this->db->prepare("SELECT * FROM libros");
$res...
How about, I'm trying to send an index.php variable to a modal without reloading the page at all, since some forms are previously filled in, then I can not just send by get and reload the page (which would be very easy)
var fech = $('#input')....
good I'm starting with php and codeigniter, I have the following problem I'm going through an array from my model, which is the result of a query, how can I read my records in the controller one by one?
function getClientes(){
$sq...
When executing the php artisan command within my project in laravel, it gives me this error:
PHP Warning: require(/root/blog/bootstrap/../vendor/autoload.php): failed to open stream: No such file or directory in /root/blog/bootstrap/autoload....
I need to save a path of an image in my code, in case the user does not want to modify the image when modifying a product.
The current problem is that it sends blank and modifies the url of the image in the database
<?php
session...
I have a form and when I send it, it connects to a php file where it inserts the data, then an alert appears that says correct insertion, and returns to the form, all right up there, the bad thing is that when return to the form the fields will...