Results 1 to 3 of 3

Thread: php cookie won't pass variable to next page

  1. #1
    Join Date
    Jun 2012
    Posts
    1

    php cookie won't pass variable to next page

    echo "<form action='deleteJobs.php' method='post'><button>Delete</button></form></tr>\n";
    this is where i am sending the forum but the cookie from the page of this form doesn't pass to the deleteJobs.php page...

  2. #2
    Join Date
    Jan 2013
    Posts
    1

    RE: php cookie won't pass variable

    Quote Originally Posted by ITdevGirl View Post
    echo "<form action='deleteJobs.php' method='post'><button>Delete</button></form></tr>\n";
    this is where i am sending the forum but the cookie from the page of this form doesn't pass to the deleteJobs.php page...
    Did you find a solution to your question?

  3. #3
    Join Date
    Feb 2016
    Posts
    1
    Quote Originally Posted by RockManFree View Post
    Did you find a solution to your question?
    Quote Originally Posted by ITdevGirl View Post
    echo "<form action='deleteJobs.php' method='post'><button>Delete</button></form></tr>\n";
    this is where i am sending the forum but the cookie from the page of this form doesn't pass to the deleteJobs.php page...
    If either of you figured out how to fix this can you post it here. I want it to pass information from a cookie on to a second page.

Posting Permissions

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