• Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Hi everyone, I'm Gavra Meads

    Welcome.
  • Member Avatar for pritaeas
    pritaeas

    Edited 4 Software Tools to Improve Employee Productivity

    **Introduction** You know that being effective is the key to success in any business domain. However, you may be wondering how to improve employee performance. In order to do this, …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Hi everyone, I'm ashishhhroe

    Welcome.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in How to create sitemap for +150k links

    Are you using a CMS? If the CMS does not support it and your links are in a database (or anything similar), use PHP (or any other language of your …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Hi everyone, I'm bhaljob

    Welcome.
  • Member Avatar for pritaeas
    pritaeas

    Gave Reputation to rproffitt in DoublePrecision

    It appears you are dismissing BIGNUM for PHP. Beyond that: "Sorry, but the SQL server is an SQL server, not a calculator." This means that numbers going in and out …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in DoublePrecision

    You repeatedly say that PHP is (too) limited, but then why still use it? Pick a different language! It sounds too much like an XY problem to me. You're trying …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Is there any Google Analytics alternative?

    Plenty. Just google "google analytics alternatives".
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Display a mysql record

    https://www.daniweb.com/programming/web-development/code/434480/using-php-mysqli-with-error-checking
  • Member Avatar for pritaeas
    pritaeas

    Edited Reading Data from MYSQL using Linux C

    What is best way to get one row from a mysql table (with many columns) so I can use several several fields from that row for calculations in a C …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Hi everyone, I'm wo6q34s

    Welcome.
  • Member Avatar for pritaeas
    pritaeas

    Edited Wifi proble in windows 10

    Hi, Recently i install windows 10 in my HP Laptop ProBook4540s.In my HP Laptop wi-fi is not working after installing windows 11 or in wi-fi option airplane mode is showing. …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Hi everyone, I'm lucas6655

    Welcome.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Hi everyone, I'm ava678

    Welcome.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Hi everyone, I'm salwanur

    Welcome.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Hi everyone, I'm humah7

    Welcome.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in DoublePrecision

    https://php-decimal.io/#introduction
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Hi everyone, I'm Louiseinvictor

    Welcome.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Hi everyone, I'm shahariarSEO

    Welcome.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in rel="ugc" vs rel="ugc,nofollow"

    According to: https://developers.google.com/search/blog/2019/09/evolving-nofollow-new-ways-to-identify > Can I use more than one rel value on a link? Yes, you can use more than one rel value on a link. For example, rel="ugc …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Hi everyone, I'm HaryBanker

    Welcome.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Hi everyone, I'm jademichal01

    Welcome.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in How To Do Fuzzy Match Sql Query ?

    Fuzzy search makes me think more in terms of [SOUNDEX](https://dev.mysql.com/doc/refman/8.0/en/string-functions.html)
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Web services testing

    I do my testing (prior to programming) with Postman, Fiddler and/or SoapUI.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in How to git push Without Forcing or Git Pull

    Apparently there are changes that you need in that branch, so my advice is to push it to a new branch.
  • Member Avatar for pritaeas
    pritaeas

    Edited IT Courses in UK?

    Nowadays, IT is considered the most emerging field as more and more people are trying to get an education or certifications. We all agree there's no stopping information technology as …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Hi everyone, I'm Jmy858853859

    Welcome.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Anyone else tried the new Vivaldi browser?

    I've tried it pre-beta and V1, so quite a while ago. At that point it was a very fast and nice browser to work with (for me). Unfortunately, they began …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Hi everyone, I'm mariaakter

    Welcome.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Hi everyone, I'm Ada James

    Welcome.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in C# Battleship gameboard & random assignment

    > I have realized that I can't assign the random values for the ship with an already populated array. I would like to get some feedback on how Can you …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Hi everyone, I'm humblepi3

    Welcome.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Hi everyone, I'm Alex

    Welcome.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Hi everyone, I'm sakss.hi19

    Welcome.
  • Member Avatar for pritaeas
    pritaeas

    Edited Hi everyone, I'm sakss.hi19

    Hi.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Invalid Departure Time

    Perhaps I read this incorrectly, but shouldn't you be using `departureTime` instead of `departure` in your curl JSON.
  • Member Avatar for pritaeas
    pritaeas

    Edited Enable CLS with Sequelize

    Hello everyone! This question is related to using Sequelize with Node.js and MySQL. I have come across a small doubt and need your help. To enable CLS with Sequelize we …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Introduction To HTTP Debugging

    Also [SoapUI](https://www.soapui.org/), but that's mainly for my SOAP API connections, although you can do REST with it.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Class constants that work with inheritance

    Why not use `static` in your first example? ``` public function __construct() { echo static::VAR; } ``` Based on [this link](https://www.php.net/manual/en/language.oop5.constants.php), see the comment about late static binding.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Nice to meet you all here

    Welcome.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Introduction To HTTP Debugging

    If you also want to inspect what other apps are sending, check out [Fiddler](https://www.telerik.com/fiddler).
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Endorse members

    Confirmed.
  • Member Avatar for pritaeas
    pritaeas

    Edited syntax error, unexpected '(', expecting variable (T_VARIABLE) or '{' or '$'

    Hello, I get this error message: syntax error, unexpected '(', expecting variable (T_VARIABLE) or '{' or '$' When running this code: ` Rp. <div id="total"></div> ``` <script> $("#total").html({<?php number_format($("#subtot").val(), 0, …
  • Member Avatar for pritaeas
    pritaeas

    Endorsed Schol-R-LEA

  • Member Avatar for pritaeas
    pritaeas

    Created Endorse members

    I've found myself on the "Endorse Members" page: ![Schermafbeelding_2022-08-04_165629.png](https://static.daniweb.com/attachments/0/fde902bff2336ca1138e778e87e11f8e.png)
  • Member Avatar for pritaeas
    pritaeas

    Endorsed Dani

  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in How to get the ending of the url address?

    You can use the [$_SERVER](https://www.php.net/manual/en/reserved.variables.server.php) variable to access the URL. Look down the page for `SCRIPT_NAME` Then you could use [explode](https://www.php.net/manual/en/function.explode.php) to split the path by a `/` The last …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Hi everyone, I'm andrewchris

    Welcome.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in I click on button it will start recognize and when I click button it stop

    This [SO thread](https://stackoverflow.com/questions/50970281/usage-for-createspeechrecognizerwithfileinput-in-microsoft-cognitiveservices-spe) mentions to use [StartContinuousRecognitionAsync](https://docs.microsoft.com/en-us/dotnet/api/microsoft.cognitiveservices.speech.speechrecognizer.startcontinuousrecognitionasync?view=azure-dotnet) and [StopContinuousRecognitionAsync](https://docs.microsoft.com/en-us/dotnet/api/microsoft.cognitiveservices.speech.speechrecognizer.stopcontinuousrecognitionasync?view=azure-dotnet). Perhaps it helps.

The End.