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 …
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 …
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 …
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 …
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 …
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, …
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 …
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 …
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" …
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 …
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 …
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 …
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 …
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 …
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 …
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 …
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 …
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 …
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 …
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.
…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 …
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 …
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 …
I want to prevent my router from hard reset.... My friend often press the hard reset button to tease me.... Is there any way...................
Interesting tricky program using C & C++:
Program 1:
Create a Program which produce output "Hello World" , the program must not contains semicolon ; in other …
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 …
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.
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 …
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 …
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 …
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 …
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 …
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 …
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 …
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 …
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.
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.
…
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 …
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 …
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 …
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 …
Just wondering.
Exploring Google's Go language, a modern day C with the Google in it.
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 …
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 …
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 …
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> …
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 …
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 …