User Profile

Collapse

Profile Sidebar

Collapse
netvision
netvision
Last Activity: Oct 14 '06, 08:54 AM
Joined: Oct 10 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • In handle_post.php write the following code

    $name=$_POST['name'];
    $emal=$_POST['email'];
    $gender=$_POST['gender'];
    $age=$_POST['age'];
    $comments=$_POS T['comments'];

    echo $name;

    and now you can test whether the values are being posted or not
    See more | Go to post

    Leave a comment:


  • netvision
    replied to Allowing a DASH to pass as numeric
    in PHP
    The ascii character of '-' has to be taken and check the ascii value entered using Charcodeat function.
    See more | Go to post

    Leave a comment:


  • netvision
    replied to To convert a string to array
    May i Know in Which language do you actually need that??
    See more | Go to post

    Leave a comment:


  • netvision
    started a topic Problem with htmlentities function in xmp tag
    in PHP

    Problem with htmlentities function in xmp tag

    Hai Everyone

    Iam usign Backbase AJAX with PHP.
    Iam having problem with including the htmlentities fucntion within the xmp tag. Actually the conversion is not working.But thats works fine if the xmp tags are removed.

    Code is as follows:
    $content=htmlen tities($article['article_descri ption'], ENT_QUOTES);
    Can anyone please help me.

    Thanks and Regards
    Hema Malini
    See more | Go to post
    Last edited by netvision; Oct 10 '06, 09:46 AM. Reason: wrong title

  • netvision
    started a topic Compatibility Problem with IE

    Compatibility Problem with IE

    Hai Every One


    Iam usign Backbase AJAX with PHP.
    I had written events for tree node click which is working fine in Firefox and Flock. But iam facing problem with IE. Can anyone Please help me on this issue as soon as possible.


    Thanks and Regards
    Hema Malini
    See more | Go to post
    Last edited by netvision; Oct 10 '06, 09:47 AM. Reason: Giving detailed information
No activity results to display
Show More
Working...