Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Multible variables

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #27633
    asp
    Participant

    Hi

    Is there posible to pass multible php variabels to a sript file.

    I am using one submitbutten, and i don’t want to pass the variables in the url.

    ASP :D

    #69649
    hypnagogue
    Member

    just use hidden form fields.. if that’s what you mean..

    <input type="hidden" name="username" value="<?php echo something here; ?>" />

    #69651
    asp
    Participant

    Thank you, I got it to work :D

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Back End’ is closed to new topics and replies.