Looks like I can work with that (was not to sure on the format, problem being a hack at programming :)
Thanks for the quick response. One minor question, should I not be able to place the variable information at the top of the php file I have already? If so what would the correct POST url look like?
Joel
Main Topics
Browse All Topics





by: andoneknightPosted on 2009-09-23 at 10:47:33ID: 25405852
$chanPost = mysqli_real_escape_string( $_POST['ch annel']); $_POST['da te']); $_POST['ti me']);
$datePost = mysqli_real_escape_string(
$timePost = mysqli_real_escape_string(
$sql = "SELECT * FROM logs WHERE channel = '$chanPost' AND date = '$datePost' AND time = '$timePost'";
This should suffice for your question