<?xml version="1.0"?>
<CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
	<CodeSnippet Format="1.0.0">
		<Header>
			<Title>Form, with PHP self action</Title>
			<Shortcut>form</Shortcut>
			<SnippetTypes>
				<SnippetType>Expansion</SnippetType>
			</SnippetTypes>
		</Header>
		<Snippet>
			<Declarations>
				<Literal>
					<ID>method</ID>
					<ToolTip>method</ToolTip>
					<Default>method</Default>
				</Literal>
				<Literal>
					<ID>Method</ID>
					<ToolTip>Method - post or get</ToolTip>
					<Default>post</Default>
				</Literal>
			</Declarations>
			<Code Language="HTML"><![CDATA[<form method="$method$" action="<?php echo $_SERVER['PHP_SELF']; ?>">
	$end$
</form>]]></Code>
		</Snippet>
	</CodeSnippet>
</CodeSnippets>