Contactus > Contactus Form Package / Contactus A09 / Ssconfig.php

Questions? Need Help? Want to share? » PHP Forum
Script Name:
Contactus

Download:
contactus.zip

Category:
Form Processors

Archive Content:

Contactus Form Package

Contactus Form Package > Contactus A01

Contactus Form Package > Contactus A02

Contactus Form Package > Contactus A03

Contactus Form Package > Contactus A04

Contactus Form Package > Contactus A05

Contactus Form Package > Contactus A06

Contactus Form Package > Contactus A07

Contactus Form Package > Contactus A08

Contactus Form Package > Contactus A09

Contactus Form Package > Contactus A10

Contactus Form Package > Contactus A11

Contactus Form Package > Contactus A12

Contactus Form Package > Contactus A13

Contactus Form Package > Contactus A14

Contactus Form Package > Contactus A15

Contactus Form Package > Contactus A16

Contactus Form Package > Contactus A17

Contactus Form Package > Contactus A18

Contactus Form Package > Contactus A19

Contactus Form Package > Contactus A20

Contactus Form Package > Contactus A21

Ssconfig.php:


<?php
// $Id: ssconfig.php, v 1.1 2005/01/12
// ----------------------------------------------------------------------
// Contact Us Script Package
// Copyright (C) 2005 by the Spicescripts Team.
// http://www.spicescripts.com/contactus_script/
// ----------------------------------------------------------------------
//    to        your email,  where the content of the form will be sent
//    contact_us_text    the text that appeares on top of form
//    your_text    comment text
//    sent_message    the message that appears after the message is sent
//    small_text    put your message that will apear with small fonts    
//    contact_page    file name where you want to appear the form
//
// ----------------------------------------------------------------------
//
//    In order to use your contact us form you must modify the followings variables:
//    (just delete the text between "" and put your own settings.
//
//        - $to - to set your email
//        - $contact_page    - to set the returning page after the form is submitted 
//    and the informations are sent. For example,  if the name of the page on your site 
//    that contains the contact us form is called "contact.php" then the setting are:
//            $contact_page="contact.php";
// ----------------------------------------------------------------------


$to="sales <at> spicescripts <dot> com";
$contact_us_text="Contact us form.";
$your_text="Put your own text here.";
$sent_message="Your message has been sent!";
$small_text="(fill in the fields and press submit)";
$contact_page="test.php";
?>


Other Form Processors Scripts:

WebMaster Resources Home

©RingsWorld.com