MySQL Forums
Forum List  »  PHP

Barry Galbraith, here is some additional information
Posted by: Kurt Wayne
Date: March 08, 2012 12:54PM

INSERT INTO `brasilbrazil`.`brasil_newspapers` (`key`, `state`, `city`, `newspaper`, `newspaper_site`, `facebook`, `twitter`) VALUES (NULL, 'Amapá', 'Macapá', 'Aqui Amapá', 'http://www.aquiamapa.com.br';, '', '');

INSERT INTO `brasilbrazil`.`brasil_radio` (`key`, `state`, `city`, `radio`, `radio_site`, `rfacebook`, `rtwitter`) VALUES (NULL, 'Amapá', 'Macapá', 'Amapá FM 93.3', 'http://www.redeamazonica.com.br/radio/amapafm/';, '', '');



Barry,

Above are two SQL Insert statements I just created. Hope this can help. Also, here is how I'd like my data to display:


(TABLE)

(City) (Newspaper site (hyperlinked)) (Facebook site* (hyperlinked)) (Twitter site* (hyperlinked)) (Radio site* (hyperlinked)) (Radio Facebook site* (hyperlinked)) (Radio Twitter site* (hyperlinked))

(/TABLE)

*If site exists

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.