🔒 Closed HELP PROGRAMING

Status
Not open for further replies.

genshin_mica

Enthusiast
$user_input = readline("ASK: ")"\n";
function payload($user_input){
$payload = '{
"prompt": "'.$user_input.'",
}';
}

How can i get the user log input and put into function payload like this.

$user_input = readline("ASK: HELLOW")."\n";
function payload($user_input){
$payload = '{
"prompt": "HELLOW"\n'.$user_input.'",
}';
And so on, until the user stop prompt.
 
Status
Not open for further replies.

About this Thread

  • 0
    Replies
  • 231
    Views
  • 1
    Participants
Last reply from:
genshin_mica

Trending Topics

Online now

Members online
799
Guests online
1,794
Total visitors
2,593

Forum statistics

Threads
2,315,413
Posts
29,182,415
Members
1,182,588
Latest member
basix
Back
Top