8,966 Posted Topics

Member Avatar for Ιωάννης
Member Avatar for diafol

PHPStorm here. VERY satisfied with it. Been using it since V1, as at the time there wasn't really anything better.

Member Avatar for rsleventhal
0
648
Member Avatar for rpv_sen

> I am facing an issue What's the issue? Am guessing the colons before your parameter names in bindParam...

Member Avatar for diafol
0
299
Member Avatar for UK-1991

Shouldn't you be querying for only the user that is trying to login, instead of getting all users? Similar to [this question](https://www.daniweb.com/web-development/php/threads/497864/getting-error-while-using-in_array-function).

Member Avatar for UK-1991
0
225
Member Avatar for Mike Askew

> Have I got any settings wrong or is something else amiss under the hood? Might be. Friday or saturday I got the e-mail invitation to chat for the wednesday before.

Member Avatar for Mike Askew
0
534
Member Avatar for erdomen
Member Avatar for Violet_82

A quick difference I see is that Edit is a GET request, whereas Delete does a POST. Update: You posted an update while I posted this. Perhaps you need to put that ID in a hidden input to pass it back, but not entirely sure about that.

Member Avatar for Violet_82
0
275
Member Avatar for pritaeas

https://www.packtpub.com/packt/offers/free-learning Packt is giving away a free e-book on a daily basis. Visit daily and add to your account is all you have to do.

Member Avatar for dewhales
1
306
Member Avatar for deepak_30

> Could not find stored procedure 'spSearchPlayers'. Check if you have that stored procedures and permissions to execute it.

Member Avatar for swshurts
0
405
Member Avatar for Nathaniel10

From your samples I wonder if you want to build a "world" class containing all the countries. Basically it contains a list/array of countries, and will have access to the country properties needed to show or compare. Something like this: class World private Countries public AddCountry(name, land, etc) public Compare(country1, …

Member Avatar for Nathaniel10
0
199
Member Avatar for solomon_13000
Member Avatar for solomon_13000
0
404
Member Avatar for riahc3

https://www.daniweb.com/community-center/daniweb-community-feedback/threads/452623/new-forum-topic-idea#post1962905

Member Avatar for pritaeas
0
314
Member Avatar for Reverend Jim

Twin Peaks and Green Hornet are the first that come to mind. Twilight Zone is a good third.

Member Avatar for pritaeas
0
150
Member Avatar for sfiso27

What exactly are you looking for? You need to be more descriptive than that.

Member Avatar for pritaeas
0
105
Member Avatar for Rathod_1
Member Avatar for Tracy_2

IIRC both require PHP, so check if PHP is running on your host (newer hosts will have it). Install it in a subfolder, and you can have any (sub)domain point to it. While installing you should be able to select/create the database you want to use. Both have been around …

Member Avatar for pritaeas
0
138
Member Avatar for Darsh95

Closed. https://www.daniweb.com/web-development/javascript-dhtml-ajax/threads/497879/calculation-in-javascript

Member Avatar for pritaeas
0
230
Member Avatar for Darsh95

Closed. https://www.daniweb.com/web-development/javascript-dhtml-ajax/threads/497879/calculation-in-javascript

Member Avatar for pritaeas
0
173
Member Avatar for ddanbe

I'd use `Truncate` or `Floor` because it returns a `double`. If you cast to an `int` you might get issues, because a `double` can contain much larger values. As for converting to a string... You're doing math, stick with numbers ;)

Member Avatar for JOSheaIV
0
660
Member Avatar for UK-1991

while ($row = mysqli_fetch_array($query_get)) { $username = $row['username']; } THAT keeps overwriting your username variable, so it's not an array. This is how you build an array. while($row = mysqli_fetch_array($query_get)) { $username[] = $row['username']; } I wonder why you are doing this, instead of just querying for the username...

Member Avatar for UK-1991
0
387
Member Avatar for Mike Askew

I think you're looking for: string.Format("{0:#.##}", x) [Docs](https://msdn.microsoft.com/en-us/library/0c899ak8(v=vs.110).aspx)

Member Avatar for Mike Askew
0
174
Member Avatar for Mike Askew
Member Avatar for Mike Askew
0
257
Member Avatar for UK-1991

> it works fine but when i refresh my page the message stay How do you refresh the page? If you hit F5 the browser may load the cached page, instead of requesting it again.

Member Avatar for diafol
0
262
Member Avatar for bubbafunk1

DELETE FROM yourtable WHERE emailcolumn LIKE '%@mydomain.co.uk'

Member Avatar for diafol
0
154
Member Avatar for bordogamesdev
Member Avatar for leoduchaine
Member Avatar for pritaeas
0
76
Member Avatar for UK-1991
Member Avatar for y0f4n
Member Avatar for abraham_akin1
Member Avatar for Khaldoun Latif

Without showing something it will be impossible to help you. Is this website online somewhere to see?

Member Avatar for zinist
0
177
Member Avatar for chaitu11

Create a new `Request` instance about and call the `all()` method. http://abishek.me/docs/aftership-php-sdk

Member Avatar for pritaeas
0
530
Member Avatar for jay.perez.167189
Member Avatar for Ritesh_4

No. You'll need something as an intermediairy between your client Javascript and your database server.

Member Avatar for Lau_1
0
299
Member Avatar for Mike Askew
Member Avatar for Mike Askew
0
964
Member Avatar for edbr
Member Avatar for pacav69
0
182
Member Avatar for Muhammad_92
Member Avatar for lps
0
134
Member Avatar for Avani Nimavat

int selectedIndex = ((DropDownList)sender).SelectedIndex; Not sure, perhaps the combo needs to be inside the UpdatePanel for your code to work. Haven't tried.

Member Avatar for tarunap
0
3K
Member Avatar for Ventech_IT
Member Avatar for Ventech_IT
0
210
Member Avatar for AntonyRayan
Member Avatar for Nur_4

> mySQL = "SELECT * from Eng_Dip = @par_Course_Name"; mySQL = "SELECT * from Eng_Dip WHERE Course_Name = @par_Course_Name"; Same on line 18. The syntax is SELECT * FROM table WHERE column = 'value'

Member Avatar for pritaeas
0
410
Member Avatar for Violet_82

1) With `public List<string> Allergies { get; set; }` I'd prefer to use a class for an allergy too. Think about it, although a string containing "peanut allergy" might be handy, if you make it a class you can reference the same allergy by ID (in the database, EF connects …

Member Avatar for Violet_82
3
814
Member Avatar for Papa_Don

Am not sure about Oracle but SQL Server uses TOP 1. MySQL has LIMIT 1. Firebird has FIRST 1. If that doesn't work maybe DISTINCT can help.

Member Avatar for Papa_Don
0
665
Member Avatar for k_manimuthu

Isn't that just this: SELECT percentage, product, COUNT(*) FROM mysample GROUP BY percentage, product

Member Avatar for k_manimuthu
0
239
Member Avatar for Ritesh_4

return Math.random() * 899 + 100; Have a look at this one: new Date().getFullYear() Am sure you'll be able to figure it out.

Member Avatar for Ritesh_4
0
173
Member Avatar for sth_syed
Member Avatar for endrezsombor

There are repair tools available, but I haven't used any of them. Make some copies of your DBF and download and try some.

Member Avatar for sageflynn
0
192
Member Avatar for iwueze
Member Avatar for Stefano Mtangoo

Check the link in my reply here: https://www.daniweb.com/web-development/aspnet/threads/490197/asp-net-mvc5-identity Helped me a lot, but I removed owin and identity completely. I also found [this one](http://weblog.west-wind.com/posts/2015/Apr/29/Adding-minimal-OWIN-Identity-Authentication-to-an-Existing-ASPNET-MVC-Application) later on.

Member Avatar for Stefano Mtangoo
0
2K
Member Avatar for UK-1991
Member Avatar for coder91

> I'm assuming i'll need a separate page for writing and uploading posts and then the page that users will view? Correct. It isn't very hard to get a basic blog running. You only need a page with an editor to write your articles. Then separate pages to view the …

Member Avatar for BTLSP
0
329

The End.