Page 2 of 7
					
				Re: Video 14
				Posted: Fri Oct 09, 2009 12:31 am
				by neronix17
				Damnit now I have to make the armour and weapons images for my game 

 another 2 brilliant videos, cant wait for the next one halls 

 
			
					
				Re: Video 14
				Posted: Fri Oct 09, 2009 1:28 am
				by dragonhall
				I am getting the same error as ravinos, any ideas?
			 
			
					
				Re: Video 14
				Posted: Fri Oct 09, 2009 1:35 am
				by dragonhall
				Ok i seemed to have fixed it. 
Line 42 of equipment.php looks like this now
Code: Select all
else {$selectbackpack3['equip'] = "<A href='equipped.php?randid=$selectbackpack3[randid]&type=w&local=0'>Equip";} 
 
			
					
				Re: Video 14
				Posted: Fri Oct 09, 2009 3:41 am
				by Ravinos
				Works great now 

 
			
					
				Re: Video 14
				Posted: Fri Oct 09, 2009 2:01 pm
				by hallsofvallhalla
				its the ' and ' surrounding the array variables. when saved with dreamweaver I don't need to include those. With context you do. I need to remember to put those in. 

 
			
					
				Re: Video 14
				Posted: Fri Oct 09, 2009 2:42 pm
				by Ravinos
				I use Dreamweaver CS4.....it won't let me do anything if the ' ' aren't used to bracket the variables   

 
			
					
				Re: Video 14
				Posted: Fri Oct 09, 2009 2:46 pm
				by hallsofvallhalla
				hmm weird, must be a setting in my wamp then.
			 
			
					
				Re: Video 14
				Posted: Fri Oct 09, 2009 2:55 pm
				by Ravinos
				eh it's no big deal. I know what to look for now when writing these up if I get errors. It's the first thing I look for followed by the variable name being correct.
			 
			
					
				Re: Video 14
				Posted: Fri Oct 09, 2009 8:24 pm
				by neronix17
				Ravinos wrote:eh it's no big deal. I know what to look for now when writing these up if I get errors. It's the first thing I look for followed by the variable name being correct.
So its the second thing you look for  

 
			
					
				Re: Video 14
				Posted: Fri Oct 09, 2009 8:40 pm
				by Ravinos
				[wrong] then ['wrong'] then ['right']  would be more like it 
