Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~334 People Reached
Favorite Forums
Favorite Tags
php x 4
Member Avatar for chaitanya15385

please help me in scaling image when displaying from external folder . here is my code. very urgent if ($news->getString("image_file")) { if(file_exists(EXTRAFILE_DIR."/".$news->getString("image_file"))) { ?> <tr> <td colspan="2"> <img src="<?=EXTRAFILE_URL?>/<?=$news->getString("image_file")?>" width="780" height="500" alt="logo"> </td> </tr> <? } }

0
44
Member Avatar for chaitanya15385

I had written javascript calculation for hotel accommodation system. The calculation part is working in Mozila fire fox, but it is not working in IE6. I checked the internet options in IE6 and enabled active scripting, still it is not working.Is there any other option. Please give me the solution …

Member Avatar for almostbob
0
160
Member Avatar for chaitanya15385
Member Avatar for chaitanya15385

[CODE]if($role=='ADMIN' && $role!='USER' && $role!='REVIEWER' && $role!='SUPERUSER') { //If match is found, log-in user and set cookies if ($num==1) { $user_id = mysql_result($result,0,"user_id"); $role = mysql_result($result,0,"role"); $user_type = mysql_result($result,0,"user_type"); $name = 'Administrator'; setcookie("user", "$email", time()+7200); setcookie("user_id", "$user_id", time()+7200); setcookie("name", "$name", time()+7200); setcookie("role", "$role", time()+7200); header( 'Location: list.php' ); } else …

Member Avatar for vaultdweller123
0
87