Connect with 1,267,667 developers, IT pros, digital marketers, and tech enthusiasts.

Be a part of our friendly, industry-focused community of professionals meeting, networking, learning, and sharing knowledge via articles, Q&As, discussion forums, and realtime chats.

Web Development
Member Avatar for diafol
diafol

Hi All, thought I'd pass on a (very) simple password class which is built on the new password_hash() and password_verify() functions. You will need php 5.5.0+ in order to get …

php
Web Development
Member Avatar for diafol
diafol

Hi All,

Been a bit bored, so went at it to create a class from some long procedural stuff I found littered in various guises all over the web. The …

Member Avatar for Violet_82 Web Development
Violet_82

Hello guys, I wonder if anybody could clarify this for me. I've created a new website (File > New > Web site) and as we all know I now have …

Web Development
softwaredeven
php

hello guys ... i have a problem regarding on this error
1. Undefined index: d1 in C:\xampp\htdocs\final year project 2\collection.php on line 104
2. Undefined index: d1 in …

php
Member Avatar for mxwarning Software Development
mxwarning

Hello Again,

I am in need of some help getting my GUI to display the inventory values. The code runs and compiles successfully, but it does not display anything. I …

Member Avatar for myfit Web Development
myfit

Hello everyone, I have a comment system using PHP and ajax, but it only have and function add, now I want to have a function edit comment and delete comment, …

php
Member Avatar for Mr.M Software Development
Mr.M

Hi DW

I have a Canon MP250 printer which can scan, copy, and print. I want to create my own ScanGear of a direct program to instruct the printer to …

Member Avatar for anand01 Software Development
anand01

Hi all ,

Good Day!

I am having confusion in storing null values in hashmap and passing null in println method.

1) When I add null value in hash map …

Member Avatar for Violet_82 Web Development
Violet_82

Hi all, I just came across something odd.
I'm just building a simple form, like this in visual studio

<div class="control-group">
            <label class="control-label" for="rent">Rent</label>
            <div class="controls">
                <asp:RadioButton ID="rent" runat="server" …
Member Avatar for Dudestreet Software Development
Dudestreet

Hi Team,

I was wondering if I am the only one who is not able to do it or what.
Well, as the title suggests, I would like to …

Software Development
Sheryl99

I'm trying to create my own Database and Tables in SQL Server 2005 using VB.NET 2005. I get an error when I try ExecuteNonQuery, which says that the connection is …

bjarne2.jpg Software Development
jeffcogswell

bjarne2.jpg Almost every programmer knows his name. He's a living legend in computers. His name is Bjarne Stroustrup, and he created the world's most popular programming …

c++
Member Avatar for Ghost Software Development
Ghost

Hi Everone,

How do I remotely access my computer - I want to be able to control the mouse and keyboard and view the screen in real time. I …

Member Avatar for Narue Software Development
Narue

Just for fun, I wrote up a quick tutorial for basic assembly. At present, it's only in the form of a PDF document, but I'll eventually get around to adding …

Member Avatar for ~s.o.s~ Software Development
~s.o.s~

Hello to all programmers out there. Considering the growing request for practice problems by the beginners, we ( Me, Joey, Niek, Aaron..) have decided to start a sticky which will …

c++
Software Development
rizrash

Hey friends i am so excited to join this forum !!
its been 3 month since i`ve been learning turbo C !!
Now i`ve started lerning and making …

c
Software Development
genie_ps

Hi, I am a new member in this site. I am also just learning VB6. I made some progress in programming a report generator for my farm. However, after having …

Member Avatar for ~s.o.s~ Software Development
~s.o.s~

Please don't post "spam" or "Thank you" posts in this thread since this is meant to be used as a guide for all beginners and I am sure we would …

Web Development
bimaljr

Hi
I have a running website which is based on ASP.NET
Now I want to convert the full webiste in PHP.

The current website is based on …

php
Member Avatar for vegaseat Software Development
vegaseat

This 'sticky' thread is for working examples of Python GUI code. Note that most wxPython examples have their own thread.

Please use comments in your code to help the reader.

Software Development
crazyhorse09

I searched, but have no clue what to do. I have a small picturebox(34x34 pixels) and want to have a transparent label(maybe 12x12 or 15x15 pixels) in the corner of …

Databases
niranjanjee

SQL Insert India 'State'

prev.png Software Development
William Hemsworth

Quite a while ago, I made this snippet. This code is basically the same, except that it adds animation.

This method of blitting is very fast assuming you …

Digital Marketing
RoseMary3

I read a vary in-trusting news that facebook is launching Social Search Engine and Google is launching Social Networking site . so who will kill who? in this war. what …

Member Avatar for Majestics Networking
Majestics

I want to prevent my router from hard reset.... My friend often press the hard reset button to tease me.... Is there any way...................

gui
Software Development
Member Avatar for keval_hack
keval_hack

Interesting tricky program using C & C++:

Program 1:
Create a Program which produce output "Hello World" , the program must not contains semicolon ; in other …

c c++
Software Development
hkdani

Wouldn't it be nice to have a sizable command button in VB6? Face it. In the hidden recesses of your mind you have always wanted to be able to resize …

Web Development
sowmya.murthy

I want to validate an email validation of type 'abc@xyz.com.com'
Should show an error message if they enter invalid domain name.
Would be very grateful for your help.

Member Avatar for meLiel Software Development
meLiel

hi programming masters! i need your help..how can i SEARCH a record in a database and display the results?? example: if i type an ID number or a name on …

Member Avatar for mike_2000_17 Software Development
mike_2000_17
Introduction

A recurring problem many newcomers face when tackling C++ is the compilation process, from sources to binaries. This tutorial will detail that process. It will be especially useful for …

c++
Software Development
y0yie_333

i now can save a fingerprint template from database using this code..

Dim fingerprintData As MemoryStream = New MemoryStream
        Template.Serialize(fingerprintData)
        fingerprintData.Position = 0
        Dim br As BinaryReader = New …
Member Avatar for rjony321 Web Development
rjony321

Dear,

I need help, how to import my Excel file into Mysql Database. I can successfully upload excel file but its not correctly formated uploaded or imported. please check this …

Member Avatar for mattster UI / UX Design
mattster
Introduction

Ever since the dawn of programming, we have had the luxury of variables, OOP, functions and other lovely tools within our languages.

CSS is arguably the easiest language to …

Software Development
renzlo

Hi, All,

I am instructed to develop a console application which monitors a process. It is now done but the problem is when I'm running it the CPU usage increases …

Software Development
Alxprog

In my Windows Forms c# project I try to connect to an already existing ms sql database file
(added binding Source on the form, then : bindingSource -> properties …

Member Avatar for AmritaHasan11 Microsoft Windows
AmritaHasan11

Do you anybody know when the full version of Windows 10 will arrived

Web Development
AntonyRayan

How to read an excel file in php?

This is my index page:::

<html>
<head>
</head>
<body>
<form method="post" action="save_category.php" enctype="multipart/form-data">

                <label >Import File<span class="mandatory">*</span></label>

                <input type="radio"  name="file" value="1" checked>Excel …
php
Hardware and Software
RobertHDD

What will you do for microsofts windows 10 beta help to change the future of windows what changes do you want to make it better?
POST YOUR ANSWERS HERE.

Software Development
Solution Hall

Hi !
I am working in a project using vb.net 2010 with SAP Crystal Reports.
Regarding the Reports everything is fine but i had an unusual problem.

Software Development
PM312

I have below code to print richtextbox text. My textbox contains Regular and bold text but below code print either bold or reguler text. How can i print text as …

Web Development
fabzster

Hi

I have a php file with html forms and variables in php.

I generate a policy document that is displayed in the web page and is then created in …

Software Development
Satyam_1

I have developed an application in vb.net with MS access. In a form I have a Datagridview and I retrieve the data by databindingsource.
I am copying the data …

Web Development
cool_irfan

Hi friends, I'm developing the online exam application and strucked. below is my code to display the records randomly each time, but the problem is these questions are repeating and …

php
Member Avatar for vegaseat Software Development
vegaseat

Just wondering.
Exploring Google's Go language, a modern day C with the Google in it.

Web Development
stokie-rich

Hi Guys hope that you are all well.

I have statred to use the bootstrap framework to create my website, I have got all of my pages working and linking …

Software Development
jez9

i want to print my receipt in A4 size, but the problem is when i tried to print preview the form that need to be print , it occupy the …

Web Development
terryds

What does PDO::query actually do ?
Does it query the SQL ?
If it queries the SQL, I think the data must be in the PDOStatement object as …

Web Development
spud91

Hi Guys!
I have the following code:

<?php
session_start();
include_once("config.php");
?>
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>View shopping cart</title>
<link href="style/style.css" rel="stylesheet" type="text/css"></head>
<body>


<br> …
Software Development
joshuawilson11

Hi,so I am supposed to encrypt a text file chosen by a user at the moment I have completed most of it (offset factor/shift), I have got each separate character …

Software Development
Mamed

Hello , I've been trying to figure out this code and determine what's causing the miscalculation on it.
Everything seems right for calculation , I don't get why there …

c++