/[projects]/misc/horsensspejder-web/ajax/findantal.php
ViewVC logotype

Annotation of /misc/horsensspejder-web/ajax/findantal.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2125 - (hide annotations) (download)
Wed Mar 12 19:30:05 2014 UTC (10 years, 3 months ago) by torben
File size: 239 byte(s)
initial import
1 torben 2125 <?php
2    
3     require_once( "../inc/mysql.php" );
4     require_once( "ajaxcommon.php" );
5    
6     $enheder = $_GET["enheder"];
7     $individer = $_GET["individer"];
8    
9     $personer = findPersoner($enheder, $individer);
10     $antal = count($personer);
11     echo $antal;
12     exit;
13     ?>

  ViewVC Help
Powered by ViewVC 1.1.20