Run ❯
Get your own PHP server
❯Run Code Ctrl+Alt+R
Change Orientation Ctrl+Alt+O
Change Theme Ctrl+Alt+D
Go to Spaces Ctrl+Alt+P
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