User Profile

Collapse

Profile Sidebar

Collapse
Vithya Ashok
Vithya Ashok
Last Activity: Nov 21 '07, 11:08 AM
Joined: Oct 5 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Vithya Ashok
    started a topic Seo

    Seo

    What is meant by SEO?
    For what purpose ,it is used?
    See more | Go to post

  • hai..
    i think it may be useful...
    Code:
    if (document.form.email.value=="")
    		{
    			alert('Enter Email');
    			document.form.email.focus();
    			return false;
    		}
    		else
    		{
    			if(!(/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(document.form.email.value)))
    			{
    				alert('Improper mail format');
    				document.form.email.focus();
    				return
    ...
    See more | Go to post
    Last edited by ronverdonk; Oct 15 '07, 08:32 AM. Reason: code tags

    Leave a comment:


  • Vithya Ashok
    replied to browsing photos
    in PHP
    Hai...
    I think it may be useful for you...
    But include this "enctype="multi part/form-data"" in the form tag without fail

    [code=html]
    <tr>
    <td align="left" class="td_value ">Image</td>
    <td> :<input type="file" name="image_fil e" size="20">
    </td>

    </tr>...
    See more | Go to post
    Last edited by Atli; Oct 8 '07, 08:25 PM. Reason: Added [code] tags.

    Leave a comment:


  • How to insert all possible choices in the checkbox?

    Hello friends......
    How is the wek end?
    how to insert all possible choices by using the check box?
    See more | Go to post

  • Vithya Ashok
    replied to How to send mass mails?
    in PHP
    Thanks Atli..
    Thanks for the immediate response ...
    but i need more....guide me more
    but if we use this mail($to, $subject, $message, $headers); function,
    in $to we have to enter all the receipients mail ids.
    but i need to send mails to all the persons in a particular commumity.
    i mean if there are 500 people names in a DB, it should send mails to all.
    See more | Go to post

    Leave a comment:


  • Vithya Ashok
    started a topic How to send mass mails?
    in PHP

    How to send mass mails?

    Hai seniors...
    i m new to this technology..
    how to send mass mails.....
    See more | Go to post
No activity results to display
Show More
Working...