Jump to content

hyze

New Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by hyze

  1. Hi Ben, Apologize me for the confusing. let me rephrase and hope you get my question I have total of 3 page let say register.php, preview.php and submit.php 1. First, user fill at register form(name,email,address, profile picture) and click submit 2. It then go to preview.php page will the information name, email, address and picture --> all the information is not yet store at database. 3. Let say user want to edit it address hence it click button EDIT and it redirect to page register.php with all previous data at text field. 4. Here is the problem. all data for name, email, address are there at text field but not picture. Question 1. How to call the picture and display it at register.php once user click edit at preview page? 2. I would like also to allow user to delete the picture at edit(register.php). Hope that make sense. Thanks
  2. Hi Ben, Thanks for the very nice tutorial! But I guess I need your idea to enlighten me as I'm still new in PHP Here is my what I did so far - my form(name, email, address, picture) - before send to database, user can preview the form and edit it. - I'm using($_POST instead of session) on the preview page and "onClick='history.go(-1)'" to edit the page. - User able to see(name, email, address) and edit at textfield but for image, it missing( I dont know how to call the image that already upload and show it at Edit form). I want to let use delete or reattach new image on it. Sorry for my english and I hope you understand my problem. Thanks
×
×
  • Create New...