-
Replied To a Post in php password change
What is the PQDatabase class? Does it automatically connect? Add error handling, it might be a connection error or something else database related. -
Replied To a Post in Using XML as a Table In Delphi
Can you show the code that is returning the XML? -
Replied To a Post in object oriented programming
What is that linking to? -
Replied To a Post in Need Help to bypass Websence
You might not get an answer, since this post is 6 years old, and he hasn't posted since. -
Edited Need Help to bypass Websence
Please help me how to bypass websence and can view all the sites... please give the solution. -
Replied To a Post in introduction to dani web community
Welcome to DaniWeb. -
Replied To a Post in Sql
You can get the list of customers to collect with something like this: SELECT * FROM Customer WHERE ActivationDate = CURDATE() If you add a new column, say `NewDateToCollect`, then … -
Replied To a Post in Sql
You haven't specified how your output should look like. What have you tried? I'm here to help, not do your work for you. -
Replied To a Post in Sql
You'll need to show your table structure, some sample data and how you want your output. -
Replied To a Post in SQL Yog
> it is an alternative to SQL Server No. It is a MySQL database client administration tool, so in order to use it you need access to a MySQL server. … -
Replied To a Post in Error, colon in array.
Missing colon after `c` I guess. -
Replied To a Post in Xampp for Win 7 - 64 bit
Toad for MySQL is cheap. -
Replied To a Post in Using Visual Studio - basic question (noob)
The files need to be put together in a project, so VS knows they belong together. -
Replied To a Post in Help with opening form and showing related record
This is a seven year old thread, and the user hasn't been active in five. You probably won't get an answer. -
Gave Reputation to cereal in Download File from Database using phph
**@zebnoon1** Hi, you were asked multiple times, to reply to some questions with useful information. Calmly read again Pritaeas posts and reply to his requests. For example, he asked: > … -
Replied To a Post in Download File from Database using phph
@cereal: I was typing something similar... ;) -
Replied To a Post in Download File from Database using phph
What size is the downloaded file? -
Replied To a Post in Hello everyone
Welcome to DaniWeb. -
Replied To a Post in Download File from Database using phph
So, what does it output? -
Replied To a Post in Download File from Database using phph
Make sure that your code returns a result from your query first. So, make this work: <?php include("conn1.php"); $query="SELECT * FROM tentb"; $result=$conn1->query($query); $row = $result->fetch_assoc(); print_r($row); ?> -
Replied To a Post in Download File from Database using phph
Please show some patience. On line 11 above, use: echo $filename; and then tell me what it says. -
Replied To a Post in Need help for Foreign key problem
Ok, that's why linking by ID is the common way to do this. Then no update is required, just a change in your query. -
Replied To a Post in PHP Infobip sms API: How to generate Authorization Key and API Key
Looks like you need to register for an account (according to their dev docs). -
Replied To a Post in Download File from Database using phph
No, echo the variables instead of trying to download the file, so you can see if they contain the correct values. -
Replied To a Post in Download File from Database using phph
If you echo all your variables `($id,$name,$type,$size,$data)` what do you see? -
Replied To a Post in Download File from Database using phph
What does `adminfrm.php` do? What exactly happens, and what should happen? Any errors? -
Replied To a Post in Need help for Foreign key problem
Why do you reference the guarantor by name, and not by ID? -
Replied To a Post in See if all required keys are there in PHP
http://php.net/array_intersect The result of the intersect of both arrays, should be an array identical to `array("newemail", "firstPassword", "secondPassword")` So, if you do an `array_diff()` on those two next, you should … -
Replied To a Post in HELP DEBUG
> my problem is on line 194 194 above is a blank line. -
Edited HELP DEBUG
Can someone help me on debugging this code `<?php include "../template/php/myconnection.php"; include "../template/php/sessionChecker.php"; include "functions.php"; include "ext.php"; $date = date("Y-m-d"); $breakdown = ""; $transkey = ""; $isFound = false; $file_value … -
Replied To a Post in Problem with Sql syntax when trying to get value from $_GET[]
> I am still getting a Sql error Which one? Type is a reserved word. Put backticks around it. -
Replied To a Post in Bubble Sort Pascal
This might help: http://wiki.freepascal.org/Bubble_sort -
Replied To a Post in Updating several picture boxes with a for loop
All your image boxes are in the Controls array of your form. If you loop that instead, it can work. -
Replied To a Post in How to pass a value from HTML
Use: html += '<option style="width:90%" value="'+v.country_id+'">'+v.nam+'' +'</option>'; -
Replied To a Post in How to pass a value from HTML
You display the entire div. Either use: alert($('#allcountries option:selected').val()); or: alert($('#allcountries option:selected').text()); It's strange that allcountries is a `div` and not a `select` -
Edited Read This Before Posting A Question
# NOTE # This was a PHP sticky, and I am working to turn it into a development sticky. If you have any comments, additions or other observations, please reply … -
Replied To a Post in Library management system
> it is failing to save the new record Do you get an error/exception? Perhaps forgot to install something? -
Replied To a Post in Android app tools
What exactly are you looking for? Something like Xamarin? -
Replied To a Post in TrueCrypt Replacement
http://www.theregister.co.uk/2016/10/18/veracrypt_audit/ -
Edited Arrayclass for integer and float types.
In below code snippet , I am trying to add the intefeger and float values in Array template but was surprised to see below output for float value as 5.1 … -
Edited How to generate unique key of random numbers in PHP
Hi, I am looking for some example code that can help me to generate unique random string of numeric numbers in PHP Applications. I am hoping to resolve this issue … -
Replied To a Post in PHP and mysql
Use a datepicker (javascript) in your form. -
Replied To a Post in PHP and mysql
Date format for SQL is `Y-m-d` -
Replied To a Post in programming
> stm.Host="stm.gmail.com"; Invalid host. -
Replied To a Post in Dynamic Height of Object/Included file
Why not load your content with Javascript/jQuery instead? -
Endorsed deceptikon
-
Endorsed stultuske
-
Endorsed AssertNull
-
Edited Read This Before Posting A Question
# NOTE # This was a PHP sticky, and I am working to turn it into a development sticky. If you have any comments, additions or other observations, please reply … -
Edited Read This Before Posting A Question
# NOTE # This was a PHP sticky, and I am working to turn it into a development sticky. If you have any comments, additions or other observations, please reply …
The End.