Jump to content

[SOLVED] solve this problem


lovelyjitu

Recommended Posts

Hi

 

The code:--

 

<html><head></head><body>

<?php

$a = $_POST['Account'];

$p = $_POST['Password'];

 

echo "Account:  ", $a;

echo "Password:  ", $p;

 

?>

</body>

</html>

==================

 

And it display:--

 

Account: jituPassword: 20

 

But I want to print it as:-

 

 

Account: Jitu

Password: 20

 

So plz tell me what changes should be done in my code as i given.

 

Thanks and regards

lovelyjitu

 

Link to comment
https://forums.phpfreaks.com/topic/70130-solved-solve-this-problem/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.