[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
newbie question
Hi,
I've just installed a slapd server and so far things seem to be
running ok with data populated.
However, I ran into a problem when I try to retrieve data from
my directory and edit it. I use OpenLDAP integrated with PHP3
and need to generate a dynamic page which will modify my
entries in the directory using html forms. This is the big
problem, in the following line:
echo "<input size=\"70\" rows=\"1\" type=\"text\" name=\"publicatdescripti
on5\" value=\"" . $info[0]["publicatdescription"][0] . "\">\n";
The value of the array variable in the field
info[0]["publicatdescription"][0] was partially added in quotes.
Because of it, this part in quotes is not viewed in its field of
the form to be edited since the parameter VALUE of the
html form input command requires its contents to be in quotes
too !!, i.e., (VALUE="......").
Does someone could help me with this?
Thank you,
Valdir Santos
Informatica/Instituto de Quimica/UNICAMP/Brasil