Jump to content

gautamphp

Members
  • Posts

    12
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

gautamphp's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hi, I change my code with your code but still it gives an error. error is as:-- Parse error: syntax error, unexpected '<' in C:\xampp\htdocs\welcome.php on line 5 So, tell me what should i do??? Thanks
  2. Hi, I make a simple login form and save it as:- 1.php Codding is as :-- <html> <body> <h3>Logon Page</h3> <form name="Logon" action="welcome.php" method="post"> <table border="0"> <tr> <td>Account: </td> <td><input type="text" name="Account" size="10"></td> </tr> <tr> <td>Password: </td> <td><input type="password" name="Password" size="10"></td> </tr> </table> <input type="submit" name="SubmitButton" value="Submit"> </form> </body> </html> but when i click on Submit button it gives an erron in welcome.php file which coding is as:-- <?php $a = "$_post['Account']"; $p = "$_post['Password']"; echo "Account:", $a;<br> echo "Password:", $p; ?> So, plz tell me why here an error is occure and do't display welcome.php file while clicking on Submit button from 1.php file. Thanks......... Jitu
  3. Hi, I have installed WAMP on my system but when i make a file in notepad with a.php but it save as a window icon file and do't running in internet explorer. So, plz help me and tell me what should I do? Thanks Jitendra
  4. Hi, I have installed XAMP on my system but when i have codding in editplus editor or note pad and i save it as:- file.php and explore in internet explorer or mosila it gives an error. So, plz help me and tell me what should i do for it? Thanks and regards Jitendra
  5. Plz tell me:-- <form action ="b.php" method="post"> Name <input type = 'text' name = 'name'> <Br> Email <input type = 'text' email = 'email'> <Br> <input type = 'submit' name = 'submit' value = 'submit'> </form> this codding is correct or not
  6. I want to create a simple form with a Name, Email Id, and Submit button. so tell me form codding for this purpose. Tell me how many file we have to create for this simple form handling in php.
  7. Hi, Q:1 - Tell me about What is LAMP, WAMP, XAMP and AMP in brief and why we use these for in php scripting? Q:2: - What is MVC (Module View Controller) and why we use these for in php scripting? Q3: - What is free libraries, Free php open sources, Ajax and Joomla and why we use these for in php scripting? Thanks. Jitu
  8. Hi, thanks to reply me, when we write a php script in text editor and save it .php extension, where it will store and how we run it after save .php extension. Because when we save a html script by .html extension it save as a internet explorer site on my computer desktop and I can see it by clicking on this icon which is created by when i have save a file .html extension So, plz tell me how and where it will save a file or script coding if i will save it as a .php extension. Thanks.................
  9. Hi, I am looking for a best tutorial for beginner of php would you plz suggest me a best php beginner tutorial. Thanks
  10. I want to go in development (website programmer) field. then what will you suggest asp.net or php? Thanks
  11. Hi, I want to get a job in IT field in less time as fast as possible, If I learn php and mysql then will I be able to got a job in IT Field. and plz tell me about the scope of php in future. Plz reply my question. thanks Gautam
×
×
  • 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.