narjis Posted May 8, 2011 Share Posted May 8, 2011 How can we add images in our tables and what should be it's datatype? Link to comment https://forums.phpfreaks.com/topic/235877-query/ Share on other sites More sharing options...
Muddy_Funster Posted May 10, 2011 Share Posted May 10, 2011 Create a BLOB field : http://dev.mysql.com/doc/refman/5.0/en/blob.html Link to comment https://forums.phpfreaks.com/topic/235877-query/#findComment-1213251 Share on other sites More sharing options...
mikosiko Posted May 10, 2011 Share Posted May 10, 2011 How can we add images in our tables and what should be it's datatype? Don't .... just store the images in a folder(s) in your server and in your table define a field (VARCHAR) to store the PATH to the image. Link to comment https://forums.phpfreaks.com/topic/235877-query/#findComment-1213336 Share on other sites More sharing options...
narjis Posted May 11, 2011 Author Share Posted May 11, 2011 I am making an ecommerce website for that I want to generate special keys for jobId unique for each client.Shall I use curl class for that and where should I initialize it. Link to comment https://forums.phpfreaks.com/topic/235877-query/#findComment-1214013 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.