• Member Avatar for Dani
    Dani

    Edited Excel unable to open file in browser

    hi all, try to help me out I have used response.setContentType("application/vnd.ms-excel"); response.setHeader("Content-disposition","filename=xxx"); It is working in xp and ie7 .but unable to open file in windows 7 and ie11 ![error.PNG](/attachments/large/4/c207ed1a28dface56bca06f03e6e84bd.PNG …
  • Member Avatar for Dani
    Dani

    Edited Excel unable to open file in browser

    hi all, try to help me out I have used response.setContentType("application/vnd.ms-excel"); response.setHeader("Content-disposition","filename=xxx"); It is working in xp and ie7 .but unable to open file in windows 7 and ie11 ![error.PNG](/attachments/large/4/c207ed1a28dface56bca06f03e6e84bd.PNG …
  • Member Avatar for Dani
    Dani

    Began Watching please think

    please help
  • Member Avatar for Dani
    Dani

    Replied To a Post in please think

    Huh?! What?!
  • Member Avatar for Dani
    Dani

    Gave Reputation to happygeek in The message

    A day late due to illness, but Merry Yule/Winter Solstace to you all...
  • Member Avatar for Dani
    Dani

    Edited How to Compare two columns in same file and print complete line

    Hi Perl Experts, I'm new for perl. Thanks to give some time for my question.I have extract shared positions between two files and now I have one file like following. …
  • Member Avatar for Dani
    Dani

    Replied To a Post in MY SQL

    In your original post, you did not provide me with the schema for the customers table. I'm also still confused what format you want. Please give details of the customers …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Get paid to answer questions

    Just stumbled across this thread for the first time in awhile. Nice to reminisce about how things get their start around here.
  • Member Avatar for Dani
    Dani

    Replied To a Post in MY SQL

    Sure, just include those columns. SELECT p.name, p.mrp, SUM(b.quantity), SUM(b.total), SUM(b.discount), SUM(b.price) FROM billing AS b LEFT JOIN productmaster AS p ON (p.id = b.pid) GROUP BY b.pid ORDER BY …
  • Member Avatar for Dani
    Dani

    Replied To a Post in MY SQL

    I pulled a report of billing, grouping the results by matching pid, and summing up the other columns. Then, I simply did a left join to fetch the friendly name …
  • Member Avatar for Dani
    Dani

    Replied To a Post in MY SQL

    Sorry I don't understand your question?
  • Member Avatar for Dani
    Dani

    Gave Reputation to AntonyRayan in MY SQL

    Thank Queen Dani its really working
  • Member Avatar for Dani
    Dani

    Began Watching What the faster way to generate backlinks?

    What the faster way to generate backlinks? Please tell me some Organic SEO Techniques?
  • Member Avatar for Dani
    Dani

    Replied To a Post in What the faster way to generate backlinks?

    Social media???
  • Member Avatar for Dani
    Dani

    Replied To a Post in MY SQL

    You have a typo. It's billing.price. Not bbilling.
  • Member Avatar for Dani
    Dani

    Edited MY SQL

    This is my billing table in my sql: id pid quantity total discount price customer 1 1 2 20.00 5.00 15 a 2 1 2 20.00 3.00 17.00 a 3 …
  • Member Avatar for Dani
    Dani

    Began Watching MY SQL

    This is my billing table in my sql: id pid quantity total discount price customer 1 1 2 20.00 5.00 15 a 2 1 2 20.00 3.00 17.00 a 3 …
  • Member Avatar for Dani
    Dani

    Replied To a Post in MY SQL

    I'm just coming up with this off the top of my head (totally untested), but what about something along these lines: SELECT p.name, SUM(b.quantity), SUM(b.total), SUM(b.discount), SUM(b.price) FROM billing AS …
  • Member Avatar for Dani
    Dani

    Began Watching Best free recovery software?

    I accidentally deleted some important files. How can I recover them. I am using Tosiba computer. Thanks in advances.
  • Member Avatar for Dani
    Dani

    Replied To a Post in Best free recovery software?

    I take it they're not still in the recycle bin, eh? (Wishful thinking) I can't really suggest any software, but I would suggest to you to IMMEDIATELY STOP using your …
  • Member Avatar for Dani
    Dani

    Gave Reputation to Reverend Jim in Random Facts

    I'm hoping that people will post unusual or little known facts here. It would be proper to include a link to a source for confirmation. Here's a start. Speedy Gonzales …
  • Member Avatar for Dani
    Dani

    Gave Reputation to Slavi in The message

    Merry xmas and Happy New year guyzzzz :)))
  • Member Avatar for Dani
    Dani

    Gave Reputation to Slavi in The message

    Merry xmas and Happy New year guyzzzz :)))
  • Member Avatar for Dani
    Dani

    Began Watching The message

    Merry xmas and Happy New year guyzzzz :)))
  • Member Avatar for Dani
    Dani

    Replied To a Post in The message

    A giant happy holidays to all DaniWeb members!!!!!!!!!!!!!
  • Member Avatar for Dani
    Dani

    Began Watching How to build a template

    Hi, I build websites using five basic languages. html, css, js, php, and mysql. I have build a lot of websites, but my problem is that everytime I start a …
  • Member Avatar for Dani
    Dani

    Replied To a Post in How to build a template

    Do you use any PHP frameworks? They can cover the bare bones stuff such as dealing with URI routing (clean looking URLs), connecting to the database, and a template engine. …
  • Member Avatar for Dani
    Dani

    Began Watching Understanding htaccess RewriteRule

    Hi Everyone, I have the follow RewriteRule in my htaccess file that works as it should RewriteRule ^(.*)$ /product.php?pid=$1 [QSA,L] If I wanted to add another product page would I …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Understanding htaccess RewriteRule

    Yes. However, you probably meant `?page=` and not `?ppge=`
  • Member Avatar for Dani
    Dani

    Edited how to call a function in php if we click the submit button?

    //i have made a function. but i can't call the function generateOrderedArray() as it says there is a Fatal error. help me! this //is my coding <form action="" method="post" enctype="multipart/form-data"> …
  • Member Avatar for Dani
    Dani

    Edited ofstream and fltk

    How can I make a textile in a FLTK executable in main(), so when opening the program, and put text in it? The standard way via ofstream does not work …
  • Member Avatar for Dani
    Dani

    Began Watching using for loop

    convert degree to radian in a table form
  • Member Avatar for Dani
    Dani

    Replied To a Post in using for loop

    Huh?? What are you trying to do? Using a for loop? I'm incredibly confused. Is this a homework assignment?
  • Member Avatar for Dani
    Dani

    Revoked Solved Status for jQuery remove vs hide vs detach

    Strictly from a performance standpoint, what are the differences between remove(), hide() and detach()? If I want to permanently make an element go away on the page, is remove() or …
  • Member Avatar for Dani
    Dani

    Marked Solved Status for jQuery remove vs hide vs detach

    Strictly from a performance standpoint, what are the differences between remove(), hide() and detach()? If I want to permanently make an element go away on the page, is remove() or …
  • Member Avatar for Dani
    Dani

    Marked Solved Status for Test PubSubHubbub

    Hi ... so I'm not sure if I have PubSubHubbub set up correctly. I tried setting up subscribing to the feed in Feedly (which supposedly supports the protocol) and now …
  • Member Avatar for Dani
    Dani

    Revoked Solved Status for Test PubSubHubbub

    Hi ... so I'm not sure if I have PubSubHubbub set up correctly. I tried setting up subscribing to the feed in Feedly (which supposedly supports the protocol) and now …
  • Member Avatar for Dani
    Dani

    Marked Solved Status for Test PubSubHubbub

    Hi ... so I'm not sure if I have PubSubHubbub set up correctly. I tried setting up subscribing to the feed in Feedly (which supposedly supports the protocol) and now …
  • Member Avatar for Dani
    Dani

    Revoked Solved Status for Test PubSubHubbub

    Hi ... so I'm not sure if I have PubSubHubbub set up correctly. I tried setting up subscribing to the feed in Feedly (which supposedly supports the protocol) and now …
  • Member Avatar for Dani
    Dani

    Marked Solved Status for Test PubSubHubbub

    Hi ... so I'm not sure if I have PubSubHubbub set up correctly. I tried setting up subscribing to the feed in Feedly (which supposedly supports the protocol) and now …
  • Member Avatar for Dani
    Dani

    Revoked Solved Status for Test PubSubHubbub

    Hi ... so I'm not sure if I have PubSubHubbub set up correctly. I tried setting up subscribing to the feed in Feedly (which supposedly supports the protocol) and now …
  • Member Avatar for Dani
    Dani

    Marked Solved Status for Test PubSubHubbub

    Hi ... so I'm not sure if I have PubSubHubbub set up correctly. I tried setting up subscribing to the feed in Feedly (which supposedly supports the protocol) and now …
  • Member Avatar for Dani
    Dani

    Revoked Solved Status for Test PubSubHubbub

    Hi ... so I'm not sure if I have PubSubHubbub set up correctly. I tried setting up subscribing to the feed in Feedly (which supposedly supports the protocol) and now …
  • Member Avatar for Dani
    Dani

    Marked Solved Status for Test PubSubHubbub

    Hi ... so I'm not sure if I have PubSubHubbub set up correctly. I tried setting up subscribing to the feed in Feedly (which supposedly supports the protocol) and now …
  • Member Avatar for Dani
    Dani

    Revoked Solved Status for Test PubSubHubbub

    Hi ... so I'm not sure if I have PubSubHubbub set up correctly. I tried setting up subscribing to the feed in Feedly (which supposedly supports the protocol) and now …
  • Member Avatar for Dani
    Dani

    Marked Solved Status for Test PubSubHubbub

    Hi ... so I'm not sure if I have PubSubHubbub set up correctly. I tried setting up subscribing to the feed in Feedly (which supposedly supports the protocol) and now …
  • Member Avatar for Dani
    Dani

    Marked Solved Status for Test PubSubHubbub

    Hi ... so I'm not sure if I have PubSubHubbub set up correctly. I tried setting up subscribing to the feed in Feedly (which supposedly supports the protocol) and now …
  • Member Avatar for Dani
    Dani

    Revoked Solved Status for Test PubSubHubbub

    Hi ... so I'm not sure if I have PubSubHubbub set up correctly. I tried setting up subscribing to the feed in Feedly (which supposedly supports the protocol) and now …
  • Member Avatar for Dani
    Dani

    Revoked Solved Status for Test PubSubHubbub

    Hi ... so I'm not sure if I have PubSubHubbub set up correctly. I tried setting up subscribing to the feed in Feedly (which supposedly supports the protocol) and now …
  • Member Avatar for Dani
    Dani

    Marked Solved Status for Test PubSubHubbub

    Hi ... so I'm not sure if I have PubSubHubbub set up correctly. I tried setting up subscribing to the feed in Feedly (which supposedly supports the protocol) and now …

The End.