 |
 |
 |
 |
 |
| Author |
Message |
hetes

Joined: 17 Apr 2007 Posts: 36 Location: Hungary |
|
Little problem with captcha |
|
I have a little problem with captcha. If i don't fill the 'confirmation code' field correctly, i get the error message twice.
I use this code:
 |  |
<?php include("head.php"); ?>
....
<?php
if ($do == 'search'){
include $cutepath.'/search.php';
}
else {
$number = "20";
$category = '1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,33';
$template = 'temp';
include $cutepath.'/show_news.php';
}
if ($id and $ucat){
echo("<div class=\"message\"><h3>my text here</h3><ul type=\"square\">");
$static['template'] = 'ajanlo';
$static['number'] = 7;
$static['category'] = $ucat;
include $cutepath.'/show_news.php';
echo("</ul></div>");
}
?> |
|
|
| Fri Apr 27, 2007 2:09 pm |
|
 |
Guest
|
|
|
Please login to hide the ads.
|
|
|
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
|
 |
 |
 |
|