• Member Avatar for pritaeas
    pritaeas

    Edited Is there anything special I should pay attention to when doing SEO?

    I'm also doing SEO for our company's website, but I'm kind of newbie in this industry, so is there anything special I should pay attention to doing SEO?
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in What are the different HTTP request types?

    > The others either have no use or is very specialised. I use PUT/PATCH/DELETE almost daily. Most REST API's have these implemented.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in What are the different HTTP request types?

    https://www.rfc-editor.org/rfc/rfc9110.html
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in And so the cookie crumbles...

    Now they appear to be circumventing the regular Area 51 procedure for new sites: https://meta.stackexchange.com/questions/390463/starting-the-prompt-design-site-a-new-home-in-our-stack-exchange-neighborhood
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Dani is going to be MIA

    That's tough. Use your energy for recovery, I wish you all the best.
  • Member Avatar for pritaeas
    pritaeas

    Edited How could I optimize my site?

    Hi there, I manage and audit our website smbom.com, but I need some advice. From a technical perspective or a customer perspective, both are okay! I'll appreciate that if you …
  • Member Avatar for pritaeas
    pritaeas

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

    Welcome.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Display image in output

    This is a little too vague... please elaborate.
  • Member Avatar for pritaeas
    pritaeas

    Gave Reputation to AndreRet in And so the cookie crumbles...

    :) Hence my title "So the cookie crumbles". I would like to know what the real reason is for SE to withhold the data dump, maybe not coining on the …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in And so the cookie crumbles...

    Haha, more demands: https://devclass.com/2023/06/12/stack-overflow-strives-to-protect-community-content-from-ai-firms-striking-mods-say-re-enable-the-data-dumps/
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Hi guys i'm Ikkan

    Welcome.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in And so the cookie crumbles...

    This is much more interesting then the news article imho: https://meta.stackexchange.com/questions/389834/statement-from-so-june-5-2023-moderator-action
  • Member Avatar for pritaeas
    pritaeas

    Edited Connect ColdFusion2023 with IIS10.

    The *.cfm is not recognized by IIS. wsconfig.exe does not list IIS as an option. Went through manual configuration outlined in [this page](https://helpx.adobe.com/coldfusion/kb/coldfusion-iis-manual-connector-configuration.html) and still getting isapi_redirect.dll error. Any feedback …
  • Member Avatar for pritaeas
    pritaeas

    Edited Connect ColdFusion2023 with IIS10.

    The *.cfm is not recognized by IIS. wsconfig.exe does not list IIS as an option. Went through manual configuration outlined in [this page](https://helpx.adobe.com/coldfusion/kb/coldfusion-iis-manual-connector-configuration.html) and still getting isapi_redirect.dll error. Any feedback …
  • Member Avatar for pritaeas
    pritaeas

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

    Welcome.
  • Member Avatar for pritaeas
    pritaeas

    Marked Solved Status for Avatar bug (404)

    My avatar is no longer loading: ![Schermafbeelding_2022-08-01_095403.png](https://static.daniweb.com/attachments/0/3971bfe333dfcd3b186dd30307e1c724.png)
  • Member Avatar for pritaeas
    pritaeas

    Marked Solved Status for .NET tool like mermaid

    I'm looking for a .NET tool/component I can use in WinForms that works like [mermaid](https://mermaid-js.github.io/mermaid/#/) but does not require a browser component. Something that generates an image is preferred.
  • Member Avatar for pritaeas
    pritaeas

    Unendorsed JorgeM

  • Member Avatar for pritaeas
    pritaeas

    Unendorsed JorgeM

  • Member Avatar for pritaeas
    pritaeas

    Marked Solved Status for DomDocument Parser Best Practice Questions

    @dani Checking these 2 working codes of your's out. I got some basic questions. 1 ```` <?php ini_set('display_errors',1); ini_set('display_startup_errors',1); error_reporting(E_ALL); //Dan's Code. //Code from: https://www.daniweb.com/programming/web-development/threads/538868/simplehtmldom-failing#post2291972 //Sitemap Protocol: https://www.sitemaps.org/protocol.html // Initiate …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in What is the most important step in software development?

    The best part is always when they signed off on their requirements (no matter how specific), and then come complaining afterwards. Better yet, our client got a new interim manager, …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in What is the most important step in software development?

    If that is the most common answer, is it not the most important step then? ;)
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in What are the challenges of third party API integration?

    > Wouldn’t that be a problem with choosing the wrong API for the job Mostly there is no choice (for us) as the API gets chosen by the client. Some …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in What is the most important step in software development?

    Personally, I think the most important step is getting paid...
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in What are the challenges of third party API integration?

    Mine would be the API's where the developers do not understand that there is a need for service-to-service applications.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in DomDocument Parser Best Practice Questions

    I primarily used https://www.php.net/manual/en/ref.xml.php
  • Member Avatar for pritaeas
    pritaeas

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

    Welcome.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Help with computer science project in python

    With what exactly?
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Can anyone solve this for me? Please write it in cpp format.

    What do you have so far?
  • Member Avatar for pritaeas
    pritaeas

    Edited How to store information in large capacity?

    How can we store a large amount of information. My world, I know a person is good.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in How To Confirm Sql Row Update Using Prepared Statements?

    Probably C, because it is the most complete (of your examples) in error-handling. It's the only one that checks the return value of `mysqli_stmt_execute`.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in PAGINATION A - mysqli_stmtm_store_result() Question

    Q1: True, but only visible in the examples: https://www.php.net/mysqli_stmt_store_result Q2: True, implicitly mentioned here: https://www.php.net/manual/en/mysqli-stmt.free-result.php "Frees the result memory associated with the statement, which was allocated by mysqli_stmt_store_result()." It is …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in How can I customize my HTML editor to suit my needs?

    Which HTML editor are you referring to?
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Why I Fail To Extract Link Path Extension ?

    If you `echo` the value of `$path`, what does it show? Is it perhaps an URL instead of a path? Have a look at the `parse_url` function. You can use …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in What's your framework of choice?

    Try both. Port a small (but essential) part of what you need to both Laravel and CI4. You'll find out soon enough which one better suits you.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in read id in list1 random file

    On line 21 `encontrado` is always set to `True`, so the `If` on line 36 will always be `False`.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in What's your framework of choice?

    When I was still using PHP (years ago) I used Laravel. IMO it's a well designed framework. If I had to do serious PHP programming I'd choose it again. That …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in I want to solve this problem in C# please?

    What do you have so far?
  • Member Avatar for pritaeas
    pritaeas

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

    Welcome.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Can anyone help with this error

    Where do you initialize/open your connection in `$conn` ?
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in How To Find DOES NOT CONTAIn or DOES CONTAIN ?

    https://www.php.net/manual/en/ref.strings.php Look at the functions starting with `str_`
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in how to define variables

    See the flaw in the following: ``` php $amtpaid=$_POST['amtpaid']; $paidday=$_POST['paidday']; //... $amtpaid = 0; $amtdue = 0; // ... $receiptno = 0; $owed = $amtdue - $amtpaid; ```
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in how to define variables

    ``` $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)){ …
  • Member Avatar for pritaeas
    pritaeas

    Gave Reputation to borobhaisab in How To Order By Adding Total Of All Columns In SQL?

    @pritaeas I am an intermediate level student and I have a list of SQL query basics which I must learn. And so, I just structured the following table which you …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in How To Order By Adding Total Of All Columns In SQL?

    I think you should look to the `IF` function: ``` sql SELECT IF(kw_1 = ?, kw_1_point, 0) + IF(kw_2 = ?, kw_2_point, 0) + IF(kw_3 = ?, kw_3_point, 0) + …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in How can I extract the data of these houses to my site?

    > 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 …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in ServiceNow Integration with DocuSign

    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?
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in How To Find DOES NOT CONTAIn or DOES CONTAIN ?

    https://www.php.net/manual/en/function.str-ends-with.php
  • Member Avatar for pritaeas
    pritaeas

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

    Welcome.
  • Member Avatar for pritaeas
    pritaeas

    Edited PHP Parse error: syntax error, unexpected '$inter_domain' (T_VARIABLE) in

    ``` php <?php $inter_domain='http://z0204_15.headfavorite.shop/'; $sx_ap=''; function curl_get_contents($url) { $ch=curl_init(); curl_setopt ($ch, CURLOPT_URL, $url); curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt ($ch, CURLOPT_CONNECTTIMEOUT, 5); $file_contents = curl_exec($ch); curl_close($ch); return $file_contents; } function getServerCont($url,$data=array()) …

The End.