TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Amit pampaniya
NA
9
21.8k
Warning: mysqli_query() expects at least 2 parameters, 1 giv
Jan 29 2018 3:14 AM
i m geting this error please help me what is solution following is my code
<?php
require_once "connect.php";
$selectd ="select * from query";
$result=mysqli_query($selectd);
echo "<marquee direction='up' onmouseover='javascript:stop();' onmouseout='javascript:start();'>";
while($row=mysqli_fetch_array($result))
{
echo $row[1];
echo "<br><img src='admin/advertisment_images/".$row['image']."' height=400 weight=200> <hr>";
}
echo "</marquee>";
?>
Reply
Answers (
1
)
i want to know how to code forgot password in php mysql
file upload to data base