so i can changethis peace of my code:
[php]
<?
$nome=$_GET["nome"]?$_GET["nome"]:"";
if($nome) list($id_cliente,$nif,$morada,$localidade,$distrit o)=query("select id_cliente,nif,morada,localidade,distrito from …
hi there,
just make the bottons and add this action to the botton to open the link in the same window:
on (release) {getURL("index.html");}
if you want that to open in a pop up window just tipe it like thison (release) { getURL("3.…
yes that realy helped me.
i had the idea but can't came up with the code sinse i'm a beguinner in PHP/MySQL you really helped me. thanks once again.
___________________________________________________
Miguel Pinto
lookatitude
hi
i allready have the database setup, with the tables username userpassword name email and usertype.
i have build the form for insert new users, another one to actualize the info of the user and another screen to list and delete users. that was som…