PHP Classes

File: req/set_POST_company_variable.php

Recommend this page to a friend!
  Classes of Vaclav Mares   ontoProdukt   req/set_POST_company_variable.php   Download  
File: req/set_POST_company_variable.php
Role: Application script
Content type: text/plain
Description: set_POST_company_variable.php
Class: ontoProdukt
Generate product feeds in XML formats
Author: By
Last change:
Date: 14 years ago
Size: 507 bytes
 

Contents

Class file image Download
<?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'];
?>