- Details
- Written by: Super User
- Category: Programmering
- Hits: 7523
Kom over denne siden om programmering i C#.net:
- Details
- Written by: Super User
- Category: Programmering
- Hits: 4114
Kom over denne siden om Programmering i Visual Basic .NET (VB.NET):
- Details
- Written by: Super User
- Category: Programmering
- Hits: 4227
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: 4251
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: 5041
Read more: Navnekonvensjon for prefixing av komponenter (VisualBasic + C#)
- Details
- Written by: Super User
- Category: Programmering
- Hits: 3931
- Details
- Written by: Super User
- Category: Programmering
- Hits: 4542
- Details
- Written by: Super User
- Category: Programmering
- Hits: 4211
- Details
- Written by: Super User
- Category: Programmering
- Hits: 4687
- Details
- Written by: Super User
- Category: Programmering
- Hits: 4329