Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
2 Commented Posts

11 Posted Topics

Member Avatar for subhra44

This should work: First Question: [code=php] include('connection.php'); $sql1="SELECT * FROM question_master limit 1"; $result=mysql_query($sql1); while($row = mysql_fetch_array($result)) { echo $row['Question']; }[/code] 2nd Question: [code=php] include('connection.php'); $sql1="SELECT * FROM question_master LIMIT 1 OFFSET 1"; $result=mysql_query($sql1); while($row = mysql_fetch_array($result)) { echo $row['Question']; }[/code] Third Question: [code=php] include('connection.php'); $sql1="SELECT * FROM question_master LIMIT …

Member Avatar for akshay_12
0
5K
Member Avatar for steven447

I have recently bought a Galaxy S3 with icecream sandwich. One of the futeres I like is the social networks integration with the contacts app. I can now see status updates from facebook, hyves,Google+ and whatsapp. I want to be able to see my twitter contacts in ics to. How …

0
142
Member Avatar for steven447

I use a parser called jsoup to parse html amd store it in a mysql database. The parser reads the files with an input stream. The problam is that some class en id atributes are given with class="". The parser cant find those atributes and returns a blank string. I …

Member Avatar for Shinedevil
0
171
Member Avatar for steven447

Hello, I have a website that uses Smarty. When I try `$oSmart->display("header.html");` I get a blank page without warnings and errors. I'v proven with `var_dump()` that the smarty object is succesfully created. I know to that the page is enterily rendered by using: echo "start"; //Smarty Stuff echo "end"; Also …

Member Avatar for steven447
0
775
Member Avatar for steven447

I've bought a new laptop a few days ago. I repled the standard hardrive with an ssd and intalled windows 7 home premium 64 bit. Everything works fine. There is one problem: when you press the volume keys the volume goes down. But I want like most computers with oem …

Member Avatar for caperjack
0
214
Member Avatar for djm123
Member Avatar for extemer

With this software, you can easy and quick make tables and databases. [url]http://www.adminer.org/[/url]

Member Avatar for debasisdas
0
111
Member Avatar for steven447

I got an usb network adapter, but can only find a driver for xp(that not work on windows 7:@). The problem is that I don't now the manufacture is. So what I'm looking for are drivers for windows 7 64 bit. I got some pictures, maybe you know the device. …

Member Avatar for steven447
0
219
Member Avatar for rajeesh_rsn

[url]http://framework.zend.com/[/url] [url]http://framework.zend.com/about/overview[/url]

Member Avatar for cereal
0
226
Member Avatar for Fulladder
Member Avatar for Member #825775

Maybe your hoster is offering some kind of control panel, where you can set permissions and protected folders

Member Avatar for steven447
0
98

The End.