petchy Posted May 28, 2008 Share Posted May 28, 2008 Ive started my own online game and I am pretty new at it so any help will be well appreciated <td width="20%">Current Picture:</td> <td width="80%"><img src=<?php echo "$fetch->image"; ?> border=1 width=300 height=250></td> </tr> <tr> <td align=right>Picture Url:</td> <td><input name="profile_pic" type="text" id="profile_pic"></td> </tr> <tr> its the red bit im having problems with cant get it to show the image, That the user, is using on there profile ??? and also please i am having same problem with the music section would like this to show the url of the music been played on the users profile. <td width="37%">Current Music:</td> <td width="63%"><?php echo "$fetch->music"; ?></td> </tr> <tr> <td>Change Music:</td> <td><input name="profile_music" type="text" id="profile_music"></td> i would be so grateful if anyone can help me ill be at work all day so ill wont be bk on till tonight http://mafiadream.co.uk Link to comment https://forums.phpfreaks.com/topic/107588-help-please/ Share on other sites More sharing options...
petchy Posted May 28, 2008 Author Share Posted May 28, 2008 and also please i am having same problem with the music section would like this to show the url of the music been played on the users profile. <td width="37%">Current Music:</td> <td width="63%"><?php echo "$fetch->music"; ?></td> </tr> <tr> <td>Change Music:</td> <td><input name="profile_music" type="text" id="profile_music"></td> i would be so grateful if anyone can help me ill be at work all day so ill wont be bk on till tonight Embarrassed ive fixed the music one just the image one im stuck on ??? Link to comment https://forums.phpfreaks.com/topic/107588-help-please/#findComment-551511 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.