Jump to content

Jagmeet

New Members
  • Posts

    7
  • Joined

  • Last visited

    Never

Everything posted by Jagmeet

  1. Jagmeet

    I HATE IE

    squiblo - well ur 1st code is well working on IE 8 but not in ie6 :-\
  2. as i try dis code on firefox 3 and IE8 Drop down menu working on both browser
  3. You can use div properties like Left-margin: right-margin: left-padding: right-padding: to set ur div shadow position if feting more prob then PM me try
  4. Hi well m learning php my prob is dat i want to connect (for example) ftp.photobucket.com using php script (ftp:// username : password@ ftp . photobucket. com) in 10 pages i want to use ftp connection so suggest me best way how can i use same 'ftp connection' on all 10 pages using ftp script at every page or session or any other way !!!
  5. I also want to learn admin panel ......... is there any online tutorials available !!
  6. plzz chk code i main/first post
  7. Hi Frnds I m Using Photobuket Album ..... when i connect to Photobuket through Php FTP script connection .... in image sorting m getting 1 problem. Example: 1.jpg (Main Image) 2.jpg 3.jpg th_1.jpg (Main Images Thumbnail) th_2.jpg th_3.jpg Prob: my script also showing "Thumbnail Pics" but i want to sort only "Main Image" How can i set Files Sorting Filter .... plzz give me php Filter Function who filter and Remove "th_1.jpg, th_2.jpg, th_3.jpg" from sorting and show only "1.jpg, 2.jpg, 3.jpg" $dir = "http://Photobuket.com/anyalbum"; $filearray = array(); if ($fil = opendir($dir)) { while (($file = readdir($fil)) !== false) { //if ($file != "." && $file != "..") if (strpos($file, '.jpg',1)||strpos($file, '.gif',1) ) { $filearray[] = $file; rsort($filearray); } } waiting 4 reply
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.