twittoris Posted April 29, 2010 Share Posted April 29, 2010 How do i make a database for this: $query = mysql_query("select url from links where visited != 1); if($query) { while($query = mysql_fetch_array($result)) { $target_url = $query['url']; $userAgent = 'ScraperBot'; Link to comment https://forums.phpfreaks.com/topic/200104-mysql-database-backwards/ Share on other sites More sharing options...
trq Posted April 29, 2010 Share Posted April 29, 2010 Create a new table called links and add the fields url and visited. Link to comment https://forums.phpfreaks.com/topic/200104-mysql-database-backwards/#findComment-1050290 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.