8,968 Posted Topics
Re: > How can I modify contents of a web page (like text) and have it stay that way locally, You can try to use HTML5's local storage feature, but if someone clears it, your changes will be gone. There's no guaranteed way to do what you want. > Alternatively, are … | |
![]() | Re: You could use [array_flip](http://www.php.net/manual/en/function.array-flip.php) to remove the need for the two constant arrays. Although a conversion is needed then. ![]() |
Re: The catalog file is not included at the time of the call. Make sure it is. | |
Re: Welcome back. | |
Re: If you "view source" in your browser, do you see the `</` ? | |
Re: > What should i prepare first PHP or ASP.NET Whatever they use. | |
Re: > i have used jquery datepicker so im getting error What error message with what code? | |
Re: Please read the [rules](http://www.daniweb.com/community/rules) Especially: *Do provide evidence of having done some work yourself if posting questions from school or work assignments* | |
Re: Taken a monh ago at the coast. Am playing with HDR a lot lately.  | |
Re: You may want to take a look at the [FIND_IN_SET](http://dev.mysql.com/doc/refman/5.0/en/string-functions.html#function_find-in-set) function, assuming the column values are comma separated. IMO creating views for a basic query is overkill. | |
Re: > A) a free one/opensouce one i can use use https://sourceforge.net/projects/dir-list/ | |
Re: Check out the ToolTip property. That's what it's for. You enter a string, and on hover a tooltip will appear with that string. | |
Re: Try: query = "UPDATE `shellingdb` SET `likes` = `likes` + 1 WHERE `shell` = :shell AND `reporter` = :reporter"; Don't use single quotes when binding. The binding takes care of that. | |
Re: I like my skin most, the rest of the body is in it... | |
Re: Line 25. `withdraw` returns the new balance, yet you do nothing with it. | |
Re: http://www.ioncube.com/faq.php Anything specific you need answered after reading the above? ![]() | |
Re: That's not very readable, but it looks like you are setting `selected` for every `<option>`, instead of just for the one that should be selected. | |
Re: Implement the [DaniWeb API](http://www.daniweb.com/api/home). | |
Re: Get it in writing. Draw up a statement that you warned him of possible consequences, and that he takes responsibility if legal action occurs. | |
Re: Sounds like PGP. | |
Re: I am very happy with PhpStorm (they also have WebStorm). ![]() | |
Re: In code? Then show your code. You'll need an `implode()` If you want to do this in your query, have a look at `GROUP_CONCAT()` | |
Re: You changed the query... it is no longer valid. http://us3.php.net/manual/en/function.mysql-result.php The warning in the link above shows you what you should use. | |
Re: Any phone can be used for it, but different brands need different languages. Well, unless you use a cross-compiler like PhoneGap or Xamarin. | |
Re: > Client was not authenticated You need to authenticate. Check [this example](http://phpmailer.worxware.com/index.php?pg=exampleasmtp). | |
Re: On what line is the error triggered? | |
Re: Shouldn't that be: <a href="{index.php|prepare_link:http}"> Smarty V3? I assume your script is in the right folder. | |
Re: http://www.codeproject.com/Articles/43438/Connect-C-to-MySQL | |
Re: Copying the source to the web root is not really useful. You should put your project somewhere else, and then use the Publish option in Visual Studio to build a version for deployment on IIS. | |
Re: So what's your problem? | |
Re: Haven't been able to find any yet. I think your best bet is to create a webservice as intermediairy. | |
Re: Change the URL... http://www.daniweb.com/tags/your_tag_here | |
Re: After your user logs in, set a session variable to a specific value. In home, check this session variable, if it is not set redirect to the login. | |
Re: If you just want to watch new articles then my API test is an option: http://dwapi.pritaeas.net/ Login there and then open DwArticleWatch. Am open to suggestions, but a little short on time lately. | |
Re: http://jqueryui.com/download/ Download everything, it's included. | |
![]() | Re: > Fatal error: Call to a member function create() on a non-object That means the problem is with: `$email1->create()` There should be a line `$email1 = new SomeClass()`, is it missing? ![]() |
Re: https://www.daniweb.com/members/edit_membership You can only do this once. It appears the button in the profile page has been removed. | |
Re: > But I don't have any idea how I can compile and run the program read from textarea and produce the output which can be assigned to a label on webpage. You need to run your input through a compiler. That means starting a process and capturing it's output. Be … |
The End.