can you tell me how to make like in asp (usually i work with asp), if i want to go to another page i use redirect statement, but i dont know how in php?
please help me once again
i use ms access for my database, i use like this :
$A = $PATH_TRANSLATED;
$B = strrev ($A);
$C = strstr ($B ,'\');
$D = strrev ($C);
$dbc = new COM("ADODB.Connection");
$connstr = "DRIVER={Microsoft Access Driver (*.mdb)};";
$connstr .= "DBQ=".$D."log.mdb;uid=;pwd=;";
$dbc->open($connstr);
$dbc->close();
do you have any suggestion for make it more simple. and every time i write $d=$rs->recordcount(); its return -1. why..?
please help me.. i new in php. if you can please send to my mail, please..