- Details
- Written by: Super User
- Category: Programmering
- Hits: 6809
Kom over denne siden om programmering i C#.net:
- Details
- Written by: Super User
- Category: Programmering
- Hits: 3605
Kom over denne siden om Programmering i Visual Basic .NET (VB.NET):
- Details
- Written by: Super User
- Category: Programmering
- Hits: 3751
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: 3879
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: 4642
Read more: Navnekonvensjon for prefixing av komponenter (VisualBasic + C#)
- Details
- Written by: Super User
- Category: Programmering
- Hits: 3553
- Details
- Written by: Super User
- Category: Programmering
- Hits: 4176
- Details
- Written by: Super User
- Category: Programmering
- Hits: 3846
- Details
- Written by: Super User
- Category: Programmering
- Hits: 4209
- Details
- Written by: Super User
- Category: Programmering
- Hits: 3890