Re: [PHP-DB] Question in js about frameset rows

2006-06-22 Thread suad
Hi, It's working Thanks Suad Bastien Koert wrote: I have fixed values that I adjust to, but you basically need to give the frame an ID and then use .rows and.columns to adjust the size function shrink() { top.document.getElementById(TOP).rows = 65,*,0,46,0; } function expand

[PHP-DB] Question in js about frameset rows

2006-06-21 Thread suad
size of frame 2/span /body /html How can I change (using js) the rows of the frameset to: frameset rows=10%,10%,10%,* Thanks Suad -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] How can I get in PHP the number of files in a directory

2006-05-31 Thread suad
Hi, This is for reading a file: ?php $handle = fopen(/home/rasmus/file.gif, r); ? How can I get in PHP the number of files in the directory (rasmus) and the files names in a loop? Thanks Suad -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP-DB] Displaying data in different languages

2006-05-14 Thread suad
Hi You maybe can do that with the convert function see this link http://www.postgresql.org/docs/8.0/interactive/functions-string.html it is in postgresql, maybe this function will work in MYSQL Suad Manoj Singh wrote: Hi all, I am designing the web-site which is in different languages. I am

[PHP-DB] help width sql

2006-05-02 Thread suad
-+--- 25 | 0 150 | 150 175 | 150 Thanks Suad -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] help in sql - postgresql

2006-05-02 Thread suad
. and the result will be: sum | payed | to_pay -+---+ 25 | 0 | 0 150 | 150 | 0 175 | 150 | 25 Thanks Suad -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] help in sql - postgresql

2006-05-02 Thread suad
Hi, Thanks a lot, That exactly wat I need :) Suad Chris wrote: suad wrote: Hi, I need some help in sql - postgresql: snip Yay a postgres question! :D hee hee *The question is* : how can I force that the result of the col payed to be zerro 0 insted of nothing (NULL) and the order