![]() |
|
|
Thread Tools |
|
#1
|
|||
|
|||
|
Newreply.php help
On the forum I help run, I would like to have user groups AND user status based on post counts. So a person might be a member of a group called "Abc Def" and might have 304 posts making them a "Xyz".
------------------------ Username Member of Abc Def Xyz Avatar stuff 304 ------------------------ There is only 1 $usertitle that is shared by groups and post count user status. I tried to add a new value into: $DB_site->query("INSERT INTO post (postid... But I got the error of unknown colume and stuff. Where are they defined? No members have liked this post.
|
|
#2
|
||||
|
||||
|
RogueFrequency, please go to this page and enter your username, to show you are licensed. (you will need to use your customer number and password to access that page)
Thank you.
__________________
Chen Avinadav Formerly vBulletin.org Owner and Founder chen@avinadav.com No members have liked this post.
|
|
#3
|
|||
|
|||
|
I'm not licensed, I HELP run the forum. Does this mean you can't help me?
No members have liked this post.
|
|
#4
|
||||
|
||||
No members have liked this post.
|
|
#5
|
|||
|
|||
|
Alright can you just answer one question until I can get a hold of him and get the license info?
What is the difference in $DB_site->query("INSERT INTO user... and $DB_site->query("UPDATE user... ? No members have liked this post.
|
|
#6
|
||||
|
||||
|
Just like it sounds....
an UPDATE query updates an existing record an INSERT query puts a new record into the DB But then... you get stuff like UPDATE INTO. ![]() No members have liked this post.
|
|
#7
|
|||
|
|||
|
I knew that
What I meant was if I use INSERT on xyz when xyz is already there, then it overrights it or replaces it?BTW, I got in contact with my friend (the license owner) and he said he would put it on the site under my name tonight. No members have liked this post.
|
|
#8
|
||||
|
||||
|
INSERT will never overwrite. It will either insert a new record, or give an error.
No members have liked this post.
|
|
#9
|
|||
|
|||
|
I'm crossing my fingers that the way to get around that isn't extremely complicated, but I won't ask any more questions until I get the licence.
No members have liked this post.
|
![]() |
«
Previous Thread
|
Next Thread
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
| Thread Tools | |
|
|
| New To Site? | Need Help? |
All times are GMT. The time now is 03:35.


What I meant was if I use INSERT on xyz when xyz is already there, then it overrights it or replaces it?
