[PHP-DB] Hi all, how the sript to view like...

2003-11-30 Thread Hadi
I have my database page look like this: [1][2] [3] [4] [5] [6] the problem is when I have my database growing it will be not nice to look at because the number will keep growing, how to make it like this : 1234 Thanks for the help

[PHP-DB] help newbie

2003-12-08 Thread Hadi
Hi , please help this newbie , how to make my database view from [1] [2] [3] [4] [5] [6] [7] [8] to 1 2 34 Thanks very much Hadi require(cobaconfig.php); $numresult = mysql_query(select * from dataiklanbaris order by id desc); $jumlah = mysql_num_rows($numresult

[PHP-DB] anyone trickier than 'LIKE' ?

2003-12-12 Thread Hadi
Hi all, I have this data (eg.) ..big fat buddy... on the database . If a person enter big buddy in the search form , the ...big fat buddy. data will not be found . Any suggestion ? Thanks in advance. select * from table where data like %keywords%; -- PHP Database

[PHP-DB] password---simple questions but...

2003-12-23 Thread Hadi
password=password('def'); display empty set, how to solve this? Thanks in advance. Merry Christmas and Happy New Year Hadi Tjen -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Re: Problem with INSERT Query

2003-12-30 Thread Hadi
','$timetable_time' );} is it working? Hadi ? /snip -- - so when i submit the form, i am suppose to echo the values i have entered into the field and then INSERT the values into DB (Queries stated above). However i

[PHP-DB] viewing search result

2004-01-05 Thread Hadi
( tr td width=\330px\font size =\3\br$data[colom1]brbr/td td width=\50px\p align =\center\font size =\2\$data[colom2]br/td td width=\50px\p align =\center\font size =\2\$data[colom3]br/td /tr ); Best Regards, Hadi Tjen -- PHP Database Mailing List (http://www.php.net

Re: [PHP-DB] viewing search result

2004-01-06 Thread Hadi
Hi, Iam new in this , can you tell me how to make the pager.php works? I can't use it... Best Regards, Hadi Tjen Bossek [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] you can use PEAR DB::Pager http://pear.php.net/package/DB_Pager Fedde Van Feggelen [EMAIL PROTECTED] wrote