Hi
In my server valiadation I need to uplaod one table. I wrote the following code:
But it doesn't work. Any help?
In my server valiadation I need to uplaod one table. I wrote the following code:
$nova_passe='123' ;
$username='Grupo1';
$db1 =& JFactory::getDBO();
$query1 = "
UPDATE alunos_brotero_tic set Passe='$nova_passe' WHERE Username='$username'
";
$db1->setQuery($query1);
But it doesn't work. Any help?