Current Page: 1 of 1
Results 1 - 4 of 4
18 years ago
flavio
<?php // conectar MBD $con = mysql_connect("localhost","*****","******" // seleccion BD mysql_select_db("videoteca",$con); $imagen = addslashes(fread(fopen($imagen, "r", filesize($imagen))); // construir SQL $sql = "INSERT INTO peliculas (nombre, tipo, cod_peli, sinopsis, imagen)". "VALUES ('$nombre', '$t
Forum: WampServer English
18 years ago
flavio
Look, i have a web site, and it works with forms that send data to the Database, but when it sends the data, the database creates an empty field, i mean, the field is created but the data isn't inserted in the field. thanks
Forum: WampServer English
18 years ago
flavio
I'm using MySQL front 3.2 and i also installed the Mysql Administrator's and Mysql Query Browser's adds for wamp, could it be my problem? I'm going to try with the phpMyAdmin, but don't you think that maybe my problem could also be with the php, or mysql code version? i'm going to try what you said. i'll let you know if it worked. i have another option, coudn't it be the apache serv
Forum: WampServer English
18 years ago
flavio
Hey: How are you? This is my problem, When i try to insert data into the database it creates the fields of the data but it doesn't insert the data. I've installed Apache 2, PHP 4 and MySQL 4 myself and the web site works perfectly, so what is my problem? i think it could be the version of the database. Please let me know what you think, and if there is a solution please let me k
Forum: WampServer English
Current Page: 1 of 1