programming help mysql php
Search Only:

Search Keyword mysql blob cannot displayed because contains errors

Total: 40 results found.

Page 1 of 2
Me again. Sorry! I am trying to store some pictures in mySQLs blobs. I actually managed to stored the images there and had been following all advice which I found on internet to display them. ...
I used to use the move_uploaded_file command to upload pictures to folders on the server, but after switching to InnoDB tables and wanting to take advantage of the delete on cascade feaure I have ...
Ok I have a script I adapted from another I wrote a fair while ago but im having great problems with this one for some reason. I get the ol, image cannot be displayed because it contains ...
Hi. I need to store MS Word files in a MySql database. I also need to be able to download the same files from the database/server. The reason for this is that my client want search ...
As the title suggests, i am trying to display images from an MS Access database but not having any luck. I have looked at a few tutorials and searched the forums but no-one really has really ...
... cv_creation_date = curdate(), cv_creation_time = curtime() WHERE candidate_key=".$HTTP_POST_VARS["candidate_key"].""); This is the display script $output_result = mysql_query("SELECT ...
See the beginning of this problem at The MySQL forum . My submit button on a page sends the form data back to itself. The top of the page has this : PHP Code: include_once auth.php;  ...
Hello everyone, I have this class to make thumbnails: PHP Code: class thumbnails   function size($size_x,$size_y)   function show()else  ...
Image Creation Script: PHP Code:  header(Content-Type: image/jpeg);  session_start();  $new_string;  session_register(new_string);   ...
Hi, Im looking to resize images pulled from a BLOB field in a MySQL database. I know it can be done using GD Lib with normal images from a directory, but please could you tell me if there is any ...
Hi All! I built a CMS for my company and I am having huge difficulties with what appears to be an issue with an abnormal MySQL field/result termination. 3 out of 20 times a particular ...
Is it possible to use Getimagesize() to find out the sizes of images that are stored in a MySQL database and are displayed using a file called image.php? If not can somebody please tell me ...
...  if(!session_is_registered("uID")) session_register("uID"); if(!($connection = @ mysql_pconnect($hostName, $userName, $password))) die("could not connect to database"); ...
Well this is my first try at functions. I think they would be very helpfull and such a time saver if I could well.... just get them to work. Anyway, I am hoping that I can post my code and ...
Im reposting this thread here since it seems to be mostly an issue of retreiving data form mysql with php ------------ I have a site in several different languages (english, spanish, french, ...
Hi all, Ive got an array and I want to insert the data into an mysql db, but I keep getting errors when I do this: $sql="update db set info = answers[] where id=1 the answers[] ...
i remember reading that if i want to make a passwork case sensitive i should store it in a mysql blob type field. but im wanting to use the php crypt function on it as well. is this reasonable? ...
I am trying to build an application that takes 3 images via POST and resizes them and creates 1 image out of the 3 inital images. The images I am working with are all jpegs and I am having hit ...
hi, i looked for some help in other posts.. but all are related to the fact that php cant connect to mysql, well, in my case.. php cant get the results of a mysql table, I dont know why, I was ...
<< Start < Prev 1 2 Next > End >>