460 Topics

Member Avatar for
Member Avatar for s8498

Hey everyone, I'm new to posting in these forums so sorry if I didn't post my code correctly? I think i did it...hopefully. Anyways, I've been working on this all day but I can't figure it out. (i think i will be having problems with the rest of my assignments …

Member Avatar for UberJoker
0
2K
Member Avatar for abhaymv

Hi, I have this annoying problem in my project program.It simulates a Library.From the data stored in a binary file,the information about books are to be displated as: [U] Sl.no Book code Book Name Author no. of books[/U] 1 ES101 Sherlock.. A.C Doyle 10 2. SF200 Harry Potter J K …

Member Avatar for abhaymv
0
250
Member Avatar for xGxTxEx

i am having trouble displaying my database table...i am new to php and mysql (just started last week)... this is the code iam using: [CODE]<?php //connect mysql_connect("","","") or die(mysql_error()); mysql_select_db("") or die(mysql_error()); //query the db $getnews = mysql_query("SELECT * FROM shows ORDER BY id DESC") or die(mysql_error()); while ($row = …

Member Avatar for xGxTxEx
0
104
Member Avatar for codewalkz

mysql_connect("localhost", "root", "") or die(mysql_error()); mysql_select_db("test") or die(mysql_error()); $root = 1; function display_tree($root) { // retrieve the left and right value of the $root node $result = mysql_query('SELECT lft, rgt FROM tree '. 'WHERE name="'.$root.'";'); $row = mysql_fetch_array($result); // start with an empty $right stack $right = array(); // now, …

Member Avatar for sam023
-1
166
Member Avatar for edotman

Hi guys, I have created a site where users can upload videos(mp4) and images(jpg & gif). The upload script sends the uploaded file to a folder on a remote server, and the filepath is stored in MYSQL. Can any one tell how i go about playing the stored videos or …

Member Avatar for Atli
0
173
Member Avatar for InsightsDigital

I just read a Comscore report stating that the click through rates for display ads have gone down throughout the years. Hence, if this revenue stream is being diminished, will this push companies to start charging members for membership? I remember this was done in the early 2000s and those …

Member Avatar for MktgRob
1
218
Member Avatar for liadmz

Hi All, I'm trying to find a way to display a table to the user using mySQL DB. [better then the DataGrid View] The table should have options to merge cells for related items and to embed buttons in the cells. Thanks for your help.

Member Avatar for liadmz
0
219
Member Avatar for Xlphos

Hello I wonder if anyone can Identify my problem. I left my PC on for about 20 mins and when I came back there was a black screen with a few discoloured pixels left. I rebooted and now nothing comes up at all. My computer starts up and there are …

Member Avatar for Xlphos
-1
180
Member Avatar for GuyClapperton

I've been writing in the UK's Guardian newspaper about the prospects of 3D in the television world. There was some excitement at CES about the new technology (I say 'new', I'd seen demos in 2006 in Paris) and it's apparently going to be the Next Big Thing. Or not. In …

0
175
Member Avatar for newsguy

[URL="http://www.dailytech.com/Apple+Sued+Over+Deceptive+Millions+of+Colors+Advertising/article11348.htm"]The word online[/URL] is that Apple is facing legal action over its claims the MacBook range supports millions of colours. This might actually be true were it not, say the reports, for the small matter of Apple ditching the old 16,777,216 colour supporting 8-bit displays used in MacBooks and replacing …

Member Avatar for jwenting
0
174

The End.