<?php
$product_count = $_POST['value'];
$generatedFormat = $_POST['generatedFormat'];
$url_main_page = $_POST['url_main_page'];
$official_name = $_POST['official_name'];
$companyDescription = $_POST['companyDescription'];
$street_address = $_POST['street_address'];
$locality = $_POST['locality'];
$country = $_POST['country'];
$postal_code = $_POST['postal_code'];
$companyEmail = $_POST['companyEmail'];
$businessPartners = $_POST['businessPartners'];
$deliverer = $_POST['deliverer'];
?>
|