コード例 #1
0
ファイル: index.php プロジェクト: jrathore06/LiranProject
			</div>
		</div>
		<div class="container">
				<div id="input">
						<h1>Update/Add Google Verification Meta Tag</h1>
						<p>Input the URL and meta tag token below and it will update or append to the Google Site Verification Meta tag.</p>
						<form method="post" action="">
							<input id="value" name="site_url_add" type="text" placeholder="Enter URL Here"/>
							<input id="keyword" name="keyword" type="text" placeholder="Enter Keyword Here"/>
							<br/>
							<input id="submitAdd" type="submit" class="submit-btn" name="submitAdd" value="Submit"/>
						</form>
						<p id="output2">
							<?php 
$meta = new Verification();
$meta->updateGoogleVer($_POST['site_url_add'], $_POST['keyword']);
echo "The token has been added";
?>
						</p>
				</div>	
		</div>
		<div class="container">
				<div id="input">
						<h1>Delete Google Verification Meta Tag</h1>
						<p>Input the URL below and the Google Site Verification token will be deleted</p>
						<form id="update" action="index.php">
							<input name="site_url_delete" type="text" placeholder="Enter URL Here"/>
							<br/>
							<input id="submitDelete" type="submit" class="submit-btn" name="submitDelete" value="Submit"/>
						</form>
						<p id="output3">