Recent content by gulshan212

  1. gulshan212

    Need help with PHP 8.1 and usort() function

    Well, in my opinion, you can add a comparison function, and I hope you can get what you are looking for. Lets try below code and confirm have you solved your problem with below code or not ? Thanks
  2. gulshan212

    Trouble formatting "from" Header in PHP contact form

    Well, I searched for it on the internet and I can see some logical error with your code. Lets try below code to fix the error. Thanks
  3. gulshan212

    The Difference Between Static Websites and JAMstack

    Thanks for sharing it here with us. I also want to add something here. In my opinion, Static websites are productive and appropriate for content-driven sites with rare updates, offering quick stacking times and practical facilitation. Whereas JAMstack has a more adaptable design, considering...
  4. gulshan212

    Please help me with this simple SQL code

    Well, you need to update your code with the below one. Thanks
  5. gulshan212

    printing the json result with php

    Well, you need below code for what you are looking for. Thanks
  6. gulshan212

    PHP Editor

    Well, it depends on what kind of features you are looking for, what kind of workflow there is. However, some popular PHP editors are PHP Storm, NetBeans and Visual Studio Code and many more. Thanks
  7. gulshan212

    Table function edit

    Well, there are some logical issues with your code: Please try this code once, it may resolve your error: Thanks
  8. gulshan212

    Database Connection PHP to OracleDB

    Well, you need to use below connection code for database connections from PHP to OracleDB. Thanks
  9. gulshan212

    Is it possible to upload files contained in an array

    Well, there are some issues with your code: Please try this code once, maybe you can find the solution. Thanks
  10. gulshan212

    php time not updating

    Hello this is Gulshan Negi Well, it may be because of a coding error, let's try executing the below command. Well, I have taken its reference from here, where the author lists PHP date and time commands with examples and outputs. If you have any doubts then you can check about it. Thanks
  11. gulshan212

    Suggestions required for PHP projects

    Thanks a lot @rimsha for your time and kind response. Well, I have seen your post all are looking good but I am thinking to develop Task Manager or Blogging Platform. Thanks again.
  12. gulshan212

    JavaScript vs Java?

    Hello this is Gulshan Negi Well, JavaScript and Java are both programming languages used for various purposes, punctuation, and utilization. JavaScript is basically utilized for web improvement, while Java is a broadly useful language utilized for different applications. While certain ideas and...
  13. gulshan212

    Is PHP 8.1 faster than 7.4?

    Hello this is Gulshan Negi Well, PHP 8.1 is faster than PHP 7.4. Each new version of PHP typically brings performance improvements and optimizations, and PHP 8.1 is no exception. The PHP development team focuses on enhancing the language's performance and efficiency with each release version of...
  14. gulshan212

    Suggestions required for PHP projects

    Hello this is Gulshan Negi Well, I am learning PHP since few month, now I am looking to develop small PHP projects, can anyone give their suggestions on this means from where I can start or which project I should take ? Thanks
  15. gulshan212

    Event Stream handling

    Hello this is Gulshan Negi Well, you need to add these two line before your code at the top of your PHP file. error_reporting(E_ALL); ini_set('display_errors', 1); It may be helpful for you. Thanks
Back
Top