Results 1 to 10 of 10
Threaded View
-
22nd Aug 2011, 05:56 PM #2Member
first of all you have to get the id of the video using $_GET from the user.
You can do something like this:
$id = $_GET['videoid'];
$sql = "SELECT * FROM table WHERE id={$id}";
$query = mysql_query($sql);
while($result = mysql_fetch_array($query)){
echo $result['id'] . $result['videolink'] . $result['videotitle']
}
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Problem my display data php mysql
By softpk in forum Web Development AreaReplies: 1Last Post: 22nd Apr 2012, 11:42 AM -
How to recover deleted or lost data, file, photo on Mac with Data Recovery software
By Jack20126 in forum General DiscussionReplies: 0Last Post: 20th Dec 2011, 03:37 AM -
[Selling] MYSQL Data for sale. Assorted Hi-traffic forums, ecommerce, investment, media, warez
By felosi in forum Completed TransactionsReplies: 1Last Post: 15th Nov 2011, 05:59 AM -
replacing mysql $link supplied data, a question?
By XSLTel in forum Web Development AreaReplies: 10Last Post: 23rd Jul 2011, 03:14 PM -
Fetching Data from mysql database (Well Commented)!
By litewarez in forum Tutorials and GuidesReplies: 3Last Post: 9th May 2009, 03:36 AM
themaCreator - create posts from...
Version 3.55 released. Open older version (or...