| 
				 RE: Custom Profile Modification 
 
			
			This is really helpful! Thanks so much. (:
 However, when I clicked on the link to my account and then view profile, it brought me to a page of members. That was fine and everything but when I clicked on one of the members, it went to this URL:
 
 /profile.php?user=admin
 
 And nothing changed. Isn't it supposed to go to profile2.php?user=admin? Because I tried that, and then it said:
 
 Parse error: syntax error, unexpected '<' in /profile2.php on line 163
 
 That's the line that says this:
 
 <b><u>".$usersname."'s Pets:</u></b><br><br>";
 
 So then I tried taking out all of the brackets in that line. Then it said this:
 
 Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home2/flared/public_html/rusnak/adoptables/profile2.php on line 173
 
 Yeah. I don't want to go any farther, because I am probably already confusing you. I certainly confused myself!
 
 Thanks for any help you can offer. (:
 |