By dattaraj on
i want to enter marks of students and want to display it using cck field...
i hv three fields Name_of_student , college_name , Std , Marks ....... i hv put this field in one group
and displayed as tabs using cck field group tabs.........
but three fields in that group are displayed one below other .........
i want to display it in one line........ and also i want to enter marks of many student....... how to do it
plz help
Comments
http://www.java2s.com/Code/Ja
http://www.java2s.com/Code/JavaScript/GUI-Components/PopupCalendarforate...
http://www.javascript-coder.com/html-form/javascript-form-validation.pht...
http://www.wellho.net/solutions/php-example-php-form-image-upload-store-...
$sys_date1= date("Y-m-d");
$dob1=trim($_REQUEST['popup_container1']);
if($dob1!=""){
list($d, $m, $y) = explode('/', $dob1);
$mk=mktime(0, 0, 0, $m, $d, $y); $from=strftime('%Y-%m-%d',$mk);
$datee=date('F Y',$mk);}
global $link;
if($_FILES['file']['size'] <= 5000000)$link=mysql_connect ("$servername","$dbuser","$dbpassword");
if(!$link){die("Could not connect to MySQL");}
mysql_select_db("$dbname",$link) or die ("could not open db".mysql_error());
{ move_uploaded_file($_FILES['file']['tmp_name'],"image/".$_FILES['file']['name']);
echo "uploaded file successfully";
}else
{echo "error";}
session_start(); session_register("register"); $id = session_id(); $_SESSION['user']=$username;
$url = "Location: main_others.php"; header($url); exit;
session_start(); //yes, you still have to start the session
session_unset();session_destroy();$url = "Location: /";header ($url);
collapsible menu
http://www.howtocreate.co.uk/tutorials/jsexamples/listCollapseExample.html
http://www.dynamicdrive.com/dynamicindex1/switchmenu.htm