Search found 1 match
- Mon Mar 14, 2011 2:16 am
- Forum: PHP - Code
- Topic: PHP code with no output returned,please help!
- Replies: 1
- Views: 725
PHP code with no output returned,please help!
<?php mysql_connect ("localhost", "root","") or die ('Error : '.mysql_error()); mysql_select_db("keyword"); $question_text = $_POST['question_text']; list($first_word) = explode(' ', $question_text); $query ="SELECT c.field_name,t.category_name, d.domain_...