- Details
- Written by: Super User
- Category: Programmering
- Hits: 7312
Kom over denne siden om programmering i C#.net:
- Details
- Written by: Super User
- Category: Programmering
- Hits: 3946
Kom over denne siden om Programmering i Visual Basic .NET (VB.NET):
- Details
- Written by: Super User
- Category: Programmering
- Hits: 4058
On this tutorial, you will learn how to INSERT, UPDATE, and DELETE records to Microsoft SQL Server Database. The target audience of this topic are beginners. I will be using my own coding technique which I use in real life experience as a programmer. Before you can start, what you need is an SQL Server installed. Sample sourcecodes used throughout this tutorial series are compatible with either SQL sever versions: SQL 2000, SQL 2005 and SQL 2008.
- Details
- Written by: Super User
- Category: Programmering
- Hits: 4119
For å finne /home directory med php bruk:
<?php
echo '<pre>';
print_r($_SERVER);
echo '</pre>';
?>
For å finne informasjon om php bruk:
<?php phpinfo(); ?>
- Details
- Written by: Super User
- Category: Programmering
- Hits: 4908
Read more: Navnekonvensjon for prefixing av komponenter (VisualBasic + C#)
- Details
- Written by: Super User
- Category: Programmering
- Hits: 3804
- Details
- Written by: Super User
- Category: Programmering
- Hits: 4417
- Details
- Written by: Super User
- Category: Programmering
- Hits: 4085
- Details
- Written by: Super User
- Category: Programmering
- Hits: 4529
- Details
- Written by: Super User
- Category: Programmering
- Hits: 4195