Recent content by Stone Deft

  1. S

    PHP undo unlink() function in localhost?

    I accidentally deleted my files (2 weeks of work) in my localhost using the unlink() function. Is it possible to recover them?
  2. S

    how to add name to php form?

    $success_message='<p> thank you' .$_POST['name'].' Your Feedback has been sent.</p> '; Use the period (.) operator w/c basically means +
Back
Top