Sorry about my grammar my Name is Julio Rodriguez and I am testing chrono connectivity I have for my websit e I have 12 months in a drop down box on a form I want user too select the current month then I want chronocoonnectiovity to only show records from the current logged in user where the month chosen was a static mopnth march for example if the person put mach into the form it will show on the fronnt end I am tried readingthe tutorial wbut with no luck probablyu because of my language barrier (my field name is text_3 (month) and my id is select_7) I tried using where code
Muchas Gracias Julio
<?php
$user =& JFactory::getUser();
echo "WHERE `cf_user_id` = ".$user->id;
?>
WHERE `text_3` LIKE '%March%';
and boBody code created in a wysiwyg editor to make the results nice <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title></title>
</head>
<body>
<table style="text-align: left; height: 25px; width: 758px;"
border="0" cellpadding="2" cellspacing="4">
<tbody>
<tr>
<td
style="font-family: Helvetica,Arial,sans-serif; text-align: left; color: rgb(99, 139, 198); font-weight: bold; background-color: rgb(237, 239, 244); width: 203px;"><span
style="font-weight: normal;"> </span><big
style="font-weight: normal;"> Date:</big> <span
style="color: black; font-weight: normal;">{text_3}
and I am using footer code {pagination}
Thank's for any help I recieve,Muchas Gracias Julio