8,966 Posted Topics

Member Avatar for ousaf

It doesn't work because your html property is `private`. Change it to `public`.

Member Avatar for veedeoo
0
289
Member Avatar for dsmush

Sounds like something breaks when you submit an empty form. It could be as simple as an unclosed tag in that situation. I'd search for issue in that specific case.

Member Avatar for pritaeas
0
198
Member Avatar for get2tk

Apparently, your specified host is unreachable or rejecting your connection. What server is that? Your own?

Member Avatar for pritaeas
0
294
Member Avatar for diafol

Depends on how you set it up. Check in your PayPal account. https://www.paypal.com/nl/cgi-bin/webscr?cmd=_manage-paylist

Member Avatar for Dani
0
264
Member Avatar for Nesre

> The errors are on the last three import statements. What error messages exactly?

Member Avatar for Nesre
0
184
Member Avatar for accra

Test for failures. E.g. `socket_create` returns `false` on error. You can use `socket_last_error()` to get [more info](http://php.net/manual/en/function.socket-create.php).

Member Avatar for accra
1
915
Member Avatar for sikander.nawaz1

I doubt there is free software available that integrates with your barcode scanner. What kind of reader do you have?

Member Avatar for rubberman
0
305
Member Avatar for ultmt.punisher

> Well unless you show us something, we've got very little to go on. Start with something. Is the PHP running as expected if you call it directly? If so, show the jquery. What have you debugged so far? Any results as to where the problem lies?

Member Avatar for diafol
0
2K
Member Avatar for Admissionform
Member Avatar for davy_yg
Member Avatar for parmeshwarsn
Member Avatar for Jake.20

Try this, if there's an error, paste it here. $sql = mysql_query("Select username, password FROM user_tbl WHERE username = '$user' AND password = '$pass'") or die(mysql_error());

Member Avatar for Ketul_1
0
361
Member Avatar for mayyubiradar

You can probably use the `Session_Start` method in `global.asax.cs`. If you need only one instance for all sessions, you can turn your COM instance into a singleton, to make sure it's only instantiated just once.

Member Avatar for pritaeas
0
1K
Member Avatar for panpwintphyu.loo

Click on "Edit profile" at the top of the page. Then enable the checkbox at the bottom, saying "Receive Occasional Community-related Email?".

Member Avatar for pritaeas
0
85
Member Avatar for rchawdhari

create table invoices ( years char(9) not null, invoice_number int unsigned not null auto_increment, primary key(years, invoice_number) ) AUTO_INCREMENT = 100

Member Avatar for cereal
0
1K
Member Avatar for mark.giles.14

Depends what method you are using. If you are using MySQLi or PDO, then parameter binding will take care of it.

Member Avatar for mark.giles.14
0
150
Member Avatar for neeraj_shri

Wouldn't [this](http://sharadchhetri.com/2014/05/07/install-mysql-server-5-6-ubuntu-14-04-lts-trusty-tahr/) be easier? Am guessing it applies to 13.04 too.

Member Avatar for JeoSaurus
0
400
Member Avatar for guyinpv
Member Avatar for morfious90
Member Avatar for mattster
Member Avatar for pritaeas
0
520
Member Avatar for hriti
Member Avatar for anuradha71

Closed. Continue here: http://www.daniweb.com/software-development/vbnet/threads/481855/how-to-display-data-between-two-dates-from-datetimepicker-in-datagridview

Member Avatar for pritaeas
1
264
Member Avatar for thirsty.soul
Member Avatar for mahmoudnazih
Member Avatar for toxicandy

insert into VolunDB (fname, middle, lname, address, city, state, zip, county, mailing, hphone, ,mphone, wphone, ext, fax, email, ethgroup, other1, occupation, poe, dob, gender, disastervoln, scounty, other2, vskills, interpt, cdl, cpryn, faid, translate, other3, license1, verf1, num1, exp1, license2, verf2, num2, exp2, license3, verf3, num3, exp3, license4, verf4, num4, exp4, …

Member Avatar for pritaeas
0
179
Member Avatar for krunal1986
Member Avatar for NotoriousZeus
Member Avatar for DaneCanCode
Member Avatar for sikander.nawaz1
Member Avatar for subrata_ushasi

> it is not working What's not working? Am not sure what you are trying to achieve (tldr), but it looks like there is a much shorter solution.

Member Avatar for subrata_ushasi
0
550
Member Avatar for jaihoon.meerzakhel
Member Avatar for Vagabond

See code above. If it's urgent for you, that doesn't mean it's urgent for us. Try to be polite.

Member Avatar for pritaeas
1
1K
Member Avatar for bolfescu

Can you post sample data, table structures and expected result? The code itself is not very descriptive.

Member Avatar for pritaeas
0
118
Member Avatar for Iikeloa

What's the error? You probably need to enclose the column names with hyphens in backticks.

Member Avatar for Iikeloa
0
280
Member Avatar for Muhammad Saqib

Closed duplicate. Continue here: http://www.daniweb.com/software-development/csharp/threads/482243/how-udate-gridview-record-plz-tell-me-code

Member Avatar for pritaeas
0
281
Member Avatar for nadiam

Your username is not allowed to remotely connect to that machine. If it's freshly setup, ask your supervisor if he has added all the right priviliges correctly, and whether the machine's IP has changed.

Member Avatar for pritaeas
0
213
Member Avatar for mexabet
Member Avatar for mo_snow

Closed duplicate. Continue here: http://www.daniweb.com/software-development/cpp/threads/482266/c-display-standard-military-time-redux

Member Avatar for pritaeas
0
5K
Member Avatar for joachimanderson

> You may be able to do this through query (but I am still not sure you could it efficiently), I think using a query would still be more efficient than getting all data and then parsing it in PHP yourself. To give the right query, show the table structures …

Member Avatar for joachimanderson
0
207
Member Avatar for AmrMohammed

Go to the InstallShield forum. The helpnet is also full of articles. I've never used 2010 premier, but am sure it has an option to add prerequisites. That should be the option you need to add it.

Member Avatar for pritaeas
0
70
Member Avatar for <M/>

http://shop.oreilly.com/product/0636920025887.do http://www.manning.com/buckett/ http://www.youtube.com/playlist?list=PLPedo-T7QiNt_i-CNGzkKLgp9McLg1fNp

Member Avatar for <M/>
0
133
Member Avatar for SID5721
Member Avatar for iConqueror

An interface defines what you can do with a certain class. The interface only defines what methods should be supported. The actual implementation lies within the class. Think of it as a blueprint. It doesn't do anything itself, it just ensures something is built in a certain way.

Member Avatar for BMXDad
0
206
Member Avatar for Sharmilamega
Member Avatar for diafol
0
162
Member Avatar for ComNaD

[Article](http://www.w3.org/html/wg/drafts/html/master/sections.html#the-article-element) is defined as *The article element represents a complete, or self-contained, composition in a document, page, application, or site and that is, in principle, independently distributable or reusable, e.g. in syndication. This could be a forum post, a magazine or newspaper article, a blog entry, a user-submitted comment, an …

Member Avatar for aliceknight
0
311
Member Avatar for RonKevinT.Manuela
Member Avatar for freddyparc
Member Avatar for Siberian

Note that loading another html and body tag within your own may lead to rendering issues.

Member Avatar for Siberian
0
344
Member Avatar for Sharmilamega
Member Avatar for gcclinux
Member Avatar for gcclinux
0
219

The End.