Warning: is_file() [function.is-file]: open_basedir restriction in effect. File(/usr/bin/python) is not within the allowed path(s): (/home/gigza/:/tmp:/usr/local/lib/php/) in /home/ok/domains/ok.net/public_html/bit/settingsfunctions.php on line 160
Warning: escapeshellarg() has been disabled for security reasons in /home/ok/domains/ok.net/public_html/bit/settingsfunctions.php on line 166
Warning: shell_exec() has been disabled for security reasons in /home/ok/domains/ok.net/public_html/bit/settingsfunctions.php on line 166
Warning: is_file() [function.is-file]: open_basedir restriction in effect. File(/usr/bin/python) is not within the allowed path(s): (/home/gigza/:/tmp:/usr/local/lib/php/) in /home/ok/domains/ok.net/public_html/bit/settingsfunctions.php on line 160
Warning: odbc_exec(): supplied argument is not a valid ODBC-Link resource in D:\AppServ\www\ROY\show_applicant.php on line 77
หมายความว่าอย่างไรค่ะ
<?
include("dbconnect.php");
$sql_applicant = " select
`applicant`.`ID` AS `ID`,
`applicant`.`titlename` AS `titlename`,
`applicant`.`firstname` AS `firstname`,
`applicant`.`lastname` AS `lastname`,
`applicant`.`birth` AS `birth`,
`applicant`.`address` AS `address`,
`applicant`.`email` AS `email`,
`applicant`.`IDcard` AS `IDcard`,
`applicant`.`phone` AS `phone`,
`applicant`.`username` AS `username`,
`course`.`coursename` AS `coursename`
from
(`course` join `applicant` on((`course`.`courseID` = `applicant`.`courseID`))) ";
$query_applicant = odbc_exec($sql_applicant, $connect_db) or die(mysql_error());
$row_applicant = odbc_fetch_row($query_applicant );
$Num_Rows = odbc_num_fields($query_applicant);