![]() |
SQL Query Read
Hello. I am trying to make this script work, but for some reason it is not. I am trying to read from the DB to find a users customprofilepic filename. So far it's not working to well. Ideas?
Code:
$db->query_read("SELECT filename FROM " . TABLE_PREFIX . "customprofilepic WHERE userid='".$row[0]."'"); |
Well firstly you dont need to quote numeric variables.
Secondly you dont tell us about the nature of the not working. Thirdly, and I will take a completely blind stab, are you using fetch_rows after the read_query? |
Quote:
|
Code:
$userid = (int) $row[0]; |
All times are GMT. The time now is 02:41 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|