Hi all,
When i click the update button first time , the page can’t load the update.php page, it just load the same page, but when i click the same button second time, it can load , may i know why it doesn’t take any effect first? Please see below codes, thanks.
[php]<?php
$url=’’;
if(isset($_POST[‘update’]))
{$url=‘update.php’;}
?>
Brgds/Brandon Chau