Forum: PHP 20 Days Ago |
| Replies: 11 Views: 425 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta... |
Forum: PHP Oct 16th, 2008 |
| Replies: 2 Views: 430 if u are using combobox for region, province, and city then oneach selection of regiion and province u have to refresh page.
in php u can use <? echo $_SERVER['PHP_SELF']?> |
Forum: PHP Sep 23rd, 2008 |
| Replies: 2 Views: 1,588 new to this php..
i have a login page.
<form name="form" id="form" action="aa.php" method="post">
...
<input name="txtusername" id="txtusername" type="text"... |