Hi,
I'm trying to use the file_exists() function to load an image but get repeated errors. Code is as follows:
// Foto //
if (file_exists("/production/img/retratos/".$row['ID'].".jpg")) { ?>
<img src='/production/img/retratos/<?PHP echo $row['ID'] ?>.jpg"'...
Hi,
BUG 1.
I'm using the following code to validate a group of 4 radio buttons. The validation works but when "submit" is finally entered after all validation a pesky taskbar error displays before the user is taken to the next page. It appears to be syntax related (I think). Any...
Hi,
My formprocessor script uses the file() function to read the text for an autoresponder email. It reads the text no problem but is not parsing the PHP variables contained in the file. How can I do this if I want to include the user name in the external template?
$mailtext2 =...
Hi,
I'm getting an error displayed in the task bar when I click submit in a form (only when submit is clicked). The form processes and redirects as normal, and at such a speed that I'm unable to read the error type that flashes up.
Code I'm using is included below. Can anyone shed any light...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.