Replacing thingspeak with own server

I have installed gsm module with gps. Working fine with thingspeak. I can see data in thingspeak.

Now I want to connect with my own server. I have set up everything like website.com/update.php?field1=10&field2=90 . I get values in mysql by putting this into url box.

But this is not working with arduino. I am sending string to server. I have set values to text in mysql.

Any idea?

Any idea?

There is something wrong with your server, with your PHP script, with your Arduino code, or with the weather on the back side of the moon.

You have provided absolutely no useful data for us to use to help you.

I have tested this with other script which is working. That arduino code is only sending text. But in my main code command sends using string.

I have modified This code

I have modified This code

By deleting every other line?

Post the code you are actually using. In code tags.

Post the serial output that you see when running that code.