No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
<?php $host="localhost"; // Host name $username="root"; // Mysql username $password=""; // Mysql password $db_name="relaxinn"; // Database name $con=mysqli_connect("$host","$username","$password","$db_name"); if (mysqli_connect_errno($con)) { echo "Failed to connect to MySQL: " . mysqli_connect_error(); } //Get number of rows $categories = array(); $sql="SELECT * FROM books "; $result=mysqli_query($con, $sql); while($row=mysqli_fetch_assoc($result)) { $categories[$row['language']][] = $row['code']; …
i am stuckin the printing the listview items.i have already displayed in the listview.i would like to printpreview and also print it. please help people.
Please assist in Formatting the input text to upper and lower cases e.g Start with a capital. Thanks.
[QUOTE=vasim jada;1649055]Login form contain two nos.of textbox anb one no.button How to connect VB.net2008 with MS-Access-2007.[/QUOTE] you add a module to your project then paste the following code.make sure to highlight this default code [B]module module1 End module[/B] and you replace it. [I]Imports System.Data Imports System.Data.OleDb Imports System.Console Imports System.Data.OleDb.OleDbDataReader …
The End.
ericko10kip