Lista firme servicii copii
Lista firmelor care ofera servicii pentru copii
[insert_php] if(isset($_GET[‘serviciu’])) echo ‘Lista firmelor care ofera serviciul de ‘.$_GET[‘serviciu’].’ pentru copii este:’; [/insert_php]
[insert_php] include_once getcwd().”/wp-content/plugins/eu-stiu/functii_p.php”; if(!isset($_GET[‘serviciu’])) show_all_services(); else show_listings_services($_GET[‘serviciu’]); [/insert_php]
