8,966 Posted Topics
![]() | Re: Am pretty sure SharePoint is capable of having a form connected to a database. There must be something in the documentation. |
Re: Closed. Continue here: https://www.daniweb.com/web-development/aspnet/threads/484924/changing-bootstrap.css | |
![]() | Re: Closed. It is titled/marked test, and somehow wasn't deleted earlier. |
![]() | |
Re: [url]http://api.jquery.com/slideUp/[/url] ![]() | |
Re: `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. | |
Re: Shouldn't the dot be escaped with a backslash? | |
Re: What exactly is your problem? | |
Re: Closed duplicate. Continue here: https://www.daniweb.com/web-development/php/threads/484765/sql-error-with-inserting | |
Re: First read this: http://www.phptherightway.com | |
Re: What do you have so far? We do not provide ready solutions. Start, and if you have specific problems, ask. | |
Re: row contains only one record. Every group needs to be echoed separately inside the while. | |
Re: http://php.net/manual/en/function.session-save-path.php | |
Re: http://www.dotnetperls.com/datagridview-tutorial Looks like a datagridview. The above link starts simple. | |
Re: 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. | |
Re: You can post a job offer in the [Jobs and Resumes forum](http://www.daniweb.com/business-exchange/jobs-and-resumes/52). | |
Re: http://codex.wordpress.org/Custom_Fields | |
Re: 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. | |
Re: 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. | |
Re: Quoted from that very link: *"To produce a code block, indent every line by at least 4 spaces, or one tab stop"* | |
Re: It would be best to use parameter binding instead. | |
Re: > 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. | |
Re: > but when i put in php its not working Show what you tried. | |
Re: Are you sure it's not set as "Junior Poster" in your profile (User Title at the bottom)? | |
Re: 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. | |
Re: http://www.databaseanswers.org/data_models/ Perhaps you can get some ideas there. More specifically, see 15 - Education. ![]() | |
Re: One too many `}` before the last `else`. If you line up your indented `{` with `}` you can easily spot these mistakes. | |
Re: What exactly do you mean by "it does not work". | |
Re: I don't see a restriction in the code. I think you just have to replace the hardcoded `.jpg` with `$_FILES['file']['type']` | |
Re: http://delphi.wikia.com/wiki/Bubble_sort That's one way to do it. | |
Re: 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? | |
Re: Simplest, but not very fast: SELECT * FROM `table` ORDER BY RAND() | |
Re: Check the file size. php.ini has a limit by default of 2mb. | |
Re: https://code.google.com/p/pyglet/ Appears they didn't pay the bill for pyglet.org | |
Re: 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. ![]() | |
Re: `>=` means greater than. `<=` means less than, the one you want I guess. Note that if you switch, the order of the `WHEN` matters. | |
Re: Can you show an example of what you want to achieve? | |
Re: https://developers.facebook.com/docs/graph-api/reference/v2.1/user/friends | |
Re: 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. | |
The End.