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
~772 People Reached
Favorite Forums
Favorite Tags

4 Posted Topics

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
120
Member Avatar for sleign

Did you upload all files required? And did you include the javascript on top to get ckEditor loaded? Are your variables all the same? (caps sensitive) Are you sure your database works fine? (passwords have not changed?) Can you see the error log of the server? This might show you …

Member Avatar for sleign
0
334
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
168
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
150

The End.