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? Quote Link to comment 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 Quote Link to comment 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. Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.