69 Posted Topics

Member Avatar for hrushi9
Member Avatar for ramsiva

[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 …

Member Avatar for ramsiva
0
372
Member Avatar for rani_4
Member Avatar for Phoeboo

@ 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.

Member Avatar for tobyITguy
0
323
Member Avatar for Treglanu

Use WebClient. Download the data as byte array. Append a .pdf to the file name after the download. Open it.

Member Avatar for tobyITguy
0
224
Member Avatar for Minimalist

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

Member Avatar for tobyITguy
0
118
Member Avatar for davy_yg
Member Avatar for tobyITguy
0
190
Member Avatar for ehpratah

Gateway timeout means the code didnt even get to the server most likely. Check your connection to your database and retry his code

Member Avatar for ehpratah
0
291
Member Avatar for philjen
Member Avatar for altjen

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 …

Member Avatar for altjen
0
224
Member Avatar for Papa_Don

when you try to open the designer view for the windows form in your ide, does the gui show?

Member Avatar for Papa_Don
0
508
Member Avatar for paul-lucas

"Ajax" bro. [Check This](http://www.w3schools.com/ajax/default.asp) It should help.

Member Avatar for tobyITguy
0
256
Member Avatar for Transcendent

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.

Member Avatar for jwenting
0
99
Member Avatar for ribrahim

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)

Member Avatar for ribrahim
0
4K
Member Avatar for SimonIoa

Trying to understand the question. You want the modal to work without having to add the id field?

Member Avatar for SimonIoa
0
199
Member Avatar for tobyITguy

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.

Member Avatar for JorgeM
0
255
Member Avatar for Mike Askew

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.

Member Avatar for Mike Askew
0
203
Member Avatar for laguardian

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.

Member Avatar for laguardian
0
203
Member Avatar for SimonIoa

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.

Member Avatar for SimonIoa
0
182

The End.