...

need a little PHP work done for free?

cragllo
10-05-2004, 10:14 PM
Im starting an internet radio and would like to setup a request system like here www.habbohut.com . My site is http://cragllo.trap17.com/radio/ .

I have a code which i am using for a contact form:

<?
$name = $_REQUEST['name'] ;
$email = $_REQUEST['email'] ;
$subject = $_REQUEST['subject'] ;
$message = $_REQUEST['message'] ;
mail( "name@domain.com", "Feedback Form Site",
$message, "From: $email" );
header( "Location: http://www.domain.com/thankyou.php" );
?>


I would like to change this so that it writes to a text file,

Wich cnn then be read and displayed as a html document with a delete button to delete messages.

Please contact me @ http://cragllo.trap17.com/radio/contact.php

Thank you,
craig.

sir pannels
10-06-2004, 01:58 PM
I would advise putting this in the PHP forum as you are not paying and would get better script help there ;)

cragllo
10-06-2004, 04:21 PM
someone told me to go here, someone is doing it for me anyway...

gsnedders
10-06-2004, 06:41 PM
Posts in this forum must have compensation NOT condensation :D

liorean
10-06-2004, 08:14 PM
This forum is for paid offers. Closing.



EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum