8,966 Posted Topics

Member Avatar for mrkm1188

Am pretty sure SharePoint is capable of having a form connected to a database. There must be something in the documentation.

Member Avatar for pritaeas
0
76
Member Avatar for bolfescu

There are a lot of PHP threads about pagination already. If you do a search, you'll sure to find one that can put you on the right track.

Member Avatar for pritaeas
0
109
Member Avatar for Blueie

Closed. Continue here: https://www.daniweb.com/web-development/aspnet/threads/484924/changing-bootstrap.css

Member Avatar for pritaeas
0
1K
Member Avatar for iamthwee
Re: test

Closed. It is titled/marked test, and somehow wasn't deleted earlier.

Member Avatar for pritaeas
0
272
Member Avatar for arifsaroha
Member Avatar for vizz
Member Avatar for paulogaiski
Member Avatar for hanspeare_1

`time()` returns the actual time. So the time used in the upload, and the one for the display are different. You need the store the name you use for the upload, so you can use the exact same one when displaying.

Member Avatar for mattster
0
218
Member Avatar for network18
Member Avatar for zeeshan009
Member Avatar for toxicandy

Closed duplicate. Continue here: https://www.daniweb.com/web-development/php/threads/484765/sql-error-with-inserting

Member Avatar for pritaeas
0
283
Member Avatar for irfan.786
Member Avatar for sabariN123
Member Avatar for Afnan Mohammad

What do you have so far? We do not provide ready solutions. Start, and if you have specific problems, ask.

Member Avatar for BibhutiAlmighty
0
243
Member Avatar for ItsMe5247

row contains only one record. Every group needs to be echoed separately inside the while.

Member Avatar for ItsMe5247
0
156
Member Avatar for Ankit_12
Member Avatar for Ankit_12
0
216
Member Avatar for peeyush.budhia
Member Avatar for mennowijnen
Member Avatar for Siberian
Member Avatar for mattster
Member Avatar for mattster
0
194
Member Avatar for denmarkstan

http://www.dotnetperls.com/datagridview-tutorial Looks like a datagridview. The above link starts simple.

Member Avatar for pritaeas
0
172
Member Avatar for Suzie999

This is a new feature and currently under construction. Currently your votes automatically determine the helpfulness of the replies. There is no manual intervention yet, but that may come.

Member Avatar for Suzie999
0
197
Member Avatar for goorny

You can post a job offer in the [Jobs and Resumes forum](http://www.daniweb.com/business-exchange/jobs-and-resumes/52).

Member Avatar for PixelatedKarma
0
428
Member Avatar for aryanmughal
Member Avatar for dean8710

Why would you read everything? You just need to fetch the items that have changed. How depends on what you are doing and how you are doing it.

Member Avatar for pritaeas
0
104
Member Avatar for sahil_4

Closed duplicate, continue here: https://www.daniweb.com/software-development/cpp/threads/484540/array @rubberman: please flag instead of replying. Easier for us to notice then and take action sooner.

Member Avatar for pritaeas
0
136
Member Avatar for Mr.M

Quoted from that very link: *"To produce a code block, indent every line by at least 4 spaces, or one tab stop"*

Member Avatar for JorgeM
0
308
Member Avatar for erabxes
Member Avatar for Jake.20
Member Avatar for ankit1122

> some says this can only be done in form of table. It's all up to you, how it would best fit into your design. There is no one guaranteed best way to do this.

Member Avatar for ankit1122
0
236
Member Avatar for mokshi
Member Avatar for mokshi
0
280
Member Avatar for fornandakishore
Member Avatar for Mike Askew

Are you sure it's not set as "Junior Poster" in your profile (User Title at the bottom)?

Member Avatar for Dani
0
250
Member Avatar for chriswelborn

If I browse web dev (or php) - unanswered, I can still see rubberman's tutorial (which was just added). In addition, it would be nice to see the unanswered solved threads removed too. But that's probably just me.

Member Avatar for Dani
2
331
Member Avatar for minhaajmuntasir.edoo

http://www.databaseanswers.org/data_models/ Perhaps you can get some ideas there. More specifically, see 15 - Education.

Member Avatar for diafol
0
168
Member Avatar for RonKevinT.Manuela

One too many `}` before the last `else`. If you line up your indented `{` with `}` you can easily spot these mistakes.

Member Avatar for RonKevinT.Manuela
0
175
Member Avatar for arsharma159
Member Avatar for RonKevinT.Manuela

I don't see a restriction in the code. I think you just have to replace the hardcoded `.jpg` with `$_FILES['file']['type']`

Member Avatar for mattster
0
189
Member Avatar for vian.kwok.18
Member Avatar for vian.kwok.18
0
215
Member Avatar for DistantGalaxy
Member Avatar for RikTelner

You can do whatever you want. You control your loop. Keep a counter to know your current position. Can you show your expected output in a little more detail?

Member Avatar for RikTelner
0
168
Member Avatar for ankit1122
Member Avatar for pritaeas
0
77
Member Avatar for SimonIoa
Member Avatar for Airshow
0
127
Member Avatar for sneekula

https://code.google.com/p/pyglet/ Appears they didn't pay the bill for pyglet.org

Member Avatar for sneekula
0
256
Member Avatar for clhamon

I suggest contacting a lawyer. There are usually regional laws at play (if it's not mentioned explicitly in your contract). A lawyer will know exactly what to look for.

Member Avatar for iamthwee
0
256
Member Avatar for Mike Bishop

`>=` means greater than. `<=` means less than, the one you want I guess. Note that if you switch, the order of the `WHEN` matters.

Member Avatar for Mike Bishop
0
241
Member Avatar for riyaz123
Member Avatar for ravi142
Member Avatar for pritaeas
0
261
Member Avatar for ivan3510

Did you check to see if status actually returns a 200 OK every time? Did you debug to see where you get, or don't get? You can write messages with `console.log()` to see what exactly happens without having to set breakpoints.

Member Avatar for Airshow
0
977
Member Avatar for vishal sata

The End.