Гость » 07 мар 2024, 12:45
Последнее сообщение Гость «
Гость »
fail to send email error SMTP connect() failed. server error: Failed to connect to server SMTP code: 10060 Additional SMTP info: A connection attempt failed because the connected party did not properly respond after a period of time, or established...
Гость » 07 мар 2024, 12:44
Последнее сообщение Гость «
Гость »
So, I've always implemented a singleton like so:
class Singleton { private static $_instance = null; public static function getInstance() { if (self::$_instance === null) self::$_instance = new Singleton(); return self::$_instance; } private...
Гость » 07 мар 2024, 12:43
Последнее сообщение Гость «
Гость »
In the Laravel application, I'm trying to achieve a button inside the view that can allow users to download files without navigating to any other view or route Now I have two issues: (1) below function throwing
Гость » 07 мар 2024, 12:39
Последнее сообщение Гость «
Гость »
In a Controller, during serialization, using the Symfony Serializer, I need to dynamically add a property portal to an object, depending on an outside $portal value, which is a query argument.
Гость » 07 мар 2024, 12:23
Последнее сообщение Гость «
Гость »
URL -
ISSUE - When I'm entering the already added data by me in players table for these first 4 fields so when I'm trying to add the Student Unique ID (1st field) for testing purpose then it's responding nothing. But as it should check this Id...
Гость » 07 мар 2024, 12:17
Последнее сообщение Гость «
Гость »
So I have this PHP function that contains a query to select data from postgresql database
public function checkEkspedisi2($resi_no, $shipper) { $return = array(); $conn = new PDO(DB_DSN, DB_USERNAME, DB_PASSWORD); $sql = SELECT resi_no FROM t_vbak...
Гость » 07 мар 2024, 12:11
Последнее сообщение Гость «
Гость »
My code sends an email to the client contains a button, it's cursor:pointer css is not working in gmail....
$mail->isHTML(true); $mail->Body=' Approve Incident '; if(!$mail->send()) { echo 'Message could not be sent.'; echo 'Mailer Error: ' ....
Anonymous » 06 мар 2024, 15:45
Последнее сообщение Anonymous «
Anonymous »
I would like to use the value returned form isset($_POST) to open another php file. For example if option_button is pressed open and run the code in 1.php. If swimmer_button is pressed open and run 2.php
Is this possible? Thanks in advance
Anonymous » 06 мар 2024, 15:43
Последнее сообщение Anonymous «
Anonymous »
Okay, I am back with my code reworked from the last time. I want to display error handling messages on my webpage. I have gotten that to work now, but my dilemma is that I want more than one error message to display as needed. Currently I only...
Anonymous » 06 мар 2024, 15:36
Последнее сообщение Anonymous «
Anonymous »
i'm developing a web app (with PHP SDK) that basically takes user posts of last year and does some kind of analysis on it. Until now i used to load the data with a recursive function that everytime gets the content from the paging link and calls...
Anonymous » 06 мар 2024, 15:35
Последнее сообщение Anonymous «
Anonymous »
It happens when I type composer require slim/psr7 in CMD vs code terminal.
Your requirements could not be resolved to an installable set of packages. Problem 1 - slim/psr7 require php ^7.1 -> your php version (8.0.30) does not satisfy that...
Anonymous » 06 мар 2024, 15:33
Последнее сообщение Anonymous «
Anonymous »
I'm using the default twenty_ten theme that comes with the latest Wordpress and modifying it. I just want to add a class to certain text inputs within the new comment form (specifically to add class= text to make it play nice with Blueprint CSS...
Anonymous » 06 мар 2024, 15:24
Последнее сообщение Anonymous «
Anonymous »
I'm a beginner programer and i'm working on my first personal project, and the first step is creating a signup form that stores data in a MySQL database (i'm using XAMPP). i successfuly connected to the database, but it keeps spitting out this error...
Вы можете начинать темы Вы можете отвечать на сообщения Вы не можете редактировать свои сообщения Вы не можете удалять свои сообщения Вы можете добавлять вложения