Skip to content
  • early HNY for Thee and Thine

    The Lounge php com question learning
    11
    0 Votes
    11 Posts
    0 Views
    D
    Happy New Year from Israel! Freedom is the freedom to say that two plus two make four. If that is granted, all else follows. -- 6079 Smith W.
  • Chat GTP Oops, lol

    The Lounge question php com game-dev lounge
    2
    0 Votes
    2 Posts
    0 Views
    C
    An educated, rather convincing, liar. :laugh: "In testa che avete, Signor di Ceprano?" -- Rigoletto
  • 0 Votes
    17 Posts
    0 Views
    M
    fgs1963 wrote: I know Steiner was into the occult but time travel was probably beyond his power. Oops - The 9 and 0 are next to each other. Latest Article: Create a Digital Ocean Droplet for .NET Core Web API with a real SSL Certificate on a Domain
  • Angelo Badalamenti

    The Lounge php com
    2
    0 Votes
    2 Posts
    0 Views
    J
    Wow, I was just listening to his stuff on my mp3 auto player, today. "Real Indication" "Blue Frank" "Pink Room" Had it on an old CD. First time since I heard on twin peaks. What a coincidence. Sad, too. He was really good. "A little time, a little trouble, your better day" Badfinger
  • 0 Votes
    4 Posts
    0 Views
    P
    :thumbsup: this heaviness makes me think about Jóhann Jóhannsson, for example [Sicario Soundtrack Track 4 "Drywall" Jóhann Jóhannsson - YouTube](https://www.youtube.com/watch?v=HS5NJnFOy-s&list=PLqnnuEVGcRQz2nDKqkIp9QuBieyRRn0vD&index=4)
  • 0 Votes
    4 Posts
    8 Views
    J
    I always use parens. Removes the question for me an future maintenance programmers as to what I thought the precedence was.
  • Sound of the Week

    The Lounge javascript cloud csharp php linq
    14
    0 Votes
    14 Posts
    0 Views
    Sander RosselS
    Now that's entertainment! :D Best, Sander Azure DevOps Succinctly (free eBook) Azure Serverless Succinctly (free eBook) Migrating Apps to the Cloud with Azure arrgh.js - Bringing LINQ to JavaScript
  • gocomics

    The Lounge php database com question
    9
    0 Votes
    9 Posts
    0 Views
    G
    Calvin and Hobbes by Bill Watterson for November 22, 2022 - GoComics[^] is a perfect exemplar of my home town's approach to school levies. Software Zen: delete this;
  • ? where should I go ?

    Design and Architecture csharp java javascript python php
    6
    0 Votes
    6 Posts
    7 Views
    W
    hi i will recomended Visual Studio it's best note code software.
  • 0 Votes
    6 Posts
    7 Views
    A
    Both Python and PHP are popular programming languages that are widely used in web development. Each language has its own strengths and weaknesses, and the choice of language depends on the specific requirements of the project. Python is a high-level, general-purpose language that is known for its simplicity, readability, and ease of use. It has a large standard library and many third-party libraries, making it a versatile language that can be used for a wide range of applications. Python is well-suited for building large web applications, and it is often used for complex web development projects. PHP, on the other hand, is a server-side scripting language that is specifically designed for web development. It is optimized for web development tasks and is often used in conjunction with popular web frameworks like Laravel and Symfony. PHP is a popular choice for building dynamic websites and web applications. Both Python and PHP have their own unique strengths, and the choice of language depends on the specific requirements of the project. If you are building a large web application like a scheduling app or a CRM, Python would be a suitable choice. Python has many web frameworks like Django, Flask, and Pyramid that can help you build a scalable, robust web application. In conclusion, while Python may be known for its simplicity and small scripts, it is also well-suited for building large, complex web applications. The choice of language ultimately depends on the specific needs of the project, and both Python and PHP have their own strengths and weaknesses that make them suitable for different types of web development projects.
  • 0 Votes
    6 Posts
    9 Views
    J
    I like that one! very simple. If it ain't broke don't fix it Discover my world at jkirkerx.com
  • 0 Votes
    9 Posts
    0 Views
    B
    No ! I am the best, most gullible, audience for my own lies :wtf: It's called "technical debt." Quote: It’s not even because of evil product managers who “force” us to move on to the next feature, not “allowing” us to fix things. Oh, yes, it often ... is ! Quote: This type of thinking leads to fear, which inhibits change. Fear ? How about shame, guilt, and "cover-ups" ? Quote: (Case in point: I thought about writing this post while in the shower yesterday. When I got out, I told my wife about it. She said “Go and write this post right now. Otherwise you’ll never do it”. Liar: his wife kicked him out of the shower because there was not enough hot water for her left. «The mind is not a vessel to be filled but a fire to be kindled» Plutarch
  • 0 Votes
    1 Posts
    0 Views
    No one has replied
  • 0 Votes
    1 Posts
    4 Views
    No one has replied
  • Monopolies unchecked.

    The Lounge csharp java javascript php html
    5
    0 Votes
    5 Posts
    0 Views
    E
    This is why Node and the like have become popular. Same language on server and client: JavaScript!
  • 0 Votes
    4 Posts
    2 Views
    J
    :laugh:, glad you figured it out. But you shouldn't chmod 777. That directory should only be writable by the Apache process. Also, it should not live in your document root. /var/www website.com html index.php uploads some_file.pdf Jeremy Falcon
  • 0 Votes
    6 Posts
    7 Views
    U
    Adding the www-data user to the netdev group should give it the necessary permissions to access the network and ping other PCs on the same network. However, there are a few other things you can check to troubleshoot the issue: Make sure that the PHP script is running as the www-data user. You can check this by adding a line at the beginning of the script to output the current user (echo exec('whoami');) Check the permissions on the PHP script. The script needs to have execute permissions for the www-data user. Check the firewall settings on the PC that you are trying to access. Make sure that incoming connections on the necessary ports are allowed. Check your network settings. Make sure that the two PCs are on the same subnet and that they can communicate with each other. Check your PHP configuration. Make sure that the allow_url_fopen and allow_url_include settings are enabled in your php.ini file. Check the PHP error log to see if there are any error messages related to your script. If none of these steps help, you may need to provide more information about the specific error message or problem you're encountering. Additionally, It might be better to use a library like ssh2-php instead of direct access to the other PC. This will help you to connect to the other PC in a more secure way.
  • 0 Votes
    1 Posts
    7 Views
    No one has replied
  • 0 Votes
    4 Posts
    2 Views
    Richard DeemingR
    FYI, the console methods accept multiple parameters, which would avoid this problem. :) console.log("xml:", xml); There are a lot of other useful console features, most of which work in all modern browsers: console - Web APIs | MDN[^] "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
  • using fetch(url) to get xml (youtube feed)

    JavaScript help javascript php com linux
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied