This topic is locked

Looking for Assistance against Payment

8/16/2008 3:13:08 PM
PHPRunner General questions
C
caro author

Hallo

I find some of Your Advises very helpful.I am a Beginner and almost NO PHP Knowledge

I have posted in PHP Forum my Problem:
I use the FORM:

Visit My Website

to colect the Data from Visitors from my Web Site

I have configured After Add event to send me the e-mail with full Data from the Form.

This is the Example what I receive as e-mail:
nobody

to me
show details 20:18 (23 hours ago)
Reply
nome :

cognome :

email :

periodo di lavoro : 1 mesic

italiano : aj - aktivne, fj, nj - pasivne

nazionalita : ceska

anno nascita : 1986

altezza : 170

peso : 65

seno : 92-65-95

mese foto : unor

anno foto : 2008

luogo : Praha

inizio lavoro : 18.8.2008

esperienze di lavoro : ano

cellulare :

telefono :

comento :

approvo le condizioni di lavoro : ano

ID : 4284

Rep
The Problem is the FROM Field-that in e-mail results always as: nobody.

This makes a big confusion at controlling my incoming e-mail box and further in Replaying from my e-mail Client , to Visitors that has supplied the Data using the Form at my Web Site created with PHPRunner(4.2.379).
Can You help me to solve this Problem???

-------------
The other Problem I have also posted on PHP Forum and got not helpfully Answer is the same one many other Users have posted at Forum:
DROPPING THE PASSWORD wail trying to to upload via FTP.

I have 3 Desktops and this Problem appears just at one of them using the same PHPR 4.2.379

Using PHPR 4.2.368 there is no such Problem at no one of 3 Desktops.
I have try ed some of Solutions like un installing and reinstalling the Software or editing register.No Change.
I will be glad to pay You for this and other Intervention I will surly need wail configuring my different Web Sites.Of of them is:
Visit My Website
I will need, for Example,

to Add "Upload Pictures" to the Form You can see there.

  • Make a Custom Viw of Reservations(Prenotazioni)of _Artist


many more Things.
If You might have Time and Interest to help me I will be glad to pay You for Cervice.
Kind Regards,

Danielecar
e-mail: hostessmanagement@gmail.com

Skype: Zuzanada

Home Phone:+39057524747

Mobile Phone +393297008621

J
Jane 8/18/2008

Hi,
to add From address to the email use following code in your event:

...

$headers = "From: webmaster@example.com\r\nReply-To: webmaster@example.com";

mail( $email, $subject, $message, $headers );

...


Regarding the other questions.

Please contact support@xlinesoft.com directly.