[PHP-DB] is this a problem ?

2004-12-28 Thread amol patil
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

[PHP-DB] check out this , if block is not executing ............

2004-12-27 Thread amol patil
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

[PHP-DB] how to set submit.

2004-12-27 Thread amol patil
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 ("

Re: [PHP-DB] query is not executing data is not entering in created database

2004-12-26 Thread amol patil
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

Re: [PHP-DB] data is not entering in created database

2004-12-25 Thread amol patil
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

[PHP-DB] how to connect new html page in PHP.

2004-12-24 Thread amol patil
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

[PHP-DB] want to execute comments on new pages after clicking submit.

2004-12-24 Thread amol patil
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

Re: [PHP-DB] want to execute comments on new pages after clicking submit.

2004-12-24 Thread amol patil
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

[PHP-DB] data is not entering in created database

2004-12-24 Thread amol patil
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.

[PHP-DB] Parse errors ,,, can you. impart me about it.

2004-12-20 Thread amol patil
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