Web Guru...
(PHP, JOOMLA, MySql, Jquery, Wordpress, Facebook App Developer)
Tuesday, November 26, 2013
mysql_query is fine but showing mysql_fetch_array() expects parameter 1 to be resource, boolean given in
$query = htmlspecialchars("select * from table");
$query = mysql_real_escape_string($query);
$result=mysql_query($query);
No comments:
Post a Comment
Thank you for your Comment....
Newer Post
Older Post
Home
View mobile version
Subscribe to:
Post Comments (Atom)
Popular Posts
PHP. Variables
Variables are important in every programming language — and it’s no different in PHP. Variables give developers the possibility of temp...
Hide PHP extension in URL using .htaccess
What? Hide the .php extension of your PHP files in the URL of your site address. Instead of: http://www.example.com/page.php Visitors to ...
Top 100 PHP interview questions and answers
Questions : 1 Who is the father of PHP ? Answers : 1 Rasmus Lerdorf is known as the father of PHP. Questions : 2 What is the...
503 error site temporarily unavailable in modx install
Change Db settings here C:\xampp\htdocs\modx\core\xpdo\xpdo.class Line 2920 $this->config['dsn']= $dsn; $this->con...
How to get decrypt password of joomla
<form action="" name="" method="post"> <p><b>user:</b> <input type="text...
Redirection in php or joomla
Redirection is process of forwarding one URL to a different URL. There are three main kinds of redirects online; 301, 302 and meta refres...
Database (DBMS) interview questions and answers
Questions : 1 What is database or database management systems (DBMS)? and - What’s the difference between file and database? Can files...
inline edit form with pagination in php ajax jquery
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script...
How to use append textbox and file browser in Jquery
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Add More Elements...
No comments:
Post a Comment
Thank you for your Comment....