7,713 Topics
![]() | |
I am trying to get the last inserted id to be displayed in alert box. Can anyone help me out. I can echo it out but I want to display the ID in alert box and redirect once the user clicks ok. Thank you so much. I am a new … | |
Is there anyone with the knowledge on how to Show online users with php?? i have seen in many sites,now i need someone who can explain to do it. (if there are users who are online to be displayed) Please explain how to get started)))) | |
Hi friends. Please tell me how to display a image file on the screen in C? If u r kind to me, send the code snippet. | |
Hello, I'm a not a programmer at all and when I tried to build a LibraryBox for my school I didn't know it was a discontinued project. So I'm here with my MR3020 version 3 (the one that is not supported anymore by the project...) and I managed with my … | |
Hi dear fellows, I requested from a friend (who sells machines) a PC, to remplace the current and old one I use, he proposed me a second hand PC which characteristics seem quite reasonnable, considering the price (300€ ~ 339.39 USD). My main concern is about he GPU, it's a … | |
I have a table in and MSSQL DB that list period and week start dates for any date in a financial year but the page is only display the week numbers and period number none of the dates does any body have any ideas please. <?php $serverName = 'DESKTOP-R7RU80H\SQLEXPRESS'; $connectionInfo=array('Database'=>'WebPortal', … | |
Hello guys.I have a problem with my pc.It actually works good but after about 4-5 days when i restart it he won't boot up and shows me message on the monitor no video input check for cables.Then i have to shut it down and when i boot up pc works … | |
Hi, my pc has suddenly shuted down , and won't power on again.I tried some of the solutions but didn't worked...Please help me !!! (Sorry for the writing,im from anothe country) | |
![]() | section .text global _start: _start: mov esi, array ; get pointer to array mov edi, arraylen ; edi = number of array elements loop: mov edx, 2 ; print 2 bytes mov ecx, [esi] ; get current array element add ecx,48 push ecx ; push to stack since we need … |
guys! Im new in PHP and im developing a small website wherein there's many images on the page and when i click one of the image it must be shown into another page with full details.. but the problem when i click one of the image it shown's nothing! I … | |
![]() | Hi there, I have a Toshiba Equium A300D-16C laptop. It was fine until now... When I press the power button, my laptop turns on but the screen remains black / off. HDD indicator doesn't flash or anything ... ( in case this helps ) I've also tried to remove the … |
My toshiba laptop screen suddenly turned black,but if looking closely you can still barely see what is on the screen, like the screen saver turned it self on, but I restarted my computer many times and it loads up but still no results. I had this problem about 4 months … | |
hey guys can u please help me. My pc turns on, the fans are on and so are the lights. But my monitors says there is no signal. I tried everything, i search on the web for answers but no of them worked like, reseting the cmos (i think i … | |
![]() | Unless I've missed one, I have selected every combination of Sort By and Group By for displaying files and sub folders in a given folder. I cannot seem to get the default display as was in previous versions of Windows That default display was: All sub folders first, in numerical, … |
I am trying to get the usernames of users to appear in the url so that I can use $_GET['username'] to grab the username to create a link to the user's profile which can be viewed by any logged in user. So far I can only the logged in user's … | |
I have a SOny PVM-4300 45" monster monitor and am told I need a tv card to use the screen---I am totally lost as to what to do and hope someone out here can point me in the right direction and/or tell me what I need.....I would appreciate any help..........thanks | |
$query = "SELECT COUNT (*) AS spo FROM NAME_TABEL WHERE BEFORE_OURCE_OBAT = '1' AND ROOM = 'ORCHID' AND MONTH (DATE) = '$ month' "; $row = sqlsrv_query($conn, $query); $data = sqlsrv_fetch_array($row); $spo = $data['spo']; ?> why an error appears after the program is run, please help ? Warning: sqlsrv_fetch_array() expects … | |
Hello everyone! and Seasons greetings! I'm thinking of putting together a new PC and I don't know what type of specs would suit me best. Here's what I usually do with my PC: 1 : To be honest, it's web browsing. But I want to be able to play 4k … | |
How to display error messages and details of error occurred during jQuery AJAX Call | |
What would be a good choice for a graphics card for a HP DC7900 Windows 10 64bit because of the low power supply? Here is the specs..... https://h10057.www1.hp.com/ecomcat/hpcatalog/specs/provisioner/05/KP721AV.htm Any help you can provide would be greatly appreciated. | |
![]() | I don't like the way my Win10 file search results are displayed and I can't find out how to change the settings. I've made changes to the 'Sort by' and 'Group by' options but can't seem to get the results I want. An example: I type a search word in … ![]() |
I was normally using my laptop, closed the lid normally and when I returned to use it I opened the lid half of the screen went white and the other half was multi- colored stripes, then it just went completely white, turned off the laptop and turned it back on … | |
here is the normal rows coming  i want to show the group by product name with the count of store as the below picture  here are mysql query SELECT i.barcode, i.name, u.company_name, COUNT(i.id) AS IQTY, COUNT(U.id) AS UQTY FROM inventory i, USER u | |
Hi there I’m learning vb.net and my main outcome is to be able to find out how to create from scratch custom GUI controls like 7 Segment displays in vb.net mind you and once I have accomplished that to be able to connect the hardware to a serial port like … | |
I have an sql database names SubJobs with a column named Date. The data type is Time(7). I have a datagridview named DataGridView1. I want it to display a time like 04:30 PM. I’ve tried the following command to format the column but it gives me an error saying that … | |
I am using the following code to check the user permission (User Role). This is to check whether the user is logged in or not <?php session_start(); if (!isset($_SESSION["username"])) { echo '<script>window.location.href = "userLogin/?notloggedin=true";</script>'; } ?> This is to check whether is an admin or not <?php session_start(); if ($_SESSION["user_group"] … | |
Pls guys how do i fix my u8799 mother i wrongly placed the ram in it then it sparked now the gpu, keyboard and other components are working but it coming up and the cooling fan is working so please help me out | |
I'm looking for a gaming monitor for my PS4 and Xbox One. My budget is around $200. Any good suggestions? | |
Magento : Using app/design/frontend/default/theme/template/catalog/product/view.phtml how to display my text message on my selected products, workout : <?php $productId = '42150'; $product = Mage::getModel('catalog/product')->load($productId); if( $productId == '42150' ) { echo "Test"; } ?> if i wrong pls correct me. | |
HI All I am displaying 10 questions randomly , if user play quizz multiple times - i want to display updated score of the users's session. demo url is : http://telugumirchi.com/quiz/ **index.php** <?php session_start(); ?> <?php require 'config.php'; ?> <!DOCTYPE html> <html> <head> <title>ABCD COMPANY</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- … | |
course curriculum using php mysql for multiple courses in html and php mysql | |
This code shows how to obtain and display a GIF image from an internet website using the Tkinter GUI toolkit that comes with the Python installation. | |
Hello, I want to buy a new graphic card GTX 1060 6gb which is directx 12 and my motherboard supports up to directx 11. I would like to know if i can used the directx 12 GPU on my directx 11 motherboard | |
pls can iny one help me , i want to display table from database or datagridview to template word for exmlple i have table "items" with 3 champ id_items,name_items,price_items | |
Hello i have a database which users make groups or send messages to other registered, in our project, users. So you have messages as M,users as U, groups as G. So you want to show all updates that happen in these tables WHERE (uid - thats the user id column … | |
I have a form that uploads a news article with it's picture and then stores all the info correctly. I am using codeigniter with Active Record and would like to know how to display the image with the post it was uploaded with. here is my upload script: public function … | |
Sir can you please send me an example to upload an image to the server (with user defined file name and display message if name exist) at specific folder "images" and save its path to the mysql database. And again display the images uploaded on the server folder by using … | |
Hello everyone : ) i'm working on : [quote]Write a program that takes an input sentence from the user and on next line display the number of capitals letters in the sentence. Note: · User is not allowed to enter a sentence with more than 9 Capital letters. [/quote] what … | |
This code shows how to obtain and display a GIF image from an internet website using the Tkinter GUI toolkit that comes with the Python installation. | |
Sometimes you have long processes and you even want display them up to the millisecond. Here is a way to do it. | |
hiii i need your help, i am web developer (fresher). i want display images from database/folder using ajax in codeignater. i try ur source code not working. | |
Hey lately i have currently been looking for a new cpu cooler considering that i still have the default stock cooler that came with the cpu and/or case... Which isn't really doing its job too well not cooling and extremely loud (doesn't help that the computer is in the hottest … | |
How can i show my website only display on a mobile phone not in pc. Here the sample website 2gud.com,this website content only shows in mobile not in desktop.Is there any plugin in wordpress? | |
How to display cart totals in right side in cart page Here the image link: https://prnt.sc/kys6oj In the above image link the cart page total display in left side i want to show cart totals in right side in cart page | |
Question from codility test Write a function: class Solution { public int solution(int[] A); } that, given an array A of N integers, returns the smallest positive integer (greater than 0) that does not occur in A. For example, given A = [1, 3, 6, 4, 1, 2], the function … | |
Hi there, I want to display images from internal storage into grid view. I have tried this code but i think its for external storage. File file= new File(android.os.Environment.getExternalStorageDirectory(),"image"); Kindly help me I don't have that much experience. Thank you. | |
I am trying to display this SQL query in a table. String query = "SELECT COUNT(`appointmentId`),EXTRACT(MONTH FROM `start`) FROM `appointment` WHERE YEAR(start) = '" + year + "' GROUP BY EXTRACT(MONTH FROM `start`)"; Unfortunately I cannot alter the database. I am trying to list the total appointments per month on … | |
Hey everyone i am just asking for a little bit off help if thats fine how can i make 11 fetch scripts into 1 script please [database ](https://i.imgur.com/BTGQF1P.png) i like to make this menu to display the coins i know you can do it but i dont know how since … | |
Hi, I am currently working on a VB form for a college assignment. I am trying to add quantities from a ListBox and then display the result in a TextBox for a pizza delivery order by using a button. So far, the Listbox shows: pizza type Quantity pizza price Total … | |
I was working on C# windows application as front end and SQL as back end I have display my sql table data in dtatgridview. [B]I want to display the data in textbox whatever row i select in datagridview.[/B] I have write some code but its not showing data in textboxes. … |
The End.