Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - bigrossco

Pages: [1]
1
Coding / help
« on: April 23, 2007, 04:48:18 am »
I am wanting help to do the following:

I have some PHP and mysql know-how and want to change this code:

        $result = db_query("UPDATE {$db_prefix}members
                            SET shop_Flag = '{$_POST['flag']}'
                            WHERE ID_MEMBER = {$ID_MEMBER}",
                            __FILE__, __LINE__);

to be able to INSERT INTO a table i have made, i know that it would usaly be done as follows:

Code: [Select]
$result = db_query("INSERT INTO {$db_prefix}gifts {(member, gifts) VALUES ($_POST['user'], $_POST['gift'])");
but when i go to the page is shows error:

Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/chatsuk/public_html/forum/Sources/shop/items/Flag.php on line 79

2
Items / REQUEST : Gifts
« on: March 22, 2007, 10:29:31 pm »
Hay!

Must say i love this mod!

but one thing missing, one thing ALL my users want SMFShop to have:

Ability to give gifts to other users

here is how it would work,

you would buy the gift from the store, and then in the users details next to his/her posts below their info/profile aviator it would show small images of their gifts

This mod is availble for other shop's i.e. you can get this for the shop used on VBuiliten

Thanks :)

Pages: [1]