- Details
- Written by: Super User
- Category: Programmering
- Hits: 6782
Kom over denne siden om programmering i C#.net:
- Details
- Written by: Super User
- Category: Programmering
- Hits: 3596
Kom over denne siden om Programmering i Visual Basic .NET (VB.NET):
- Details
- Written by: Super User
- Category: Programmering
- Hits: 3744
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: 3869
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: 4634
Read more: Navnekonvensjon for prefixing av komponenter (VisualBasic + C#)
- Details
- Written by: Super User
- Category: Programmering
- Hits: 3544
- Details
- Written by: Super User
- Category: Programmering
- Hits: 4167
- Details
- Written by: Super User
- Category: Programmering
- Hits: 3835
- Details
- Written by: Super User
- Category: Programmering
- Hits: 4197
- Details
- Written by: Super User
- Category: Programmering
- Hits: 3878