The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
CP, calling all php and mysql... 04-08-2007, 12:08 PM
Dismounted Is this using your own... 04-09-2007, 06:16 AM
CP, This is the test data in my... 04-09-2007, 06:28 PM
Adrian Schneider $result = mysql_query("
... 04-09-2007, 07:22 PM
CP, you have a typo i quickly... 04-09-2007, 08:10 PM
Adrian Schneider What is the $member_id value... 04-09-2007, 08:25 PM
CP, look here:... 04-09-2007, 08:31 PM
Adrian Schneider In your query you use... 04-09-2007, 09:15 PM
CP, What do you mean? the value... 04-09-2007, 09:28 PM
Adrian Schneider The PHP variable... if its... 04-09-2007, 09:31 PM
CP, Ohh ok, no its not empty it... 04-09-2007, 10:01 PM
Dismounted Is $member_id populated? Does... 04-10-2007, 04:50 AM
|
#11
|
|||
|
|||
Quote:
$result = mysql_query(" SELECT * FROM contacts WHERE member_id = $member_id ") or die(mysql_error()); $row = mysql_fetch_assoc($result); please check with this: http://www.photo-host.org/img/958319table.jpg did i do it right? $strsql="SELECT email, firstname, surname, address_line1, ". "address_line2, city_county, postcode FROM ". "contacts WHERE id = '$member_id'"; |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|