Hi all,
I have a problem and i don't know how to solve it.
I'm using odbc_fecth_array to retrieve some data from my database. (See below)
while($registo=odbc_fetch_array($resultado))
{
$CreatedBy = $registo["CreatedBy"];
$CreationDate = retrieve_data_DB($registo["CreationDate"]);
$AssignTo...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.