Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~576 People Reached

4 Posted Topics

Member Avatar for ericko10kip

<?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']; …

Member Avatar for Member #120589
0
109
Member Avatar for ericko10kip

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.

Member Avatar for lolafuertes
0
227
Member Avatar for ericko10kip

Please assist in Formatting the input text to upper and lower cases e.g Start with a capital. Thanks.

Member Avatar for ericko10kip
0
131
Member Avatar for vasim jada

[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 …

Member Avatar for ericko10kip
0
109

The End.