69 Posted Topics
Re: what problem does it give?? show the error | |
Re: [Yet another Link](http://code.tutsplus.com/articles/an-introduction-to-stored-procedures-in-mysql-5--net-17843) Stored procedures are used to store some actions on your database. So that those actions can be peformed by people without having direct access to the data. It allows for variable declaration. Its like functions in programming. DELIMITER // CREATE PROCEDURE `multiply` (OUT var1 INT) BEGIN SET … | |
Re: @Narendra you dont need to respond to posts this old. | |
Re: @ atete You dont resurrect posts like this. If this didnt solve your question. Raise a new discussion + with a question like that, you will get no answers. Show what you have done and where the error is, you will get help. | |
Re: Use WebClient. Download the data as byte array. Append a .pdf to the file name after the download. Open it. | |
Re: Yeah, thats weird. I also dunno why when we check a forum, you see topics from two years ago above some from two days ago. I find that strange | |
Re: The only laptop i see in the slider moves like the others. It fades | |
Re: Gateway timeout means the code didnt even get to the server most likely. Check your connection to your database and retry his code | |
Re: Where was this class and method defined? `oSQLS.GetDtasaRecN` | |
Re: Your probably using `|` as you delimiter. You shouldnt. Add something like `*` after the sentences then write code to read the content till it gets to that `*` so you would have `DaniWeb | a forum to help programmers *` `Play | a means to have fun *` then … | |
Re: when you try to open the designer view for the windows form in your ide, does the gui show? | |
Re: "Ajax" bro. [Check This](http://www.w3schools.com/ajax/default.asp) It should help. | |
Re: Be yourself. Be corporate. Be in a quiet place with no distractions. Answer what your asked. Dont try to make him feel like your Einstein by telling him stuff he doesnt ask for. And make sure your internet isn't slow. | |
Re: You can use ajax. [Click Here](http://www.w3schools.com/ajax/default.asp) [Click Here](http://stackoverflow.com/questions/2269307/using-jquery-ajax-to-call-a-php-function) | |
Re: Trying to understand the question. You want the modal to work without having to add the id field? | |
Hi, I'm into php, C#, html, CSS and networking. Maybe alittle other stuff. I hope i'd be of help here. Im joining from Nigeria. | |
Re: Your missing route definitions. And probably a controller. Show us the content of your RouteConfig.cs and tell us what you have under the controllers folder. | |
Re: Your calling it wrong. It should be: transactions.adopt(chappie,dog); This is because your adopt method is defined under the transaction class and accepts a customer and a pet. | |
Re: why dont you consider using procedural instead of object oriented? that way you have $link = mysqli_connect('yourHost','username','password','database'); $q = SELECT fan_count FROM messages WHERE msg_id='$msg_id'"; $result = mysqli_query($link,$q) or die('sorry an error ocurred'); $resultRows = mysqli_fetch_assoc($result); Then you can access the data like so echo $resultRows['column']; That should work. |
The End.