APIs and SDKs in a PHP project Programming Web Development by FarrisFahad … to understand how I can add an SDK to my PHP projects to make APIs calls. I noticed that every software… to have it for every SDK? I am also using PHP procedural programming and I noticed that these SDKs use OOP… Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner … order to install Composer, need a Command Line PHP.exe file. I do not have one of… these. I have been using PHP services from URL provider, 1 & 1…They said in order to get a Command Line PHP.exe file, requires SSH to 'Connect to … Question: how does one get the Command Line PHP.exe file needed to install Composer ? In Composer … Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner … screen is something in the coding not being understood by PHP 8.2. Any insights on what could be causing the… blank white screen ? <?php use PHPMailer\PHPMailer\PHPMailer; use PHPMailer\PHPMailer\Exception; require 'PHPMailer… Re: Online subission forms not sending emails of submitted info Programming Web Development by Biiim You don't need composer or access to the php.exe. just locate the PHPmailer Directory into your …is located. mine is `require 'includes/PHPMailer/src/PHPMailer.php';` cause I put it in a folder called includes, …the PHPMailer folder. like `require '../../includes/PHPMailer/src/PHPMailer.php';` I don't have access to the hosting server … Re: Online subission forms not sending emails of submitted info Programming Web Development by Dani … send email but screen turns blank white. That's a PHP fatal error. It could be a syntax error, or it… that PHPMailer is not in the location you're telling PHP to look. Do you have any way of accessing the… Re: Online subission forms not sending emails of submitted info Programming Web Development by Biiim … screen is something in the coding not being understood by PHP 8.2. Any insights on what could be causing the… Display product filter on all products category Programming Web Development by ianhaneybs …www.beechwoodsolutions.co.uk/sites/simply-heavenly-foods/index.php?route=product/category&path=271 has the …www.beechwoodsolutions.co.uk/sites/simply-heavenly-foods/index.php?route=product/category&path=-1 I would … extension I downloaded is https://www.opencart.com/index.php?route=marketplace/extension/info&extension_id=29713. I have… Re: How to query database using variable and get all results not just one row Programming Web Development by Chris_103 … of fetch(). Here's how you can modify your code: ```php // Query database to retrieve records associated with the user $sql… Video is not the main content of the page Digital Media Digital Marketing Search Engine Strategies by Read a Book …itemscope itemtype="http://schema.org/VideoObject"> <?php if (pathinfo($image4, PATHINFO_EXTENSION) === 'mp4') { // Display… <meta itemprop="name" content="<?php echo htmlspecialchars($product_name); ?>"> <meta … VB2010- why i get a different vertical size\color on RayCasting? Programming Software Development by cambalinho … yes i'm here too: https://www.vbforums.com/showthread.php?902527-VB6-raycasting-how-get-the-image-line but without… Re: Redirect non-www to www cons? Digital Media Digital Marketing Search Engine Strategies by Read a Book … rewrite the URL's # Rewrite product URLs RewriteRule ^product/index\.php$ - [L] RewriteCond %{QUERY_STRING} mainCategory=([^&]+)&productName=([^&]+)&…;product_id=([^&]+) RewriteRule ^product/index\.php$ /product/%1/%2/%3? [L,R=301] RewriteRule ^product… Re: Redirect non-www to www cons? Digital Media Digital Marketing Search Engine Strategies by Read a Book … version of the URL. I ensured and updated the search.php file which was redirecting to `non-www` version, now is…"; <link rel="canonical" href="<?php echo htmlspecialchars($product_url, ENT_QUOTES, 'UTF-8'); ?>"> And… Re: Improve HAVING BY performance Programming Databases by Dani … long it typically takes to generate the HTML from the PHP code *and* send it over the wire (e.g. including… strictly about the time to generate the HTML from the PHP code, which I would guesstimate is overall like 60ms-80ms… 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. Re: Improve HAVING BY performance Programming Databases by Biiim … (thats about 17,000 inserts a second). I even have PHP running about 30 queries with various joins and criteria from… they get dropped to save time and memory usage, the PHP query uses a specific ID so the rows are cut… Re: How to disable the automatic swipe effect on the product page? Programming Web Development by Dani … video on [this page](https://www.kupisi.mk/product/index.php?mainCategory=%D0%B7%D0%B0-%D0%B4%D0%BE%D0… Re: Redirect non-www to www cons? Digital Media Digital Marketing Search Engine Strategies by Read a Book … will also make a dynamic sitemap that is generated with PHP with the `www` in the domain. Till now i was… Re: Redirect non-www to www cons? Digital Media Digital Marketing Search Engine Strategies by Read a Book … --> <link rel="canonical" href="<?php echo $canonical_product_url; ?>"> and now the canonical url… 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 … request. cURL requests require some backend programming such as via PHP or some other language. Are you using a server-side… Re: Improve HAVING BY performance Programming Databases by Dani … even start sending it over the wire. That means all PHP interpreted, SQL queries executed, etc. Everything we need to build… Re: APIs and SDKs in a PHP project Programming Web Development by rproffitt > A software development kit is a collection of software development tools in one installable package. As such your last question doesn't make sense. The SDK installs your software development tools and your code would be where the API is called but not a call to the SDK! Re: Online subission forms not sending emails of submitted info Programming Web Development by Dani To clarify, I am suggesting: [...] //make your email body to send here $survey = "RadiantNewHorizonHomes.com General Inquiries" . "\r\n" . "\r\n" . "Name: " . $_POST['Name'] . "\r\n" . "E-mail Address: " . $_POST['Email'] . "\r\n&… How Build Html form ? Programming by Kirubel_2 <!DOCTYPE html> <html style="font-size: 16px;" lang="en"><head> <title>Comment</title> <script src="js/jquery.js"></script> <link rel="stylesheet" href="sign.css"> </head> <body … How Build video-player in html And css ? Programming by Kirubel_2 <head><title>navigation</title> <link rel="stylesheet" href="../css/nav.css"> <link rel="stylesheet" href="../css/tutorial.css"> <link rel="stylesheet" href="../css/vedio.css"> <link rel="stylesheet" href="… Re: How Build video-player in html And css ? Programming by Kirubel_2 body{ /* background: url(../img/w11.png); */ background: url(../img/m.jpg); background-size: cover; background-repeat: no-repeat; margin: 0; padding: 0; height: 101vh; overflow-y: hidden; } .container button{ background: transparent; … Re: How to query database using variable and get all results not just one row Programming Web Development by Mikekelvin To ensure that you're retrieving all records associated with the current user, you need to make sure that your query accurately filters the data based on the user's identifier (variable_name). Here's how you can modify your query to achieve this: // Assuming $currentUser holds the identifier of the current user // Query database to retrieve … Re: How to query database using variable and get all results not just one row Programming Web Development by Biiim logically, it would be because `WHERE variable_name = :variable_name` matches 1 row in your table maybe try a `var_dump(str_replace(':variable_name',"'some_value'",$sql));var_dump($records);`? run the sql on whichever way you use to access your DB directly I don't use PDO so i'm not too familiar on how it returns results, either … Re: Video is not the main content of the page Digital Media Digital Marketing Search Engine Strategies by Read a Book BUMP. Anyone can help with this issue ? :/ Re: Video is not the main content of the page Digital Media Digital Marketing Search Engine Strategies by Dani I’ll take a look at this tomorrow. I’m currently in bed :)