Jump to content

sowmithrii

Members
  • Posts

    38
  • Joined

  • Last visited

    Never

About sowmithrii

  • Birthday 10/30/1981

Profile Information

  • Gender
    Male
  • Location
    Bangalore

sowmithrii's Achievements

Member

Member (2/5)

0

Reputation

  1. i saw the link man, but that is not what i am trying for. i want my ads to scroll down if the page scrolls down and scroll up if the page scrolls up. means the ad should be on the screen all the time and at the vertical centre of the screen on the right side. i dont think this is a css problem.. some part of this can be achieved with <marquee> tag.. but thats not the thing which i wanted
  2. Hi, I have having a small problem... . In my site, i wanted to display ads vertically at the right end of the screen. i have succeeded that. but my problem is they are static and are not visible when the page is too lengthy and the user is viewing the top content. i want my ads to be scrolled along when the user scroll scroll the page and should always be visible to the user. i saw this implemented in many sites.. but dont know the technique. can any one help me with the technique. and some piece of example code. Regards sowmithrii
  3. how can i implement error logging in my pages... can anyone pls tell me. can i add more than one error log... if so how can i do that.. pls help me with some code.
  4. hi grahm, am on shared host... only. i havent heard of ffmpeg, what is that. ... .... and is it used in getting thumbnails.. am having my hosting in dreamhost ,, and i am writing scripts on php.
  5. hi graham, i dont understand your code... is that related to unix or what. am pretty new to php and am working on windows. how can i implement your code in my script page.... any examples...?
  6. Am having a collection of videos in my server application folder under "...../sowmithrii/videos/" . now i want to display all the list on a webpage but not as a word list but as a thumbnail list. how can i implement this in php. if any one got some sample code.. i will be very thankful. regards sowmithrii
  7. can any one tell me or give me some example code how to get the user's (of my website) monitor resolution like 800 x 600 or 1024 X768 ... regards sowmithrii
  8. i have seen that link already and implemented as it was mentioned.. by adding a bcc: ... to my foruth parameter but i dint get any mail to the mail address which i have mentioned in bcc. what might be the problem...
  9. can u pls tell me how i can send mails by CC or BCC.
  10. i want to send mails to all my customers and also to my personal mail address. but i dont want that information displayed on my customers mail's in from details. is it possible and if so.. pls help me with code. regards sowmithrii
  11. can anyone tell me what the basic difference between mail() and @mail() functions ....... and when each should be used regards sowmithrii
  12. guys, whenever i try to send mails to gmail accounts,, they are automatically redirected to spam folder. is there any way to avoid the redirection and make them show in INBOX of gmail. regards sowmithrii
  13. hi guys, a small doubt regarding parameter passing to functions. i saw in some codes the way of passing parameters as &$parameter1 instead of just $parameter1. what will be the difference in these two parameter while accepting data... ex: function functionname($parameter3, $parameter2, $parameter1) { ....... } funciton functionname($parameter3, $parameter2, &$parameter1) { ........ } what is the difference in the functionality of the two fucntions if they are mentioned earlier regards sowmithrii
×
×
  • 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.