User Profile

Collapse

Profile Sidebar

Collapse
bourbon
bourbon
Last Activity: Jan 12 '07, 04:45 PM
Joined: Jan 12 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • The code below is to give you an idea of what to do.


    <?
    $name = $_POST['Name']; //The Name sent from your form
    $email = $_POST['Email_address']; //The Email_address sent from your form
    $notes = $_POST['notes'];
    exit;
    $mymail = "sales@v2automo tivesolutions.c o.uk";
    $from = "From: $email";

    //send mail - $subject & $sales@v2automo tivesolutions.c o.uk...
    See more | Go to post

    Leave a comment:


  • bourbon
    started a topic Extracting data from a sring.
    in PHP

    Extracting data from a sring.

    $string = '<object width="425" height="350">';

    How do I search the above string to find out what the value of width is and also the value of height.

    Thanks in advance
    See more | Go to post
No activity results to display
Show More
Working...