hallo,
i have changed file signup1.php with login1.php, in action fied of form
and saved .
but when i run this file and click on submit button, it still shows old
sighnup1.php. and data is also not entering in database. while it data was
entering in databse before this. but not now w
hallo ,
entered information still not shown in table of database
is below code is right ?
form name and type values are 'submit' . then
what is wrong with this code,
-
Do you Yahoo!?
Take Yahoo! Mail with you! Get it on your mobile ph
hallo,
clicking on submit entered info. is not entering in database.
how to set submit , so that query wll execute correctly.
?php
if($submit)
{
$dbh=mysql_connect ("localhost", "root") or die ('I cannot connect
to
the database because: ' . mysql_error());
mysql_select_db ("
hallo,
see below code. query is not executing and data is not shown in table of
database.after submit button hit.
how to evaluate $submit true. have Tried these statements before if statement
echo "--$submit--";
echo "--$_POST["submit"]--";
echo"Submit = $submit ";
but still query is
echo "--$submit--";
echo "--$_POST["submit"]--";
amol patil wrote:
>hallo ,
>
>i have wriiten simple php script , below.
>created databse "dollar1_allinfo" with table 'totalinfo'
>
>but on clicking submit button ,
>
>informa
hallo ,
i wrote this , echo "Submit = $submit";as you said.
but comments in echo statements are appearing on same pages before clicking
submit button
and in between same pages content .
i want these comment on new page or same page but without original content of
that page
how to c
what is being held in the variable submit
when you move from one page to the next, a point when you are expecting to
enter the if($submit) clause.
I hope that clarifies it a bit.
all the best,
graeme.
amol patil wrote:
hallo, i wrote this echo "Submit = $submit"; before 'if
hallo,
i wrote this
echo "Submit = $submit"; before 'if statement'
but , the sentences in echo statements are executing on same pages , showing
original page with these echo statement.
i want to execute , some comments and tables on same page(without original
contents) or on new pa
hallo ,
i have wriiten simple php script , below.
created databse "dollar1_allinfo" with table 'totalinfo'
but on clicking submit button ,
information entered is not entering in database.
also, echo statements are also not displaying after submit
thank you.
hallo friend,
i have developed simple and small database website using php ,html and java
script.
but i am getting these three parse errors on clicking ,
i have checked 3-4 imes on these line numbers, but there wasn't any $ variable.
php script is also correctly written.
what is this T_STR
10 matches
Mail list logo