Text based message in php ! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Text based message in php !

Where to start php that write program for text sending and receiving...

27th Dec 2019, 4:31 PM
Muhammad Belal
Muhammad Belal - avatar
1 Answer
+ 1
You may use the methods gets what bring php for send and receive parameters for example: put our parameter text when we send some text: localhost/test.php?text=this_is_a_text <?php // Test.php echo $_GET["text"]; // this_is_a_text ?>
28th Dec 2019, 4:29 PM
Review Bueno
Review Bueno - avatar