Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
Massage_2000
:
test_outlook_calendar.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php include('test_calendar06.php'); header( 'content-type: text/html; charset=utf-8' ); $prenom = "patrice"; $email = "Patrice.Delpy@onsemi.com"; $jour = "14-11-2017"; $heure = "13H20"; outlook($prenom, $email , $jour, $heure, "courte"); echo "finish"; ?>