thedestroyer Posted July 15, 2009 Posted July 15, 2009 I uploaded an image for a house yesterday but how do i add it when i create a new house? Quote
CrazyT Posted July 15, 2009 Posted July 15, 2009 Re: Sing images uploaded to cpanel I uploaded an image for a house yesterday but how do i add it when i create a new house? Make a new coloum in houses .. picture... Quote
thedestroyer Posted July 15, 2009 Author Posted July 15, 2009 Re: Sing images uploaded to cpanel so is it this? ALTER TABLE houses ADD picture INT(11) default 0; Quote
Lithium Posted July 15, 2009 Posted July 15, 2009 Re: How do i use images uploaded to my cpanel? ALTER TABLE houses ADD picture VARCHAR(100); INT will only allow you numeric values! Quote
plintu Posted July 15, 2009 Posted July 15, 2009 Re: How do i use images uploaded to my cpanel? I uploaded an image for a house yesterday but how do i add it when i create a new house? or when you name the house do something like" a run down shack <img src........" then you don't need to add an extra field to your database table. Quote
thedestroyer Posted July 15, 2009 Author Posted July 15, 2009 Re: How do i use images uploaded to my cpanel? Ok thanks i will give it a go Quote
thedestroyer Posted July 15, 2009 Author Posted July 15, 2009 Re: How do i use images uploaded to my cpanel? then wehen i go to add an image how do i put it? is it like this? <img src=www.yourgamename.com/images/yourimage.jpg? cos they are saved in my images flder but i just tried that way and it doesnt work Quote
plintu Posted July 15, 2009 Posted July 15, 2009 Re: How do i use images uploaded to my cpanel? then wehen i go to add an image how do i put it? is it like this? or if you want the name next to the image: A house Quote
thedestroyer Posted July 15, 2009 Author Posted July 15, 2009 Re: How do i use images uploaded to my cpanel? then wehen i go to add an image how do i put it? is it like this? or if you want the name next to the image: A house That doesn't work either i just tried Quote
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.