Run ❯
Get your
own PHP
server
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
and
tags ini_set('url_rewriter.tags','a=href,form='); // Add a variable output_add_rewrite_var('var', 'value'); // Output a link and a form echo '
This link\'s URL will have a variable
'; echo '
'; echo '
This form will have a hidden input
'; echo '
'; echo '
'; ?>
This link's URL will have a variable
This form will have a hidden input