8,966 Posted Topics
Re: https://www.php.net/manual/en/function.str-ends-with.php | |
Re: Where do you initialize/open your connection in `$conn` ? | |
Re: ``` $sql = "UPDATE paytbl SET amtpaid = '$amtpaid', dueday = DATE_ADD(dueday, INTERVAL 1 MONTH), prevbal = '$prevbal', latechg = '$latechg', paidday = '$paidday' WHERE unit = '$unit'"; if(mysqli_query($link, $sql)){ echo ""; } else { echo "ERROR: Could not able to execute $sql. " . mysqli_error($link); } ``` I think … | |
Re: > Could you tell me how can I extract the data of these houses to my site? What you are asking **might** be illegal. Your safest option IMO is to contact the site owner to see whether or not this information can be extracted, e.g. through an API. Another option … | |
Re: Does this answer your question? https://www.servicenow.com/community/developer-articles/starting-with-rest-apis-servicenow-integration-level-1/ta-p/2329709 Or are you having issues with a specific part within this tutorial? | |
Re: Samsung is my brand of choice. | |
Re: > what do you to optimize your code's performance Profile first. Always. There's no point in optimizing your SELECT if it's called only once, but your code is full of nested foreach's. | |
Re: What is the exact (and full) error message? | |
Re: Enable error logging and check the log files. Post back what you find. | |
Re: The [documentation](https://datatables.net/extensions/buttons/examples/html5/simple.html) shows different button names. | |
| |
Re: > Should this part of the onboarding process simply tell the user that their post or topic won't go live until they verify their email? What if the verification email never comes? Unless you connect through Facebook or the likes, this is a normal onboarding process. B.t.w. it is also … | |
Re: Result focused short term, might give you issues long term. What is your primary goal? | |
Re: Because you added the checkbox, your arrays `tb` and `lb` might have gotten longer by 1. That may cause your offset issue. | |
Re: Welcome. It appears your question is missing. | |
Re: Do you want to use Javascript/jQuery to do the (live) calculation, or rather something else? | |
| |
Re: Are you looking for a ready made script, or do you want to build one yourself? |
The End.