[eluser]Salim[/eluser]
Thanks xwero.
It works quite perfectly !!
The posted select data now appears after validation, but the selected data appears as well in the top of my view (html file) ...??
This is strange ...!??
Here is the code source of the page:
Code:
050505050505050505<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link type="text/css" rel="stylesheet" href="http://127.0.0.1/Training CodeIgniter/css/style.css" />
<title>Registration page - Step3</title>
</head>
<body>
I have selected the value '05' in my select list.
I don't put this variable in the beggining of my view file .. and it appears in the html code !!::;???
Do you know why I got this ??