Page 2 of 2

Posted: Wed Sep 13, 2006 1:39 am
by lecram
I am apparently not creating my $newpoints value correctly... any ideas?

Here is what my echo'd results look like

query: (this is partially accurate, being that it added the previous points with the "playedpoints" value)

UPDATE users SET points = '2100' WHERE username = 'test5'

totalpoints: (correct)
5000

newpoints: (array? of course it isnt working!)
Arra

Posted: Wed Sep 13, 2006 11:30 pm
by lecram
i am happy to say that after all the sweat blood and tears... i finally figured it out and it works beautifully!

it only took me 1 week... hahaha

thanks for the help

Posted: Wed Sep 13, 2006 11:32 pm
by RobertGonzalez
You can now say that you have gotten farther than a lot of other developers. Congrats. Glad you got it working.

Posted: Thu Sep 14, 2006 12:09 am
by lecram
I was shocked at how difficult this all was... I really appreciate all the help I got from you guys. The little hints you threw in each post were extremely helpful!

Posted: Thu Sep 14, 2006 8:30 am
by RobertGonzalez
lecram wrote:I was shocked at how difficult this all was...
It will get easier. Trust me. And you are welcome.

Posted: Fri Sep 15, 2006 11:28 am
by n00b Saibot
lecram wrote:i am happy to say that after all the sweat blood and tears... i finally figured it out and it works beautifully!

it only took me 1 week... hahaha

thanks for the help
These are the experiences that will help your in making things easier further up and making you a pro :)

Posted: Fri Sep 15, 2006 8:25 pm
by lecram
i believe it! i really feel as if i just progressed to the next step. everything i have been doing now seems like cake and i have been able to address and problem sove issues that arise... its a great feeling of accomplishment. i had to learn a lot in order to make this code work but now i can apply it all on a daily basis.