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'); echo '
This link (URL) will have a variable
'; ob_flush(); // Remove the variable output_reset_rewrite_vars(); echo '
This link (URL) will not have a variable
'; ?>
This link (URL) will have a variable
This link (URL) will not have a variable