🔒 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
  • 220
    Views
  • 1
    Participants
Last reply from:
genshin_mica

Trending Topics

Online now

Members online
1,182
Guests online
1,394
Total visitors
2,576

Forum statistics

Threads
2,289,619
Posts
29,059,609
Members
1,212,913
Latest member
Gikuv0908
Back
Top