- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 2
- Posts with Downvotes
- 2
- Downvoting Members
- 2
11 Posted Topics
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 …
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 …
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 …
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 …
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 …
Could you send a screenshot with more info
With this software, you can easy and quick make tables and databases. [url]http://www.adminer.org/[/url]
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. …
[url]http://framework.zend.com/[/url] [url]http://framework.zend.com/about/overview[/url]
Maybe your hoster is offering some kind of control panel, where you can set permissions and protected folders
The End.
steven447