for example
their is 2 textboxes and one button.am creating another 2 textboxes if am entering values in 1st 2 textboxes and enter button then the value should be display in another 2 textboxes...
User Profile
Collapse
-
how to display values
I want to enter 2 values through textbox and when am click submit button i want to get it in another 2 textboxes.plz tell me how its code -
-
how to print a username in 2nd page using php
i input a username in a textfield this is in 1st page
Code:<?php if(isset($_POST['Submit'])) { $username=$_POST['textfield']; } ?>
how to do? -
not displaying username come back from another page
name displayed on login page using session shows a notice the username is not defined when come back from another pages.how to solve this -
Email validation in php application
How can i improve email validation in the code below?
Code:<?php $con = mysql_connect("localhost", "root", ""); if(isset($_POST['Submit'])) { $name=$_POST['textfield']; $address=$_POST['textarea']; $phno=$_POST['textfield2']; $emailid=$_POST['textfield3']; $comments=$_POST['textarea2']; if(!$con) { die('could
-
how to get correct alignment i
how to get align textbox correctly in form page of php
this is the code i executed
[code=html]<html>
<body>
<form action="welcome .php" method="post">
Name:<input type="/t text" name="fname" /></br></br>
Age :<input type="/t text" name="age" /></br></br>
Email:<input type="/t text"... -
i re installed wamp5 refering this link
http://www.rasyid.net/2007/07/09/ste...in-windows-xp/
find it is very helpful
thanks all of u for help me...Leave a comment:
-
ur code have an error.....befor e mysql_connect a @ symbol is needed.
i correct that error.then display as
Attempting to connect to MySQLLeave a comment:
-
sorry
it display another error
Attempting to connect to MySQL
Fatal error: Call to undefined function mysql_connect() in C:\Inetpub\wwwr oot\my.php on line 6Leave a comment:
-
not display output in browser(white page only )
can u give example for "localhost"Leave a comment:
-
for mysql-php connection what i want to do? mysql and php is working seperately working..anybod y help??Leave a comment:
-
i think their is some roblem in mysql connection..tha ts am not get my code...thank u 4 helpingLeave a comment:
-
the above code is working(ur code).
but y my code is not working?Leave a comment:
-
-
am tried another way also...iis ,php,mysql and windows xp.
using this also when am connecting to mysql db don't showing any errors.the browser page only shows blank.wt is the reason
this is the code am runned in browser
Code:<html> <body> <?php //remember to change the password to whatever you set //it to in mysql instance configuration //first parameter is
Leave a comment:
-
Code:<?php $a=5; $b=10; $c=$a+$b; echo "vale is"$c; ?>
Leave a comment:
-
problem for showing output of php file
i installed wamp5 in windows xp.it shows all services are working.but when am opened a php file using browser it show a white page only,not show the out put. what is the reason?
No activity results to display
Show More
Leave a comment: