Got stuck while trying to post am input value
LEt me try to explain it
i've got my login page(index.php) where u input an ID('cust_id') and a password(name='pass') [form method='post' and action='front_login.php']. On submit, these input data is send to a front_login.php page for validation purposes n md5 encryption and this data is checked against the contents of my database.
Once access is granted, the user is redirected to main.php.
My question is HOW can i display on main.php " WELCOME user 'ID'"
I mean i already put action= 'front_login' how can i post the cust_id to main.php?
Hope i get an answer,
thanking you in advance