salve a tutti, non essendo assolutamente pratico di php mi trovo di fronte ad un grosso problema...devo inviare email dal form contatti del mio sito web...il codice xml che definisce il form è il seguente e va ampliato da un file php richiamato nel pathway e denominato url_send.php che devo creare0
chi mi aiuta??
codice del form:
questo è il codice relativo al configuration_form.xml:

codice del form:
HTML:
<?xml version="1.0" ?>
<form url_config="xml/configuration_form.xml">
<date>
<item returnable_email="true" title="Tua E-mail" type="input" key="e_mail" verification="e_mail"/>
<item subject="true" title="Nome Cognome e Telefono" type="input" key="subject" verification=""/>
<item title="Messaggio" type="textarea" key="comment" verification="not_empty"/>
</date> </form>
questo è il codice relativo al configuration_form.xml:
HTML:
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<!-- BACKGROUND FORM -->
<BACKGROUND_COLOR>0x000000,0</BACKGROUND_COLOR>
<!-- color border error -->
<COLOR_BORDER_ERROR>0Xff0000,0</COLOR_BORDER_ERROR>
<!-- color border select -->
<COLOR_BORDER_SELECT>0XA0C02A,0</COLOR_BORDER_SELECT>
<!-- background input text -->
<BACKGROUND_INPUT_TEXT>0x999B99,100</BACKGROUND_INPUT_TEXT>
<!-- background color button send and reset -->
<BUTTON_BCG_COLOR>0x373A36,0</BUTTON_BCG_COLOR>
<!-- pathway php file -->
<URLSEND>php/url_send.php</URLSEND>
<!-- alert send==true -->
<SENDTRUE>e-mail inviata!</SENDTRUE>
<!-- alert send = false -->
<SENDFALSE>Errore invio!</SENDFALSE>
<!-- alert send==progress -->
<SENDPROGRESS>sendProgress</SENDPROGRESS>
<!-- button send -->
<BUTTONSEND>INVIA</BUTTONSEND>
<!-- button reset -->
<BUTTONRESET>CLEAR</BUTTONRESET>
<!-- space y row -->
<SPACEY>14</SPACEY>
<!-- align button R OR L -->
<ALIGNBUTTON>L</ALIGNBUTTON>
<!-- title color -->
<TITLECOLOR>0xFFFFFF</TITLECOLOR>
<!-- input color -->
<INPUTCOLOR>0xFFFFFF</INPUTCOLOR>
<!-- input background -->
<INPUTBACKGRONDCOLOR></INPUTBACKGRONDCOLOR>
<!-- border color input -->
<BORDERCOLOR>0xFFFFFF</BORDERCOLOR>
<!-- error color -->
<ERRORBORDERCOLOR>0xFF0000,0</ERRORBORDERCOLOR>
<!-- alert color -->
<ALERTCOLOR>0xFFFFFF</ALERTCOLOR>
<!-- button text color -->
<BUTTONTEXTCOLOR>0xFFFFFF</BUTTONTEXTCOLOR>
<!-- color background button -->
<BUTTONBACKGROUNDCOLOR></BUTTONBACKGROUNDCOLOR>
<!-- position x -->
<POSITION_X>265</POSITION_X>
<!-- position y -->
<POSITION_Y>75</POSITION_Y>
<!-- your e-mail -->
<SENDTO>info@........................</SENDTO>
<!-- headline e-mail -->
<HEADLINE>e-mail dal sito ...............</HEADLINE>
</configuration>