Keka Direktor
Keka Direktor
KPCKevin Powell - Community
Created by Keka Direktor on 11/11/2023 in #back-end
CORS Blocking My Request
Thank you
6 replies
KPCKevin Powell - Community
Created by Keka Direktor on 11/11/2023 in #back-end
CORS Blocking My Request
I find out what is a problem
6 replies
KPCKevin Powell - Community
Created by Vanilla on 11/11/2023 in #back-end
Problem with meta tags in html
Is this image inside your folder
9 replies
KPCKevin Powell - Community
Created by Keka Direktor on 11/11/2023 in #back-end
CORS Blocking My Request
I build my api in PHP...
6 replies
KPCKevin Powell - Community
Created by Keka Direktor on 11/11/2023 in #back-end
CORS Blocking My Request
In some case this happen, when I remove http_response_code(422);. I thing that line of code is not a prblem but idk
6 replies
KPCKevin Powell - Community
Created by Keka Direktor on 11/6/2023 in #back-end
SYNTAX ERROR PROBLEM INSIDE OOP PHP
Okay, I'm gona install. Thank you again
31 replies
KPCKevin Powell - Community
Created by Keka Direktor on 11/6/2023 in #back-end
SYNTAX ERROR PROBLEM INSIDE OOP PHP
I need to install new one
31 replies
KPCKevin Powell - Community
Created by Keka Direktor on 11/6/2023 in #back-end
SYNTAX ERROR PROBLEM INSIDE OOP PHP
That's why I think
31 replies
KPCKevin Powell - Community
Created by Keka Direktor on 11/6/2023 in #back-end
SYNTAX ERROR PROBLEM INSIDE OOP PHP
Older versions
31 replies
KPCKevin Powell - Community
Created by Keka Direktor on 11/6/2023 in #back-end
SYNTAX ERROR PROBLEM INSIDE OOP PHP
I forgot to include that
31 replies
KPCKevin Powell - Community
Created by Keka Direktor on 11/6/2023 in #back-end
SYNTAX ERROR PROBLEM INSIDE OOP PHP
🙂
31 replies
KPCKevin Powell - Community
Created by Keka Direktor on 11/6/2023 in #back-end
SYNTAX ERROR PROBLEM INSIDE OOP PHP
Thanks man alote
31 replies
KPCKevin Powell - Community
Created by Keka Direktor on 11/6/2023 in #back-end
SYNTAX ERROR PROBLEM INSIDE OOP PHP
All good
31 replies
KPCKevin Powell - Community
Created by Keka Direktor on 11/6/2023 in #back-end
SYNTAX ERROR PROBLEM INSIDE OOP PHP
Okay I'm gona try
31 replies
KPCKevin Powell - Community
Created by Keka Direktor on 11/6/2023 in #back-end
SYNTAX ERROR PROBLEM INSIDE OOP PHP
Maybe I can send you folder with all code if it's posible
31 replies
KPCKevin Powell - Community
Created by Keka Direktor on 11/6/2023 in #back-end
SYNTAX ERROR PROBLEM INSIDE OOP PHP
I removed
31 replies
KPCKevin Powell - Community
Created by Keka Direktor on 11/6/2023 in #back-end
SYNTAX ERROR PROBLEM INSIDE OOP PHP
Yes
31 replies
KPCKevin Powell - Community
Created by Keka Direktor on 11/6/2023 in #back-end
SYNTAX ERROR PROBLEM INSIDE OOP PHP
Yes than I got this Call to a member function getAll() on null
31 replies
KPCKevin Powell - Community
Created by Keka Direktor on 11/6/2023 in #back-end
SYNTAX ERROR PROBLEM INSIDE OOP PHP
This is a class ProductGateway
31 replies
KPCKevin Powell - Community
Created by Keka Direktor on 11/6/2023 in #back-end
SYNTAX ERROR PROBLEM INSIDE OOP PHP
class ProductGateway { private PDO $conn; public function __construct(Database $database) { $this->conn = $database->getConnection(); } public function getAll(): array { $sql = "SELECT * FROM signup";
$stmt = $this->conn->query($sql); $data = [];
while ($row = $stmt->fetch(PDO::FETCH_ASSOC)) { $data[] = $row; } return $data; } }
31 replies