|
Attention: Last reply in this thread was more than 17 Years ago |
|
Thread Tools |
#1
|
|||
|
|||
what sql statement do I use...
In order to capture the userid on a non-vb page given the username?
|
#2
|
||||
|
||||
One possibility...
Code:
Content visible to registered users only.
__________________
Please use the forums for support, feature requests, and similar such things. Support does not include custom code, custom template edits, or third-party modifications. PMs and emails to me should be for private information only, such as login information. If you PM or email me a support question, chances are good that I'll ignore it. Thanks. While the work or play is on, it is a lot of fun if while you are doing one you don't constantly feel that you ought to be doing the other. -- Franklin Pierce Adams |
#3
|
|||
|
|||
thanks, I'm playing around with that.
heres what I used to find the userid Code:
Content visible to registered users only. Code:
Content visible to registered users only. |
#4
|
|||
|
|||
are you sure thet you have the db
are you sure that the data are in? there are many things they can be than is your code not right! with this query you get an array back(if it works) but in your output you use a variable! $name_result['userid'] shout it be but i'm not sure if there are more errors |
|
|