Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
robertc_tas
how to input same row in mysql but different pages?
I'm trying to make signup form but on several pages. Page 1 - Title, First Name, Last Name, Email, D.O.B. (DD, MM, YYYY)
Page 2 - address details.
Page 3 - credit card details.
1 AnswerProgramming & Design2 years agomysqli_fetch_assoc. Need help with code.?
<?php
$conn = mysqli_connect("localhost", "root", "", "test");
session_start();
$user_check = $_SESSION['login_user'];
$query = "SELECT title, firstname, lastname, username, password FROM users where username = '$user_check'";
$sql = mysqli_query($conn, $query);
$row = mysqli_fetch_assoc($sql);
$login_session_title = $row['title'];
$login_session_firstname = $row['firstname'];
$login_session_lastname = $row['lastname'];
$login_session_username = $row['username'];
$login_session_password = $row['password'];
?
what do i have to add for parameter to be correct. trying to make a login session
2 AnswersProgramming & Design2 years ago$row = mysqli_fetch_assoc($sql); Get error messages?
I'm making a login session with PHP7.
my session.php is the following:
<?php
$conn = mysqli_connect("localhost", "root", "", "stenzelharwood");
session_start();
$user_check = $_SESSION['login_user'];
$query = "SELECT id, title, firstname, lastname, username, password, from users where username = '$user_check'";
$sql = mysqli_query($conn, $query);
$row = mysqli_fetch_assoc($sql);
$login_session_id = $row['id'];
$login_session_title = $row['title'];
$login_session_firstname = $row['firstname'];
$login_session_lastname = $row['lastname'];
$login_session_username = $row['username'];
$login_session_password = $row['password'];
?>
Keep on getting Warning: mysqli_fetch_assoc() expects parameter 1 to be mysqli_result, boolean given in C:\xampp\htdocs\stenzel&harwood\session.php on line 7
Please help
3 AnswersProgramming & Design2 years agoDancing monster in wheelchair visualazation in windows media player - windows xp media center edition?
I used to have Windows XP media centre edition, but now I got Windows 7, and there used to be an awesome visualization in Windows Media Player of a monster in a wheelchair dancing in the a disco room, with a sign on the wall that says 'Only On Xbox'. I've tried looking all over for it to download for my Windows 7 Media Player (edition 12)
Other - Computers1 decade agoHow to upgrade/downgrade Toshiba A200 2.5 BIOS to a version that has SATA/IDE options?
I got a Toshiba Satellite with no OS on it and I need a BIOS version in which I can change SATA to IDE.
1 AnswerLaptops & Notebooks1 decade agoin java - how do you get a string to abbreivate words in the output?
when a user types in word or sentence the output of that word sentence would be abbreviated.
E.g. 'today is friday' becomes 'tody is frday'
1 AnswerProgramming & Design1 decade agoHow do you create an IPv6 from IPv4 addresses?
I got a horrible task, which I am clueless about.
the addresses are:
10.0.0.0/24
10.0.1.0/24
10.0.2.0/24
10.0.3.0/24
10.0.4.0/24
10.0.6.0/24
10.0.20.0/24
10.0.25.0/24
10.0.30.0/24
10.0.35.0/24
172.16.0.0/24
1 AnswerComputer Networking1 decade agoIGI2 wont let me reinstall 2nd time. It says that I still have the first installation when I dont.?
I deleted the IGI2 files and that manually, and when I do a search for any thing related to IGI2, the computer can't find it. What do I do to override it. I have got the bought cd, and am running Windows Vista. It worked the first time perfectly.
2 AnswersVideo & Online Games1 decade agoWhat is some good free time management software - desktop/webbased?
I need a list of time management software to use for one of my Uni computer classes
2 AnswersSoftware1 decade agoWhat code do I use to embed an flv video into a website?
1 AnswerProgramming & Design1 decade agowhat script code do I use to add users to a server in which their names are in a text file, in a script????
The names are listed like
1 Jill Jones
2 Thomas Brown
3 David Miller
1 AnswerProgramming & Design1 decade agowhat package installers can I use in Ubuntu (Linux)
from the command line in Ubuntu server
3 AnswersSoftware1 decade ago