Re: minimal-mvc: Frugal PHP micro-framework with basic routing and templating Programming Web Development by Dani … a brick 'n' mortar that uses PHP for a contact form, etc.), OOP is an almost necessary way to organize code… Re: This Halloween: Are You Brave Enough to Face Roko's Basilisk? Community Center by olivia_24 It also assumes that said AI will be vindictive (like the gods). If the theory is correct, why would a sentient AI need to be vengeful once it has been created? In any case, there is still no evidence that machine consciousness it attainable. At least one engineer involved in the development of OpenAI has made claims about consciousness, but those … Graph of quadratic function with CanvasRenderingContext2D Programming Web Development by alexanderrm2024 …> This programme calculates zeros of quadratic polynomials of the form ax² + bx + c and graphically displays the solution in the…="submit" value="Calculate zeros"> </form> <p id="output"/> </body… ‘Advanced AI should be treated similar to Weapons of Mass Destruction’ Community Center by Johannes C. …**, as it will become increasingly necessary to use a short form in order to illustrate this notion. First, I submit that… of novelty. It is conceivable that a system develops a form of ‘**existential boredom**’ or a lack of intrinsic motivation to… How can we Implement Multiple Surveys/Feedbacks on Our Result page? Programming Web Development by carnoico … forms/surveys on the same page, we want each feedback form/survey under student name and rank so they can easily… Unpopular Opinion: Bootstrap+jquery+CI is the best thing since sliced bread Programming Web Development by pyeri … code). 2. Bells and Whistles included (Routing, MVC, Database interaction, form building, etc.) 3. Integration with Composer/Packagist. 4. Proven to… Re: Graph of quadratic function with CanvasRenderingContext2D Programming Web Development by Dani Have you learned how to graph things? Did your professor teach you about using Canvas yet? Here is a tutorial for getting started: https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API/Tutorial Re: Why does Dell hate Linux so much? Hardware and Software Linux and Unix by simhakidsden It's quite baffling to witness such a stark contrast in Dell's approach to promoting Ubuntu between Europe and the USA. Their inconsistent messaging only adds to the confusion for potential customers. Hopefully, Dell can streamline their marketing strategy to provide clearer information and support for Linux enthusiasts worldwide. Re: How can we Implement Multiple Surveys/Feedbacks on Our Result page? Programming Web Development by Dani If I understand you correctly, what you're asking for is custom development work. If you don't already have an in-house developer working on your website who is capable of doing this, you most likely will need to go the custom consulting route. You can use freelance services such as [Upwork](https://www.upwork.com/) or [Toptal](https://www.toptal.… Re: Database wrapper for Codeigniter 3 Programming Web Development by Dani Wow, this is old. I just stumbled upon it and it’s so crazy looking back at old code you wrote once upon a time. Especially since we are still working off the same framework so it’s just interesting to see how much it’s morphed and evolved over the years. Re: Database wrapper for Codeigniter 3 Programming Web Development by pyeri Glad to know that Daniweb uses CodeIgniter! It's a very minimal but robust framework and has all the bells and whistles which other so called "modern" frameworks keep talking about. I myself use CI3 for most of my freelance projects. For database interaction, I usually don't use the CI models, I prefer dealing with the `$this->db` … Re: Database wrapper for Codeigniter 3 Programming Web Development by Dani I started with CI3 probably like a decade ago, and that’s what I’m continuing to use, albeit with a bunch of security updates and so forth. It’s not worth it to me to upgrade to CI4 right now since that would pretty much be a complete rewrite of the entire app for not much upside. Do you have any experience with CI4? Re: Database wrapper for Codeigniter 3 Programming Web Development by pyeri I have never bothered to check CI4 as CI3 fulfilled all my web development needs. It required some modifications when PHP 8 came (PHP 8 didn't allow dynamic properties which are used in CI3). But otherwise, it works fine for most small to medium sized projects. One of the best things about CI3 is that it works out of the box with minimum initial … Re: Unpopular Opinion: Bootstrap+jquery+CI is the best thing since sliced bread Programming Web Development by Dani I've posted my story many times before, but here it is again :) I've been programming the majority of my life, first in Apple BASIC, then QBasic, then Visual Basic, then C++. PHP was my first foray into web development, and DaniWeb was my first project. DaniWeb started 22 years ago with phpBB, and then evolved to vBulletin. I knew the phpBB code… Re: Unpopular Opinion: Bootstrap+jquery+CI is the best thing since sliced bread Programming Web Development by pyeri That's a very fascinating journey, Dani. The early era of the Internet was very different, bulletin boards and IRC were phenomenal, especially when it came to quality of interaction. It's a great achievement that you not only used to be a part but also helped build parts of that Internet. As the PHP creator himself once said, CodeIgniter is a … Re: This Halloween: Are You Brave Enough to Face Roko's Basilisk? Community Center by soly_1 Although superintelligence and God are both considered "mighty entities," the devil is in the details. A superintelligence merely needs code; unlike supernatural beings, it doesn't require faith. The proof isn't found in antiquated literature, but rather in the quick developments in AI and machine learning. Though, in my opinion, the … How Build Html form ? Programming Web Development by Kirubel_2 …">Registration</div> <form action="#" enctype="multipart/form-data" method="POST" >…;.content").toggle(); } </script> </div> </form> <div class="button"> <button… Re: How Build Html form ? Programming Web Development by Dani I'm not exactly understanding your question. I see you have an HTML form here in this HTML code. What is not working about it? You need to specify the action="#" to be a URL that will process the form. AirTM API: How to Build a Form? Programming Web Development by FarrisFahad … the payment page using an HTML form. Here is an example ... <!-- PAYPAL --> <form action="https://www.paypal.com…" value="Deposit Money Via PayPal"> </form> <!-- PAYPAL --> I want to do the same… Re: AirTM API: How to Build a Form? Programming Web Development by pritaeas You cannot safely use a form to post directly to AirTM. Post to your own PHP script, which can then use curl to make the request, including headers. Re: AirTM API: How to Build a Form? Programming Web Development by Dani I can see that the URL that you linked me to has 4 steps to create a purchase. The first one is to create a Purchase via an HTTP POST request. That can be done with a cURL request. cURL requests require some backend programming such as via PHP or some other language. Are you using a server-side language to write your web app? If so, which one so… Re: AirTM API: How to Build a Form? Programming Web Development by pritaeas https://docs.airtm.com/purchases-payins/create-purchase You can choose PHP in the dropdown above the sample code. That way you can see what your PHP should contain. A Utility App for my organisation Hardware and Software Cloud-based Apps by Rahul_143 … the collection of educational resources in images, pdf or video form fourth is the forum with contact details of all employees… Online subission forms not sending emails of submitted info Programming Web Development by david.tigner …; array( 'header' => "Content-type: application/x-www-form-urlencoded\r\n", 'method' => 'POST', 'content' =>…->success) { // ReCaptcha validation successful, process the form submission // Your form processing code goes here $subject = "Showing Scheduling&… Re: Online subission forms not sending emails of submitted info Programming Web Development by Biiim … 'includes/PHPMailer/src/SMTP.php'; $survey = 'Form Data:'."\r\n"; $survey .= 'Some form data:'."\r\n";//make your…('hello@example.com'); /* Set the subject. */ $mail->Subject = 'Survey Form filled out'; /* Set the mail message body. */ $mail->Body… Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner … RTO-USA.com and wants to submit an online submission form. In order for me to receive that submission, the user… address that I created for them on the online submission form in order for me to receive it. To me, this… Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner … happening: If a submitter (the one that fills out the form and presses the Submit button) doesn't enter an email… to be done is have the email address the submission form was sent from be something like submissions@RTO-USA.net… Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner … that something changed in Feb 2024 (last on line submission form I received was in early Feb 2024 so the timeline… Re: Online subission forms not sending emails of submitted info Programming Web Development by Biiim … that something changed in Feb 2024 (last on line submission form I received was in early Feb 2024 so the timeline… Re: Online subission forms not sending emails of submitted info Programming Web Development by Biiim … with gmail or something. worst you can just write the form data to a text file so you can download it…