Ocena wątku:
  • 0 głosów - średnia: 0
  • 1
  • 2
  • 3
  • 4
  • 5
Lubię stronę
#1
Osoby , które interesują się daną tematyką , na pewno będą chciały dodać stronę do ulubionych . System pozwala na rejestrację nie tylko osobom , ale także firmom , które tworzą witryny na dany temat . Tabela fb_likeit będzie zawierała pola : identyfikator rekordu , identyfikator użytkownika oraz identyfikator strony .

Tabela lubię to

Kod PHP:
<?php 
create table
`fb_likeit` (
`
likeit_id` int(11) not null auto_increment,
`
likeit_user_id` int(11) not null,
`
likeit_friend_id` int(11) not null,
primary key (`likeit_id`)
)
engine=myisam default charset=utf8 collate=utf8_unicode_ci auto_increment=1 ;
Odpowiedz


Skocz do:


Użytkownicy przeglądający ten wątek: 1 gości