Skip to main content

All Questions

Tagged with
-2 votes
0 answers
27 views

How to force PHP to look at URL [closed]

Update: Alex in the comments below pointed to the source of the problem. Therefore, this question is answered, as far as I am concerned. I have a page where I can choose a dropdown to modify the ...
Alex's user avatar
  • 981
0 votes
1 answer
33 views

Getting an error when returning a validation view in Laravel

What I am trying to achieve is to redirect back to the page with validation message if the input is incorrect. Currently I am facing an error and that says. Method Not Allowed Symfony\Component\...
alex wang's user avatar
0 votes
1 answer
53 views

Error with unlink() function of symfony in prod

I have a problem with my app It is deployed with symfony 6.3.2 on the backend I think it's on an nginx server with docker The library used for the api is api-platform Whenever I make some calls to API ...
arsene stein's user avatar
0 votes
0 answers
38 views

ARDUINO MEGA - ESP 8266 data sending problem

I am developing a simple project with an ARDUINO MEGA with a ESP8266. The ARDUINO gets some data, and send to a web, and from the web to a database. The system works perfectly when the web-database ...
Julio Ausin's user avatar
1 vote
0 answers
40 views

PHP : Failed to open stream: HTTP request failed! HTTP/1.1 400 Bad Request in

I'm trying to submit a form details and gather all entered text field data and concatenate with url and pass to qrcode generator to show QrCode in pdf page with the entered data using fpdf library. ...
user6161's user avatar
  • 289
0 votes
0 answers
56 views

$_GET returns empty array after clicking on a link with passed values

When I click the second link with the embedded values in it, the script that has to access them returns an empty array. In that script I am just using $_GET to test and see what is passed. I also know ...
Kristian Georgiev's user avatar
-1 votes
1 answer
180 views

How to convert GET request To POST request when using fetch() [duplicate]

I am currently trying to convert my old, insecure, short GET requests to a more secure POST request. I am not sure how to do it. function fetchData() { return fetch(`dataProcessing?action=...
KJ Zabinsky's user avatar
0 votes
0 answers
172 views

This page isn’t working. If the problem continues, contact the site owner. HTTP ERROR 405

It is showing this error in console: This page isn’t working. If the problem continues, contact the site owner. HTTP ERROR 405 Header shows this Request URL: http://127.0.0.1:5501/Assignment%202%20-%...
Devanshi Patel's user avatar
0 votes
1 answer
36 views

Why do variables set by $_GET() not retain values [duplicate]

The idea is that one script calls another with parameters, then the called script re-calls it's calling script with the same parameters. Calling Script <?php //search_members - Test.php $...
zzm's user avatar
  • 1
0 votes
2 answers
68 views

Expecting POST to Redirected to a GET - found POST

Can´t fix this error: "Expecting POST to Redirected to a GET - found POST". I run this code with ngrok and XAMPP. This is a part from following assignment: https://www.wa4e.com/assn/rps/. ...
Kseniia's user avatar
0 votes
0 answers
49 views

PHP function updates DB entry with empty fields

So Im new to php , and im making a blog site as a starter project. The problem is that I have php function to edit data in exsisting post and update it in DB (MySQL), but whenever I try to update ...
Trilloux's user avatar
0 votes
1 answer
1k views

telegram bot web app receives data with GET method #tgWebAppData php

This data does not exist in $_SERVER example url wep app request https://example.com/index.php#tgWebAppData=query_id=AAEb3dV3AgAAABvd1Xds7_Fh&user=%7B%22id%22%3A633121272%2C%22first_name%22%3A%...
Adhambey Gamer's user avatar
0 votes
0 answers
90 views

Submission of a form will be added as a lead for Bitrix24

I have a form that collects names, emails, and positions. While my PHP code successfully sends the names and emails to Bitrix as new leads, the position data is not being transmitted. <?php ...
Kenan Thompson's user avatar
0 votes
1 answer
78 views

Flutter doesn't return any data from PHP API, but browser, postman and cliente made in PHP/Curl does

As the title suggests, my problem is with Flutter 3.16.3 and http: ^1.1.2 - I'm using: Windows 11 - Developing for Android, VSCode. My code in Flutter that doesn't continue beyond the final response ...
Nan Medeiros's user avatar
1 vote
0 answers
170 views

Flutter Web: Open php script in background

so i have a php file on my server which i need to access from my flutter web code. when doing it manually in a browser or via urlLauncher in flutter it works fine. but i need to do it in the ...
flutty's user avatar
  • 31

15 30 50 per page
1
2 3 4 5
323