Skip to content

Tag: html

html php query without URL update

Is it possible to submit a query without updating the URL? On a dictionary, I want to do first one simple query: www.example.com/?q=word On the result page there will be a button with which I want …

get every words backwards using php

I want to get the text and print every words backwards. Example: Hello World Output: World hello This is my codes so far. It is different, I get output backwards but per string. $string = “hello …