Hey guys. I'm trying to call a field from a SQL table. It seems to work on a user page but not on the main page where the main table is. Anyone can help me sort this out real quick? Let me know and I will PM you with details. Thanks.
Share table structure and query with us to help you sort out the issue. If query is perfect, then problem might be in code, in that case post code snippet as well.
maybe on a user page..you only do 1 query........but on the main page ..you do 2 queries(or more).......then the 2nd overwrite the 1st....if you use the same var....