<?php session_start(); $_SESSION['session_Query'] = str_replace("\"","'",$_POST['query']); header('Location: index.php?view=Run'); ?>