23.06.2014, 04:47
(
Последний раз редактировалось leo9; 23.06.2014 в 08:02.
)
I wanna make a script with shows the shop owner from sql now i have the first shop
i wanna to get the shop1name text from table shops from row 1 and column called name Like this:
|------
|Column|Type|Null|Default
|------
|id|owner|name|money|sellprice
|1 |guest|Pizza |32137|23123
How get the "pizza" and put it in shop1name ?
Код:
new shop1name[128];
|------
|Column|Type|Null|Default
|------
|id|owner|name|money|sellprice
|1 |guest|Pizza |32137|23123
How get the "pizza" and put it in shop1name ?