View Single Post
  #7 (permalink)  
Old 23-10-2004, 01:12 AM
Gemp-X's Avatar
Gemp-X Gemp-X is offline
Novice Webmaster
 
Join Date: Apr 2002
Location: kuantan, pahang
Posts: 58
Rep Power: 82
Gemp-X is on a distinguished road
Send a message via Yahoo to Gemp-X
cara yang boleh dilakukan, sekiranya register global on,kalo kita malas nak buat
PHP Code:
$nama=$_POST['nama'];
$email=$_POST['email']; 
kita boleh guna "variable variable"
letak kod ni kat ataaas skali..
PHP Code:
foreach ($_POST as $key => $value){
$
$key $value;

__________________
http://sidik.org/
Reply With Quote