Forum: PHP Oct 13th, 2009 |
| Replies: 1 Views: 242 hallo there,
i ve implemented a log in system which works just fine. i have a simple form username and psw and when the user pushes the button "ok" i check into mysql database if those names... |
Forum: PHP Sep 29th, 2009 |
| Replies: 8 Views: 364 of course i echoed the variable. it is empty for sure!
it never gets in here
if(isset($cat) and strlen($cat) > 0){
//never in here!!!!!
$quer=mysql_query("SELECT lastname, firstname,... |
Forum: PHP Sep 28th, 2009 |
| Replies: 8 Views: 364 it does not work even if i put this line out.
when i pick something from first select box the form reloads. in the adress line shows my pick (ex. http//:......./bathmoi.php?cat=11, but the select... |
Forum: PHP Sep 27th, 2009 |
| Replies: 8 Views: 364 i have tree select boxes. i fill those with data coming from a database (mysql)
i want to change the data of the last two selects regarding the selection of the first.
here is my code. it doesnt... |
Forum: PHP Jan 18th, 2009 |
| Replies: 2 Views: 658 hallo,
i ve created a dynamic form. A user can select The number of fields he d like to fill in (test creation)
echo '<form method="post" action="createxml.php">';
for ($i =1; $i <=$number;... |
Forum: PHP Jan 4th, 2009 |
| Replies: 4 Views: 346 yes, all the values are unique. U re right the distinct is not nessecery but for sure it doesnt cause the problem. i tried with or without it.
i will give u the data from table mathimata and from... |
Forum: PHP Jan 3rd, 2009 |
| Replies: 4 Views: 346 |
Forum: PHP Jan 3rd, 2009 |
| Replies: 4 Views: 1,021 ok man. u were right. it was a stupid error.
just for the records
the wrong line:
<td align='center' width="492" height="84" alt=""><img src="./images/main banner.jpg" width="492" height="84"... |
Forum: PHP Jan 3rd, 2009 |
| Replies: 4 Views: 1,021 ----------------------------------------------------
than u for your quick answer.
so i inserted an css (external)
this one
.alltocenter { font-family: Verdana; font-size:12px;... |
Forum: PHP Jan 3rd, 2009 |
| Replies: 4 Views: 346 Happy new year to everyone..
in my sql db there r 2 tables. mathimata and apousies
from table -apousies- i "select" some data (the amount of absences) for a particular person (student) for... |
Forum: PHP Jan 3rd, 2009 |
| Replies: 4 Views: 1,021 hallo,
i have align problems about my data into a html table. In Firefox everything is ok aligned to center. in IE everything is alligned to left and thats not ok
my code
</head>
<body... |
Forum: PHP Dec 25th, 2008 |
| Replies: 2 Views: 1,298 hallo there.
i am new in programming so i ask for your understanding
i want to put the results from a sql query into a textarea. then i want to be able to pick one of the records of textarea... |