|
|
|||||||||
|
|||||||||
|
|||||||||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Free Web 2.0 Code Generator! Generate data entry and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
I am still having trouble, don't think its the uppercase since all the books I've seen don't always use the uppercase, though I could be wrong. Hate to learn from a book, but got no choice. This forum and others, plus the book are my only learning tool...wish we had classes on php in Alaska, but no dice.
I've made some changes to the code, still not able to retrieve the sender ID from the $sid column in mysql database or the image, just getting the first row of the table and the image name, example: picture.jpg instead of the actual image. I have all the cell types as varchar. Any suggestions?
__________________
bow wow! |
|
#2
|
|||
|
|||
|
This is in response to " problem with code, have a look" . : )
|
|
#3
|
|||
|
|||
|
so you've stored your image in the database in a varchar field? this wont work. the field needs to be a blob field, and you should use php's upload capabilities to fopen the file and put it into the database. where's your original question? cant find it.
|
|
#4
|
|||
|
|||
|
Thanks for the reply. I thought it should be a blob...
The old post is in the PHP/c/c#/c-++ forum, titled " some trouble with php code, take a look...". The jpgs are choices from an ecard page on " www.alaskancentral.com/php/ecardphoto.php " and it seems to work fine, the emails go to where they need to go but I know one problem is the database is not set to auto- increment, which I'll change, and the the db needs to have the image field type be "blob" but other than that, I can't call back the correct "sid". The code is all in this forum, on an old thread from me, "littleblackdog". Thanks for any help, I'm learnin' here. ![]() |
![]() |
| Viewing: Dev Articles Community Forums > Programming > General Programming Help > still having trouble |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|