-
Replied To a Post in why my multiple file not insert?
Just dumping code isn't going to work. Please explain what should but isn't happening. -
Replied To a Post in Hello
Welcome to DaniWeb. -
Replied To a Post in ok. that's me leaving daniweb
> So is there a particular reason why I can't see my downvoted posts? Some downvotes have been upvoted, resulting in zero votes. Those are not visible in the list. -
Replied To a Post in 'edit post' doesn't have a working submit
You cannot edit after 30 minutes. -
Edited How can I process two different submit buttons in a single HTML form?
If I have a form as in the below script: <html> <?php session_start(); $con=mysqli_connect("localhost","root","","QSTNS"); if (mysqli_connect_errno()) { echo "Failed to connect to MySQL: " . mysqli_connect_error(); } $dsply=$_SESSION['q_indx'][$_SESSION['cindx']] ; //echo … -
Replied To a Post in siteCopyright, my code Copyright: whose Copyright?
There is a thread about this subject, but I cannot find it at the moment. -
Replied To a Post in ok. that's me leaving daniweb
Some people just do that. Accept it, ignore it. Building a reputation here is long term, not something you can do in 50 posts. Look at the regulars. Every single … -
Replied To a Post in UNION ALL NOT SHOWING QUERY RESULTS.??
Try it first, worry about performance later. You can perhaps set an index on DateOInvoice, and on InvoiceType. -
Edited Please Read This Before Posting
Please read through the following suggestions before posting in this forum. Questions in this forum are answered by people who generously volunteer their time. Following these guidelines will increase the … -
Replied To a Post in UNION ALL NOT SHOWING QUERY RESULTS.??
Can't test right now. Use the other query and get the results in order. -
Replied To a Post in UNION ALL NOT SHOWING QUERY RESULTS.??
If you use the union the 1st returned record will be totalCashSales, 2nd totalCreditSales, 3rd totalDriverSales. Another way would be to use sub-selects, kinda like this: SELECT SUM(SELECT NetAmount FROM … -
Edited Science
who has been a teacher before i know i haven't this is my first time being one can anyone give me any tuips about being a teacher? -
Replied To a Post in Hide solved topics in "Unanswered".
It was actually my last question in the thread, see Dani's reply. -
Replied To a Post in UNION ALL NOT SHOWING QUERY RESULTS.??
The SELECT clauses must be the same, you can't name the columns differently. -
Replied To a Post in Function does not exist (mysql) but it does exist
Do you have EXECUTE priviliges? I think you nred to remove SELECT in thr second query. Does CALL work? -
Replied To a Post in report generator scripting with pagination
At work, although in .NET, we use StimulSoft. They also have one for PHP. http://www.stimulsoft.com/en/products#fx Not sure if you are looking for this kind of tool. -
Replied To a Post in Hide solved topics in "Unanswered".
For reference: https://www.daniweb.com/community-center/daniweb-community-feedback/threads/483910/unanswered-should-not-include-snippets -
Edited Email undelivery
Hello, have experienced this with several clients. the send emails but dont deliver to the other end. also the other end sends email but wont reach customer inbox. but can … -
Replied To a Post in SQL Query not executed
> But when I publish it and install the program on another computer. What kind of database are you using, and did you deploy that with the program? -
Edited Load Image
Ive save my image on the resources folder abd i want to load picture on picbox... i used this method image1.load(Application.startUpPath+ "\sub" & 1 &".png" my problem is that.. there … -
Edited separating a word into syllables
hi guys.iv been trying hard to do a code which requires me to separate a word into syllables in java but i dont no hw to do it. e.g the … -
Edited Does jQuery work on the PSP??
How well does the jQuery library work on a PSP? -
Replied To a Post in how to update changes in msaccess over lan
> i can connect msaccess database over lan Do you have write access to that folder? -
Marked Solved Status for MySQL Inserting NULL Value into INT Column
I want to insert a NULL value into my integer column. if ($startYear == "") { $startYear = NULL; } mysqli_query($con, "INSERT INTO Application (startYear) VALUES ('".$startYear."')"); Before you ask, … -
Replied To a Post in Where to learn php?
Would it be useful to collect all these in a single post and sticky it? -
Edited S-Box in DES cipher
Hello, I got implementation of Data Encryption Standard implementation in java (internet code) but the only part that I cannot understand is the S-Box which shown below. I know how … -
Edited PHP to Store Procedure in MSSQL
I have to pass two values to sp first value is nvarchar and second value is Int in SQL server,but i am not getting values, is my code is correct.Please … -
Replied To a Post in vb 6.0 textbox to excel 2007
Incomplete. Does `wrkSheet.range("B46").Select` return anything? -
Replied To a Post in PHP validation rule
Do note that there are more formats correct, than just 24 long: http://en.wikipedia.org/wiki/International_Bank_Account_Number -
Edited PERL/Shell Scripting
Hi. I am trying to recruit for a PERL/Shell Scripting Developer for our Baltimore Office. How would i find them on this site? Thanks for reading. Robert Ossakow Sr. Recruiter … -
Replied To a Post in PERL/Shell Scripting
Post your job offer here: https://www.daniweb.com/business-exchange/jobs-and-resumes/52 -
Replied To a Post in PHP validation rule
http://php.net/manual/en/function.preg-match.php -
Replied To a Post in Selecting combobox item with javascript.
`getElementsByClassName` returns a list of elements. You need to loop through them and set the index on each element separately. -
Replied To a Post in Writing a function to count characters
`lenght` should be `length`, but the element itself does not have a length. You need: `document.getElementById('IBAN').innerHTML.length` IIRC. -
Replied To a Post in Joining 8 Fields
> but this throws an exception every time. What exception exactly? -
Edited Joining 8 Fields
I have written a SQL query to find product information in a c# program and it doesn't seem to work at all! I have tested a variety of other queries … -
Replied To a Post in Selecting combobox item with javascript.
An `id` should be unique. Have a look at `getElementsByClassName` and use `class` instead. -
Replied To a Post in PHP validation rule
/[A-Z]{2}\d{2}[A-Z]{4}\d{10}/ You can use `preg_match`. Techically, the character combinations are limited. Not sure if you want to implement that. -
Replied To a Post in vb 6.0 textbox to excel 2007
I don't know either. Where exactly did you get that code from? -
Replied To a Post in vb 6.0 textbox to excel 2007
Where does Selection come from? -
Replied To a Post in vb 6.0 textbox to excel 2007
What is `Selection` ? Doesn't that need to be `wrkSheet.Selection` ? -
Edited dynamic timetable
hello everybody.i have made a website about a gym. and it contains a timetable of classes during weekdays. this page is static. and my professor told me to do it … -
Edited how to display appointments in a form reminders
hi all, I'm using to ComponentOne tools I used to control c1schedule create appointments I created a form similar reminder and have difficulty showing appointments in form, more than one … -
Edited Automated PC control program!... Advance programming!
Hi to all. I am planning a program that controls the other Computer's basic functions (shutdown, reboot, sleep, wake,). It is somewhat similar to Handycafe program which is used for … -
Replied To a Post in php
Welcome to DaniWeb. -
Edited php
hi i am shiva.. -
Replied To a Post in Where to learn php?
http://php.net/manual/en/getting-started.php http://www.phptherightway.com https://phpacademy.org http://www.codecademy.com/tracks/php http://www.lynda.com/PHP-training-tutorials/282-0.html http://www.w3schools.com/php/default.asp -
Replied To a Post in How do I get the serial and authorization key for delphi 8 .
> Erm have you tried http://www.delphi.com/contact/ That should be: http://www.embarcadero.com/ You can get a trial here: http://www.embarcadero.com/downloads The only way to get a key for Delphi 8 is to try … -
Edited question
i will start studying programming with C++ prog. language .. which programs should I use ?? please I need some help -
Replied To a Post in hi everyone!
Welcome back.
The End.