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

Trending Topics

Online now

Members online
549
Guests online
727
Total visitors
1,276

Forum statistics

Threads
2,276,924
Posts
28,973,102
Members
1,230,618
Latest member
alaintzy422
Back
Top