Search found 171 matches
- Mon Dec 03, 2007 7:48 am
- Forum: PHP - Code
- Topic: insert multi rows
- Replies: 1
- Views: 580
insert multi rows
I want to insert multirows by command "UPDATE", but it doesn't run. I have a table and user can insert to it c1 : <blank> c2 : <blank> c3 : <blank> The first, I insert following : c1: 1 c2: 2 c3: <blank> c4: <blank> ---------------> It returns result OK The second, in table there are c1 =1...
- Mon Mar 19, 2007 4:06 am
- Forum: UI Design/Usability
- Topic: firefox and IE
- Replies: 12
- Views: 10792
- Sun Mar 18, 2007 1:36 pm
- Forum: UI Design/Usability
- Topic: firefox and IE
- Replies: 12
- Views: 10792
- Sat Mar 17, 2007 1:59 pm
- Forum: UI Design/Usability
- Topic: firefox and IE
- Replies: 12
- Views: 10792
- Sat Mar 17, 2007 12:18 pm
- Forum: PHP - Code
- Topic: about browser
- Replies: 11
- Views: 3840
- Sat Mar 17, 2007 12:25 am
- Forum: UI Design/Usability
- Topic: firefox and IE
- Replies: 12
- Views: 10792
Write better code. edit: okay, that was a bit harsh, sorry. But seriously, what can you expect anyone to say without providing more information? Isn't that what we usually ask in your threads anyways? I'm sorry if I have done some thing wrong!!! if code doesn't run in firefox, only because of bad c...
- Fri Mar 16, 2007 5:06 pm
- Forum: UI Design/Usability
- Topic: firefox and IE
- Replies: 12
- Views: 10792
firefox and IE
How to solve if with the same code, but in mozila(fire fox) interface has mistake, but internet explorer doesn't have???
- Fri Mar 16, 2007 4:45 pm
- Forum: PHP - Code
- Topic: about browser
- Replies: 11
- Views: 3840
- Wed Mar 14, 2007 5:38 am
- Forum: PHP - Code
- Topic: multiple paging
- Replies: 3
- Views: 756
- Wed Mar 14, 2007 5:22 am
- Forum: PHP - Code
- Topic: parametr
- Replies: 1
- Views: 521
parametr
How to do if I back a previous page, I will have a parametr,which was chosen by me. example here : file1.php echo "<form action='file2.php' method='POST'>"; for($i=0;$i<rows;$i++) echo "<td><input type='radio' name='id' value='$id'>$id</td>"; echo "<tr><td><input type='submi...
- Tue Mar 13, 2007 2:20 pm
- Forum: PHP - Code
- Topic: pagination
- Replies: 2
- Views: 1568
- Tue Mar 13, 2007 1:51 pm
- Forum: PHP - Code
- Topic: pagination
- Replies: 2
- Views: 1568
pagination
How to do to output table with default row by pagination. I have done it but it'snot exactly <?php db_connect(); if (isset($_GET['pageno'])) { $pageno = $_GET['pageno']; } else { $pageno = 1; } $query = "SELECT rc_student FROM student "; $result = mysql_query($query)or die(mysql_error); $n...
- Mon Mar 12, 2007 1:25 am
- Forum: PHP - Code
- Topic: multiple language
- Replies: 8
- Views: 1508
- Sun Mar 11, 2007 7:47 am
- Forum: PHP - Code
- Topic: multiple language
- Replies: 8
- Views: 1508
I would like ask a question
I have a file en_test.txt : TIT_REGISTER##Registration
then in my file index.php
I did it but it can't be outputted
I have a file en_test.txt : TIT_REGISTER##Registration
then in my file index.php
Code: Select all
setLanguage();
..
...
echo "<a href='register.php'>TIT_REGISTER</a>"- Sat Mar 10, 2007 3:31 pm
- Forum: PHP - Code
- Topic: multiple language
- Replies: 8
- Views: 1508