8,966 Posted Topics

Member Avatar for santunu23
Member Avatar for santunu23
0
191
Member Avatar for Aish_14
Member Avatar for Hamza Saleem
Member Avatar for Hamza Saleem
0
85
Member Avatar for sangalangwataaa
Member Avatar for davy_yg

> How to fix the errors? Check if `$_FILES['file']` actually has a value. I am amazed that you still struggle with these types of errors, even after two years.

Member Avatar for rtrethewey
0
191
Member Avatar for blueguy777
Member Avatar for almostbob
0
362
Member Avatar for JohnIV
Member Avatar for veedeoo
0
165
Member Avatar for infoitmanoj

Remote host? Am pretty sure you are not allowed to login with root and without a password. Can you give some more information about what you are trying to do?

Member Avatar for pritaeas
0
74
Member Avatar for ddanbe

http://en.wikipedia.org/wiki/Flatland A funny book on the subject.

Member Avatar for mattster
0
766
Member Avatar for wazz

It's up to you what you do with the errors raised. If you comment or delete them, they will never be triggered. If you are sure they won't happen you can leave them out. If you are not, I'd combine all of them into one case so you can log …

Member Avatar for pritaeas
0
241
Member Avatar for v1shwa

`soap:address` defines the location (URL) of the SOAP service you want to connect to.

Member Avatar for pritaeas
0
149
Member Avatar for james.c.rae
Member Avatar for heidi.dum
Member Avatar for saineshwar

> AutoPostBack="true" That is why you get postbacks. If you disable it, I don't think the OnCheckedChanged will be called. So decide which you need most.

Member Avatar for EddyC27
0
816
Member Avatar for murali2489
Member Avatar for almostbob
0
269
Member Avatar for richard.vannoy.92
Member Avatar for JOSheaIV
0
142
Member Avatar for iConqueror

No, it's not required to have it, but in most cases getting hired is much easier if you have it. HR needs to have some kind of proof that you can do the things you say you can do, whether that's legit or not. (At least in my experience.)

Member Avatar for heidi.dum
1
481
Member Avatar for kamilacbe

Have a look at [MemberwiseClone](http://msdn.microsoft.com/en-us/library/system.object.memberwiseclone(v=vs.110).aspx) method. It is made to create a shallow copy. If this is not what you need, post back with some example code. [Here](http://www.agiledeveloper.com/articles/cloning072002.htm)'s another interesting read on the subject.

Member Avatar for pritaeas
0
163
Member Avatar for Alxprog

Shouldn't you just mount the ISO? Not sure what OS you're running on, but there's always Virtual CloneDrive to help you.

Member Avatar for Alxprog
0
358
Member Avatar for Sizwe_1
Member Avatar for Pravesh_1
Member Avatar for Vincentas

> I have looked at several solutions It would be helpful to list these, so it's obvious what you don't want. What is your client selling?

Member Avatar for vacurect
0
471
Member Avatar for iConqueror

Continued here: http://www.daniweb.com/software-development/csharp/threads/483172/what-are-interfaces-used-for

Member Avatar for pritaeas
0
106
Member Avatar for devianleong
Member Avatar for cgull

[QUOTE=cgull;1698138]Thanks, but yes, this is already solved.[/QUOTE] Will you mark it solved then please (and perhaps include you solution to help others).

Member Avatar for cereal
0
2K
Member Avatar for sudhir dhende
Member Avatar for berserk

> you should never store passwords as plain text If you change the collation of the password column, you can set it to case sensitive. A collation ending in _ci is often default, meaning case insensitive.

Member Avatar for berserk
0
286
Member Avatar for redrobby02
Member Avatar for sokborey.chea
Member Avatar for blueguy777

http://www.daniweb.com/web-development/php/code/462126/pdo-binding-example

Member Avatar for matrixdevuk
0
2K
Member Avatar for mutaharpk
Member Avatar for CimmerianX
0
481
Member Avatar for mexabet
Member Avatar for Pravesh_1
Member Avatar for Pravesh_1
0
226
Member Avatar for blueguy777

Missing colons on ilne 160. If you add error checking, you'd get a more informative message to work with.

Member Avatar for blueguy777
0
328
Member Avatar for malatamil

You don't need the `if` in your logout, as it's always true. In login, remove lines 6-8. That is causing a redirect loop.

Member Avatar for malatamil
0
229
Member Avatar for RonKevinT.Manuela

> did I use the right method to retrieve roleID from my database? Show the code you have for that.

Member Avatar for RonKevinT.Manuela
0
812
Member Avatar for dhani09

Since you post with jQuery instead of the submit button click, `isset($_POST['submitset'])` will always be false because it is not included in your post data.

Member Avatar for dhani09
0
274
Member Avatar for Grisle
Member Avatar for Mya:)

It is still in use, but often enough it is replaced by C#. It's online presence though has been in decline for a long while.

Member Avatar for Matt_13
0
495
Member Avatar for slavica.k
Member Avatar for Nishant80
Member Avatar for asardeen

> it is allowing duplicate values in the DB. Set username to have a unique constraint in your table.

Member Avatar for pritaeas
0
132
Member Avatar for thirsty.soul
Member Avatar for logica.machina
Member Avatar for ITTechnos
Member Avatar for Biohazardes
Member Avatar for Hiroshe
0
190
Member Avatar for gizidda
Member Avatar for marifard
Member Avatar for V3N0M

> if you store the algorithms Since all my projects are in source control, yes, I store them. The hard part is remembering in which project you solved something. > solving it again Don't repeat yourself.

Member Avatar for Hiroshe
0
128
Member Avatar for MasterHacker110
Member Avatar for covert
0
142

The End.