Forum: PHP Nov 30th, 2008 |
| Replies: 3 Views: 514 hi, i will give you example:
<form name="form" method="POST" action="default.php">
if there any problem please tell me. |
Forum: PHP Nov 30th, 2008 |
| Replies: 1 Views: 402 hi friends, i want to get backup from MySQL DB by use php code. |
Forum: PHP Nov 18th, 2008 |
| Replies: 2 Views: 279 |
Forum: PHP Nov 18th, 2008 |
| Replies: 2 Views: 279 hello friends, i have two page in php, the first page contains entry form, and second page contains insert query, i want to keep form variables In the case of an error. |
Forum: PHP Aug 13th, 2008 |
| Replies: 1 Views: 424 how to adding code into a search engine does not serve the Arabic language |
Forum: Java Jun 8th, 2008 |
| Replies: 1 Views: 423 hi friends, how i can connect bluetooth device with java code. |
Forum: PHP May 27th, 2008 |
| Replies: 1 Views: 318 hi friends, how i can insert calendar in my php pages? |
Forum: PHP May 25th, 2008 |
| Replies: 1 Views: 371 hi friends, i have problem with Arabic language in php page, how i can display the Arabic language in my pages. |
Forum: PHP May 20th, 2008 |
| Replies: 4 Views: 1,349 |
Forum: PHP May 18th, 2008 |
| Replies: 4 Views: 1,349 hi friends i want to use php code with JS functi:$ on, please help me |
Forum: PHP May 8th, 2008 |
| Replies: 21 Views: 2,592 i mean two dropdown lists in same page |
Forum: PHP May 8th, 2008 |
| Replies: 21 Views: 2,592 i tried with firefox, but when i was select value from 1st dropdown list Transmission occurs for the second page, but i want the values appear in the same page. |
Forum: PHP May 8th, 2008 |
| Replies: 21 Views: 2,592 Tired with me, but the problem still exist and I do not know what to do... |
Forum: PHP May 8th, 2008 |
| Replies: 21 Views: 2,592 see the last update on the code:
<?php
mysql_connect ("localhost","root","");
mysql_select_db ("University");
$firstdropdownlistvalue =... |
Forum: PHP May 8th, 2008 |
| Replies: 21 Views: 2,592 okay:
<?php
mysql_connect ("localhost","root","");
mysql_select_db ("University");
$firstdropdownlistvalue = $_POST['col_name'];
... |
Forum: PHP May 8th, 2008 |
| Replies: 21 Views: 2,592 hi, ok i tried to print this value: $firstdropdownlistvalue = $_POST['col_name'];
by echo($firstdropdownlistvalue);
but it's doesn't appeared in the browser. why? |
Forum: PHP May 8th, 2008 |
| Replies: 5 Views: 4,499 you can using this:
$_POST['dropdown list name'];
if this not true please give me more explains. |
Forum: PHP May 7th, 2008 |
| Replies: 21 Views: 2,592 thank you very much, the error is solved but still data dosn't appear in the second dropdown list, I appreciate your Effort, please if you know the solution for this problem tell me, and iam Wait... |
Forum: PHP May 7th, 2008 |
| Replies: 21 Views: 2,592 i tried that but i get one error in this line:
echo "<select name=dropdown1 onchange='javascript: document.form.submit();'>";
the error is:
parse error, unexpected T_STRING, expecting ',' or ';' |
Forum: PHP May 7th, 2008 |
| Replies: 5 Views: 4,067 don't use echo in your code |
Forum: PHP May 7th, 2008 |
| Replies: 21 Views: 2,592 ok, that is:
<html >
<head>
<title> my page </title>
</head>
<body >
<?php
mysql_connect ("localhost","root","");
mysql_select_db ("University"); |
Forum: PHP May 7th, 2008 |
| Replies: 21 Views: 2,592 i tried that, but the cities didn't appeared in the second dropdown list.
note:
" the code in the same page ". |
Forum: PHP May 7th, 2008 |
| Replies: 21 Views: 2,592 hi friends,
i want to display data from mySQL database, and iam using two drop down list, displaying data in second drop down list depending on the selecting from first drop down list, for example:... |
Forum: PHP May 7th, 2008 |
| Replies: 4 Views: 541 it's working very well ,thank you very much (nav33n). |
Forum: PHP May 6th, 2008 |
| Replies: 1 Views: 413 hi friends,
how to send variables from page to other in php, please help me. |
Forum: PHP May 6th, 2008 |
| Replies: 4 Views: 541 thanks pritaeas:
but the problem still found. |
Forum: PHP May 6th, 2008 |
| Replies: 4 Views: 541 i want to send variable from one page to other in php and iam using session, but the variable doesn't appear in other page. iam using this code :
page 1:
<?php
session_register('number');... |
Forum: Community Introductions May 6th, 2008 |
| Replies: 5 Views: 507 i hope help any body in this wonderful Community, and i hope any body helps me in my problems, thanks...:) |