Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Old 09-23-2007, 12:31 PM +1 to a value
Average Talker

Posts: 20
Trades: 0
Hello,

I'm making a function that adds + '1' to a mysql field called 'points' corresponding to the right ID. The number of points is by default '0', so basically it just adds '1' every time the function is called, but i have no idea how i'm going to add 1...

I can retrieve the points from the ID though, the number is stored in $points.

This sounds silly, but maybe something like $points += 1; i know that doesn't work ofcourse, but you get the point.

Thanks in advance.

Last edited by koolaid; 09-23-2007 at 12:32 PM..
koolaid is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 09-23-2007, 12:32 PM Re: +1 to a value
rogem002's Avatar
PHP Chap

Posts: 843
Name: Mike
Location: United Kingdom
Trades: 0
What your thinking of does work

Though, you can do it without needing to pull stuff from the MySQL, heres how (this is the bit of the MySQL, sorry for missing the 'UPDATE' parts):
Code:
points=points+1
Instead of putting
Code:
points=`'.$points+1.'`
__________________
My Blog/Site:
Please login or register to view this content. Registration is FREE

Last edited by rogem002; 09-23-2007 at 12:35 PM..
rogem002 is offline
Reply With Quote
View Public Profile Visit rogem002's homepage!
 
Old 09-23-2007, 04:00 PM Re: +1 to a value
delighted's Avatar
Super Talker

Posts: 147
Trades: 0
$points++
__________________

Please login or register to view this content. Registration is FREE
- upload and share 500 MB files. No registration.
delighted is offline
Reply With Quote
View Public Profile
 
Old 09-23-2007, 04:33 PM Re: +1 to a value
dansgalaxy's Avatar
Defies a Status

Posts: 6,521
Name: Dan
Location: Swindon
Trades: 0
^^ much simpler..
__________________
Discounted Web Hosting With XDnet!
>> Get 25% of hosting~ Promo: Webmaster-talk <<

Please login or register to view this content. Registration is FREE
dansgalaxy is offline
Reply With Quote
View Public Profile Visit dansgalaxy's homepage!
 
Reply     « Reply to +1 to a value
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.15857 seconds with 12 queries