SitePoint Sponsor

User Tag List

Results 1 to 3 of 3

Thread: Confirm Delete solution - chapter 7 - PHP and MySQL Novice to Ninja

Hybrid View

  1. #1
    SitePoint Member
    Join Date
    Dec 2012
    Posts
    1
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Confirm Delete solution - chapter 7 - PHP and MySQL Novice to Ninja

    Dear Kevin,

    Could you post the solution for the "Confirm on Delete" challenge, so I can what I have done is correct.

    Thanks,

    Regards,

    Ronnie

  2. #2
    Grüße aus'm Pott
    SitePoint Award Recipient Pullo's Avatar
    Join Date
    Jun 2007
    Location
    Germany
    Posts
    2,750
    Mentioned
    47 Post(s)
    Tagged
    3 Thread(s)
    Hi Ronnie 2013,

    Welcome to the forums.

    There isn't a hard and fast solution to the exercise, so why don't you post what you have coded and ask for feedback.
    How well do you know your JavaScript from your jQuery?
    Check out SitePoint's latest JavaScript challenge


    My blog

  3. #3
    SitePoint Enthusiast
    Join Date
    Dec 2009
    Location
    Port Harcourt
    Posts
    36
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ronnie 2013, you can use a simple javascript to achieve what you want.
    Use this: <input type="submit" name="action" value="Delete" onclick="return confirm('Delete This User?')" />

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •