Search found 46 matches

by Thunderbob
Sat Jun 30, 2012 8:49 pm
Forum: Tutorials
Topic: profile editing errors
Replies: 3
Views: 738

profile editing errors

sorry guys for asking for so much in one day. So thanks to an awesome individual within this forum I was able to fix one of the most annoying errors. The profile page set-up is looking good. I can change the uid at the end of the url and I am linked to a different profile page. Now I want the user w...
by Thunderbob
Sat Jun 30, 2012 7:56 pm
Forum: Tutorials
Topic: Profile System Errors
Replies: 3
Views: 766

Re: Profile System Errors

works! your are awesome!
by Thunderbob
Sat Jun 30, 2012 1:46 pm
Forum: Tutorials
Topic: Profile System Errors
Replies: 3
Views: 766

Re: Profile System Errors

I made some changes. [syntax=php]<?php include('init.inc.php'); $user_info = fetch_user_info($_GET['uid']); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://w3.org/1999/xhtml"> <head> <m...
by Thunderbob
Sat Jun 30, 2012 1:10 pm
Forum: Tutorials
Topic: Profile System Errors
Replies: 3
Views: 766

Profile System Errors

Hey guys! I was following along with the Youtube Video and I came across some unique errors that I could not find the answer to here. So now I am displaying it. User_list.php [syntax=php]<?php session_start(); $con = mysql_connect("/*snip*/","/*snip*/","/*snip*/"); if (...