Hello,
ive got this error the time i sended it.
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/httpd/docs/paul_modellenken/components/com_chronocontact/libraries/chronoform.php(258) : eval()'d code on line 4
After sending this error occurs...but still the email form is beeing send.
Would be great if someone has any idea ... and please ask me for more details since i dont know what is all needed for this info.
Thanx in advance ;-)
ive got this error the time i sended it.
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/httpd/docs/paul_modellenken/components/com_chronocontact/libraries/chronoform.php(258) : eval()'d code on line 4
After sending this error occurs...but still the email form is beeing send.
Would be great if someone has any idea ... and please ask me for more details since i dont know what is all needed for this info.
Thanx in advance ;-)
Hi worldwide,
The error is from line 4 of the code in the Server Validation box. What do you have there?
Bob
The error is from line 4 of the code in the Server Validation box. What do you have there?
Bob
Yes i have, i want to check if the pasword is the same ... you know what i mean ?
This is what i have written :
<?php
global $mainframe;
if (JRequest::getVar('text_2')!=JRequest::getVar('text_3'))
returen 'De paswoorden zijn niet gelijk, AUB herhalen!';
?>
This is what i have written :
<?php
global $mainframe;
if (JRequest::getVar('text_2')!=JRequest::getVar('text_3'))
returen 'De paswoorden zijn niet gelijk, AUB herhalen!';
?>
This topic is locked and no more replies can be posted.
