|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Posting
k sorry for the ongoing posts about posting ..but i got a mysql database and would like to know how to post info from a form to it ....im using the blob to mysql tutorial and want to put more than just a file description...any help or tutorials would really help me
|
|
#2
|
|||
|
|||
|
What is the other data you are trying to add to the db?
__________________
~ Joe Penn We work for free to help make this a valuable resource on the internet. Do you appreciate the help - did we provide help that will help you prosper and help that has contributed to sharpening your current skill set? Show your appreciation and purchase something from our Amazon Wishlist's - it's simple and a great way to say thank you. |
|
#3
|
|||
|
|||
|
its like a demo page where my clan members can upload demos of them playing so id like to have point of view opponent and so on
|
|
#4
|
|||
|
|||
|
Have you read Mitch's BLOBing tutorial?
It should give you a jumpstart into how you can go about blobbing data. You may want to consider storing ONLY the path to your uploaded files, rather than storing the actual file in your database. I'd suggest reading the article first to get an understanding. If you have any questions after that, please let us know!
__________________
____________________________________________ Developer Shed Weekly Writer | DevArticles Forum Moderator Build Your Own KlipFolio Klip With PHP FrankManno.com - Under Construction Design Interactive Group - Under Construction |
|
#5
|
|||
|
|||
|
read it its really good but cant add fields of text =[
|
|
#6
|
|||
|
|||
|
Do you receive an error? I don't fully understand what the problem you're having is...
Can you elaborate a little more? |
|
#7
|
|||
|
|||
|
i want to add on to the blobing so that i have other fields i fill out not just description =]
|
|
#8
|
|||
|
|||
|
Okay,
What is your table structure like in your database? What other fields do you have in the table where you are storing the blob? What you need to do is ensure you have a field with type VARCHAR and then in your upload form, add a textfield or textarea where the description goes. When you process the upload form, store the value of the textfield/textarea into your VARCHAR field. |
![]() |
| Viewing: Dev Articles Community Forums > Programming > General Programming Help > Posting |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|