I'm building a site that people can post bible verses and have them comment on the verse. That is functioning correctly as of right now. But what I want is for them to be able to share it with other people via a link.
http://biblev.com/users/viewVerse.php?versid=17
Example here is a link to a verse that I have responded to. You can't see the verse or anything because you're not logged in.
Code: Select all
if(($result) && mysql_num_rows($result) >= 1) {Thanks!