Search found 7 matches

by rstinohio1
Fri Jan 20, 2012 7:35 pm
Forum: PHP
Topic: quick question
Replies: 3
Views: 652

Re: quick question

thanks, i got it to work, i dont know why your full code didnt work, so i had to play around a bit. thanks! <div id="main"> <div class="container"> <?php $result = mysql_query("SELECT * FROM posting WHERE `post` != '' ORDER BY id"); //foreach(fetch_users() as $users){ /...
by rstinohio1
Fri Jan 20, 2012 7:20 pm
Forum: PHP
Topic: quick question
Replies: 3
Views: 652

Re: quick question

Its like a user status box, some of them have it left blank so i dont want to show them as having a new status if they dont have one. im going to try your code now.
by rstinohio1
Sun Jan 15, 2012 11:16 pm
Forum: PHP
Topic: quick question
Replies: 3
Views: 652

quick question

i wrote this to display user posts on a news feed type page, how would i be able to display only users with something in the post row of my database? <div class="container"> <?php $result = mysql_query("SELECT * FROM posting ORDER BY id"); //foreach(fetch_users() as $users){ //ec...
by rstinohio1
Sat Dec 17, 2011 6:43 pm
Forum: PHP
Topic: Edit user info
Replies: 2
Views: 564

Re: Edit user info

thanks, it worked, and i watched your sql injection tutorial, :)
by rstinohio1
Sat Dec 17, 2011 2:14 am
Forum: PHP
Topic: Edit user info
Replies: 2
Views: 564

Edit user info

I'm having problems updating my database, I have 4 fields i want to change. I checked all the { on the page, that's not the problem, I tried to echo information from the database and it displayed my information so that's not the problem, i tried yelling at my computer, that didn't work, i tried to i...
by rstinohio1
Mon Dec 12, 2011 9:58 pm
Forum: Introductions
Topic: HELLO
Replies: 5
Views: 22076

Re: HELLO

ok, thanks!
by rstinohio1
Sun Dec 11, 2011 9:42 pm
Forum: Introductions
Topic: HELLO
Replies: 5
Views: 22076

HELLO

hi!, i loved your tutorials about how to make user profiles in php, but i think i messed something up, ive looked over it and still have errors. do you have a download link for the source. i checked your website in the download tab but there was nothing. thanks! p.s. i like all your tutorials.