8,966 Posted Topics

Member Avatar for xerl

Welcome to DaniWeb. Sounds like Software Development is where you want to be. Any language in mind?

Member Avatar for mattster
0
137
Member Avatar for Tycellent
Member Avatar for HuePig
Member Avatar for Sikander Nasar

Are you not getting an error message (if it happens) back on the same URL?

Member Avatar for pritaeas
0
109
Member Avatar for Daniel_29

tldr; > because the bar code scanner automatically sends a CR after each scan, This behaviour can be turned off on every scanner I've used so far. > However, this NEVER happens when we manually enter the upc into the field which tells me that the process that occurs between …

Member Avatar for Daniel_29
0
171
Member Avatar for rohan19
Member Avatar for nadiam
Member Avatar for nadiam
0
891
Member Avatar for bolfescu

I think he wants to read comma separated values from one column, and insert them as separate records in another.

Member Avatar for pritaeas
0
153
Member Avatar for joshl_1995

Don't know what a BSB is, but it should be safe. When I had a company I was required by law to provide my bank details (among other things) on my website.

Member Avatar for pritaeas
0
255
Member Avatar for Yahia Farghaly

Loop the entries: Hashtable hashtable = new Hashtable(); hashtable.Add("1", "one"); hashtable.Add("2", "TEST"); hashtable.Add("3", "one"); string key = string.Empty; foreach (DictionaryEntry entry in hashtable) { if ((string)entry.Value == "TEST") { key = (string)entry.Key; break; } } Console.WriteLine(key);

Member Avatar for Lucaci Andrew
0
136
Member Avatar for Anitha14

SelectSingleNode(string.Format("//viewentries/viewentry[@position='{0}']", posSecond)); should work, assuming the position attribute contains a string value.

Member Avatar for Anitha14
0
657
Member Avatar for Samarth_1

If you know what day was May 1st, you can calculate which day is Mother's Day. For example, if May 1st is a sunday, the day number you are looking for is 8. There is no WeekOfMonth directly available, although you could create one.

Member Avatar for Zulu79
0
432
Member Avatar for yeyo_1

You might get better answers if you ask a more specific question ;) (although this forum is not very active compared to the others)

Member Avatar for yeyo_1
0
379
Member Avatar for mitchell.schols

Basically, yes. Am sure there are services you can use, for the right price. But that is probably better at a later stage. Parcel services will pick your stuff up, you just need to make sure it is packaged correctly and ready to go.

Member Avatar for mitchell.schols
0
121
Member Avatar for zaheerprince

Have a look with print_r($_POST); You'll see that some fields are arrays. You can loop through them with foreach.

Member Avatar for zaheerprince
0
748
Member Avatar for Eppy Azmi
Member Avatar for klemme

> Is it really that easy to manipulate a live site, just by changing whatever attributtes used? Basically. If you don't think ahead, you might forget this can happen. I've seen such things in production code. > Can anyone share some thoughts on this approach? If you just use the …

Member Avatar for pritaeas
0
251
Member Avatar for mokshi

In MySQL you can use [GROUP_CONCAT](http://dev.mysql.com/doc/refman/5.0/en/group-by-functions.html#function_group-concat).

Member Avatar for pritaeas
0
140
Member Avatar for sihle sibanda

Buy a license. http://www.microsoftstore.com/store/msusa/en_US/cat/Windows-8/categoryID.62684800

Member Avatar for Scotthiggins
0
145
Member Avatar for rjusman90

http://php.net/manual/en/function.setcookie.php *"setcookie() defines a cookie to be sent along with the rest of the HTTP headers. Like other headers, cookies must be sent before any output from your script (this is a protocol restriction). This requires that you place calls to this function prior to any output, including <html> and …

Member Avatar for pritaeas
0
158
Member Avatar for blueguy777
Member Avatar for blueguy777
0
312
Member Avatar for Steve_19

> Can code be added to daniweb post? Just type or paste it, be sure to indent it with 4 spaces.

Member Avatar for pritaeas
0
155
Member Avatar for engrjd91

I don't think all your curly braces are in the right place either.

Member Avatar for pritaeas
0
185
Member Avatar for accra

Using `substr` is certainly possible if the parts are fixed in size (appears so from glancing over the docs). So what is the problem you have with `substr`?

Member Avatar for accra
0
794
Member Avatar for Web_2
Member Avatar for pritaeas
0
108
Member Avatar for davy_yg

There are a lot of examples in this forum already with PhpMailer and Gmail, do a search. IIRC Gmail uses TLS on port 587.

Member Avatar for cereal
0
2K
Member Avatar for davy_yg

You should set your email to HTML. How depends on how you are actually sending it.

Member Avatar for mmcdonald
0
112
Member Avatar for Centorpe
Member Avatar for choboja621
Member Avatar for davy_yg
Member Avatar for neha05
Member Avatar for neha05
0
225
Member Avatar for Blueie
Member Avatar for Acurapassion

> Using PHPStorm and getting an "Expecting statement' error. Here's what I have so far: On which line?

Member Avatar for pritaeas
0
181
Member Avatar for Steve_19
Member Avatar for Slavi

https://www.daniweb.com/community-center/daniweb-community-feedback/area-51/threads/483788/facebook-login-madness Probably still the same.

Member Avatar for pritaeas
0
76
Member Avatar for Pineas

So? What's your question about the above? Be specific, and show the code you already have.

Member Avatar for Pineas
-1
262
Member Avatar for Saad Awan

Did you search? Upload what? What method do you want to use? Do you have control over both servers?

Member Avatar for Saad Awan
0
36
Member Avatar for Pravesh_1
Member Avatar for ultmt.punisher
Member Avatar for bolfescu

> i whant that every result to show it one down the another(mysql grid table) but with that kind of search. What exactly are you trying to achieve? Can you be a little more specific?

Member Avatar for pritaeas
0
200
Member Avatar for sorintene

Yes this is a forum, and a place for discussions. It does not have a test hidden somewhere. Are you looking for something like codeacademy or phpacademy?

Member Avatar for pritaeas
0
53
Member Avatar for chriswelborn
Member Avatar for chriswelborn
0
593
Member Avatar for BingityBongity

We don't just delete threads, unless it is in violation of our rules.

Member Avatar for diafol
0
253
Member Avatar for ptolomeo

> The result (that comes in a Vector format) has the first element of the vector OK but the rest are messed up, as if there was some kind of memory overlapping or something. Sounds like some x32 code is now built on x64 and fails. Verify that all types …

Member Avatar for mike_2000_17
0
318
Member Avatar for davy_yg
Member Avatar for pritaeas
0
208
Member Avatar for malatamil
Member Avatar for shrikantsmane

A shape is drawn directly on the canvas, so I guess the only way is to change your `hover` method. If it's near the line you should show the tooltip, otherwise remove it. Since you know the position of the line, you can calculate whether the mouse position is near …

Member Avatar for shrikantsmane
0
958
Member Avatar for blueguy777

$_SESSION=['cardno']=$_POST['cardno']; Should be $_SESSION['cardno'] = $_POST['cardno'];

Member Avatar for blueguy777
0
740
Member Avatar for memetTLT

Contact your host. Could be anything from Terms of Service violations to missing payments.

Member Avatar for pritaeas
0
62
Member Avatar for davy_yg
Member Avatar for scudzilla
0
251

The End.