message: Don't forget to explicitly call the close() method at the end of your script. This can be a life saver if you have heavy traffic and frequent queries
method: close()
close all
1.
SELECT
SQL_CALC_FOUND_ROWS news_titolo, news_file, news_data, news_autore,
SUBSTRING(news_testo, 1, 500) as testo,
cat_namen, newss_link
FROM
News JOIN Category ON news_cat_id = cat_id JOIN
NewsSource oN newss_id = news_id
WHERE
news_site_id = 1
AND cat_id =
LIMIT
30
MySQL error message: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'LIMIT 30' at line 9
Backtrace
function: query
file: /home/businfi1/public_html/rss/index.php
line: 62
close all
1.
SELECT
SQL_CALC_FOUND_ROWS
site_id, site_name, site_link, site_keywords, site_description, site_lang,
site_title, site_google_analytics, site_google_verify
FROM
Sites_Name
WHERE
site_link = 'www.businesstopnews.net'
execution time: 0.000235080718994 seconds
returned rows: 1 ««
show
| explain
Backtrace Full trace
function: query
file: /home/businfi1/public_html/include/sotto_inclusioni/constancts.inc.php
line: 24
close all
message: Don't forget to explicitly call the close() method at the end of your script. This can be a life saver if you have heavy traffic and frequent queries
method: close()
close all
watch: 0
$_FILES
Array
(
)
$_GET
Array
(
[cartella] => category
[tipo] => e-commerce-
[-payment-processing] =>
[formato] => rss2.0
)
$_POST
Array
(
)
$_SERVER
Array
(
[DOCUMENT_ROOT] => /home/businfi1/public_html
[GATEWAY_INTERFACE] => CGI/1.1
[HTTP_ACCEPT] => Accept: application/xhtml+xml,text/html;q=0.9,text/plain;
[HTTP_ACCEPT_CHARSET] => ISO-8859-1,utf-8;q=0.7,*;q=0.7
[HTTP_ACCEPT_ENCODING] => gzip
[HTTP_ACCEPT_LANGUAGE] => en-us,en;q=0.5
[HTTP_CACHE_CONTROL] => no-cache
[HTTP_CONNECTION] => close
[HTTP_HOST] => www.businesstopnews.net
[HTTP_PRAGMA] => no-cache
[HTTP_USER_AGENT] => CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
[PATH] => /bin:/usr/bin
[QUERY_STRING] => cartella=category&tipo=e-commerce-&-payment-processing&formato=rss2.0
[REDIRECT_QUERY_STRING] => cartella=category&tipo=e-commerce-&-payment-processing&formato=rss2.0
[REDIRECT_STATUS] => 200
[REDIRECT_URL] => /rss/category/e-commerce-&-payment-processing/rss2.0
[REMOTE_ADDR] => 38.103.63.17
[REMOTE_PORT] => 34038
[REQUEST_METHOD] => GET
[REQUEST_URI] => /rss/category/e-commerce-&-payment-processing/rss2.0
[SCRIPT_FILENAME] => /home/businfi1/public_html/rss/index.php
[SCRIPT_NAME] => /rss/index.php
[SERVER_ADDR] => 69.89.31.64
[SERVER_ADMIN] => webmaster@businesstopnews.net
[SERVER_NAME] => www.businesstopnews.net
[SERVER_PORT] => 80
[SERVER_PROTOCOL] => HTTP/1.1
[SERVER_SIGNATURE] => Apache/2.2.8 (Unix) mod_ssl/2.2.8 OpenSSL/0.9.8g DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at www.businesstopnews.net Port 80
[SERVER_SOFTWARE] => Apache/2.2.8 (Unix) mod_ssl/2.2.8 OpenSSL/0.9.8g DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
[PHP_SELF] => /rss/index.php
[REQUEST_TIME] => 1215316548
[argv] => Array
(
[0] => cartella=category&tipo=e-commerce-&-payment-processing&formato=rss2.0
)
[argc] => 1
)
$_SESSION