Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~767 People Reached
Favorite Forums
Favorite Tags
Member Avatar for ShArKsss

OK, so I have to concatenate string and value from variables. It goes correct until variables come into play... What am I doing wrong? The error I get is Expression Expected... toHash = "Hello" toHash &= "randomVALUEBGCOLOR=#FFFFFFrandomVALUEBRAND=VISArandomVALUEBUTTONBGCOLOR=#9BCC83randomVALUEBUTTONTXTCOLOR=#000000randomVALUECANCELURL=SOMErandomSITE/betaling4.aspxrandomVALUECATALOGURL=SOMErandomSITErandomVALUECN=" toHash &= Session('fac_cntnaam_tsv') & " " & Session('fac_cntnaam') & Session('bdr_fac_cntnaam_tsv') & " " …

Member Avatar for JorgeM
0
119
Member Avatar for sleign

I'm not really sure what's going on. I've looked all over the internet and have been stuck on this issue for days. It seems as though few have run into this problem and those that have - have no suggestions or even any replies. CKEditor's help forum has nothing on …

Member Avatar for sleign
0
332
Member Avatar for ShArKsss

Okay, So I want an array to get userinformation by the username that is provided. But in the other tables, it only has a ID field to link with... [CODE]$sql = "mos_users.id as userid, block, username, email, lastvisitDate, firstname, lastname, avatar, cb_age, userip FROM mos_users, mos_comprofiler, mos_comprofiler_plug_iplog WHERE mos_users.username = …

Member Avatar for ShArKsss
0
167
Member Avatar for ShArKsss

Okay, so I have 2 tables, mos_users & mos_tempban . mos_tempban contains 2 columns: ID & lastvisitdate (last one is not so relevant) mos_users contains 13 columns, only 2 importent: ID & block What I am trying to do is: I want to set Block = '1' in mos_users where …

Member Avatar for ShArKsss
0
149