Search found 70 matches

by zuzupus
Fri Sep 26, 2003 2:37 am
Forum: PHP - Code
Topic: folders problem
Replies: 2
Views: 843

thanks alor for ur feedback well im struggling to get 3rd frame for internal users and 2 frames for external users dont no what went wrong and im using version php 4.0.6 when internal user logins its showing 2 frames and ugliest part in left frame it shows scroll down bottom plz have a look at http:...
by zuzupus
Thu Sep 25, 2003 7:47 am
Forum: PHP - Code
Topic: folders problem
Replies: 2
Views: 843

folders problem

hi, anybody there who can help me out from some strange situation actually im newbie in php and i got somebody s spaghettis code and i changed it entirely as in older code there r lot of arrays used and i tried to make it simpler now problem is when i try to click on trees whether its parent or chil...
by zuzupus
Tue Sep 23, 2003 4:18 am
Forum: Miscellaneous
Topic: hiding server name and ip adress
Replies: 2
Views: 1603

hiding server name and ip adress

hi, how i can hide server name and ip adress so that when i send some link to forum or anybody he will not be able to see,something i seen in forums anchor 'this' is there and click on that you will get the related page is it possible or i need some scripting language no idea let say i want to show ...
by zuzupus
Mon Sep 22, 2003 7:48 am
Forum: Databases
Topic: redirection
Replies: 3
Views: 537

sorry mac for trouble if (in_array($HTTP_POST_VARS['account'],$accounts)) { header("Location:index.phtml");//having 3 frames for internal users } else { header("Location:index1.phtml");//having 2 frames for external users } as this index1.phtml (2 frames)i used to redirect for ex...
by zuzupus
Mon Sep 22, 2003 2:48 am
Forum: Javascript
Topic: simple form from generated page
Replies: 2
Views: 1038

sorry vincent ur reply came late i fixed it before any way thanks for your time :)

regards
by zuzupus
Mon Sep 22, 2003 2:48 am
Forum: Databases
Topic: redirection
Replies: 3
Views: 537

$sql = "SELECT name FROM t_user WHERE intern='t' "
$res = mysql_query($sql);
while ($row = mysql_fetch_row($res)) {
$accounts[] = $row[0];
}


now it works fine thanks for your info

regards
by zuzupus
Fri Sep 19, 2003 7:52 am
Forum: Databases
Topic: redirection
Replies: 3
Views: 537

redirection

hi, i want to get rid of these names in array as these names r coming from table t_user and there is boolean field name intern='t' for these users if (isset($HTTP_POST_VARS['account'])){ $accounts = array("aa", "bb", "cc", "dd", "ee", "ff",...
by zuzupus
Thu Sep 18, 2003 4:56 am
Forum: Javascript
Topic: label and alignment problem
Replies: 5
Views: 1854

stange but when i click on this link above it works pretty cool

hope thsi tiem when u click it works
cheers :lol:
by zuzupus
Thu Sep 18, 2003 4:38 am
Forum: Javascript
Topic: label and alignment problem
Replies: 5
Views: 1854

thanks JAM and toweter showing me a nice layout its appreciable i will be evyr thankful if you help me in putting this layout plz have a look http://172.16.0.100/scripts/drop.phtml now i want this layout exactly right side of empty portion in link http://172.16.0.100/scripts/useradmin.phtml hope its...
by zuzupus
Wed Sep 17, 2003 10:23 am
Forum: Javascript
Topic: simple form from generated page
Replies: 2
Views: 1038

simple form from generated page

hi, im very bad in designing form things even the alignment if anybody change the generated HTML page from below link wil be very helpful for me i give up by giving colspan and all other things as i did from form genertator thats why it looks so ugly as it created lot of tables td and tr tags i want...
by zuzupus
Wed Sep 17, 2003 9:30 am
Forum: PHP - Code
Topic: link problem [1][2]-----
Replies: 9
Views: 927

excellent thanks alot now it works the way i want

cheers :D
by zuzupus
Wed Sep 17, 2003 7:46 am
Forum: PHP - Code
Topic: link problem [1][2]-----
Replies: 9
Views: 927

santa im back actually its my mistake actually i forget s in $Qrec[0]; it should be $Qrecs[0] it works fine but dont no how to get 1[2] in first page and second page must be [1]2 how to deal with this one plz have a look at this http://172.16.0.100/scripts/test.phtml <? if($num_pages > 1) { for ($i=...
by zuzupus
Wed Sep 17, 2003 7:38 am
Forum: Javascript
Topic: label and alignment problem
Replies: 5
Views: 1854

label and alignment problem

hi, i got label,alignment problem as if any body modified the generated HTMl code from following link will be very grateful http://server2.vitodesign.com/scripts/drop.phtml i want text field comes under Enter Text and drop down exactly under LABEL(HV) in same alignment and in UNTERVORGANG field one ...
by zuzupus
Wed Sep 17, 2003 3:20 am
Forum: PHP - Code
Topic: link problem [1][2]-----
Replies: 9
Views: 927

sorry its not working when i used ur code but the link u send me gallery.php i also want soemthing like that hope you understand my problem this is for 4 records when more then it will increase 1. Page: 2. Page ------- --------- aaa ddd bbb ccc 1 [2] [1] 2 thansk in advance
by zuzupus
Tue Sep 16, 2003 10:21 am
Forum: PHP - Code
Topic: link problem [1][2]-----
Replies: 9
Views: 927

thanks Santa well i want somethign like this 1. Page: 2. Page ------- --------- aaa ddd bbb ccc 1 &#1111;2] &#1111;1] 2 Where the [2] stands for a link with the number as text, and 1 only means a number without link (same applies to [1] and 2). $recs_per_page = 3; $Qrecs=mysql_fetch_row(mysq...