User Profile

Collapse

Profile Sidebar

Collapse
steve2856
steve2856
Last Activity: Mar 23 '08, 05:57 PM
Joined: Sep 6 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • That did the trick...Thanks! !...
    See more | Go to post

    Leave a comment:


  • The URL string is being placed as a hyperlink in an E-mail message. Once this link connects to the page, it displays information including the contact full name in a text box. For some reason, when I do this as just a display without populating a text box, all is fine....
    See more | Go to post

    Leave a comment:


  • I only get the problem of truncation when the variable is passed to a text field. It does not truncate when I just display the value on the screen. What would be the difference?...
    See more | Go to post

    Leave a comment:


  • Is this the correct syntax:
    [code=php]
    <input type="text" name="Contact" value=<? echo $_GET[urlencode('cont act')] ?>>
    [/code]...
    See more | Go to post
    Last edited by Atli; Sep 6 '07, 08:52 PM. Reason: Added [code] tags

    Leave a comment:


  • Variables1.php? contact=Mark%20 Twain...
    See more | Go to post

    Leave a comment:


  • I am using this also to pull a field called contact which contains the full name of a person. When it places the value in the text box, it only puts the first name and not the full name. Here is the code I am using for this:

    [code=php]<p><input type="hidden" value=<?php echo $_SERVER['QUERY_STRING']; ?></p>
    Contact: <input type="text" name="Contact" value=<? echo $_GET['contact']...
    See more | Go to post
    Last edited by Atli; Sep 6 '07, 08:53 PM. Reason: Added [code] tags

    Leave a comment:


  • steve2856
    started a topic Passing data TO An HTML form from a URL Link

    Passing data TO An HTML form from a URL Link

    I am trying to get some code that would permit me to pass some paramaters in a URL link to certain fields on a web form. For now it would be sufficient if the URL passed firstname and lastname to fields with the corresponding name.

    I currently have a script that allows me to enter data into fields and it generates a URL from the data entered. I am looking for the opposite result which is to have the URL pass the data to the form....
    See more | Go to post

  • steve2856
    started a topic How to insert GET variables into a HTML form
    in PHP

    How to insert GET variables into a HTML form

    Thanks for the article. Actuall this deals with passing parameters from an HTML page to PHP and we are looking for the opposite. Passing parameters from a URL link TO an HTML form. Here is the code for the form we are trying to update and it is the hidden value of LEAD ID that we want passed to the form from the URL link.

    How could this be accomplished?

    Here is the HTML of our form:
    [code=html]
    <HTML>...
    See more | Go to post
    Last edited by Atli; Sep 6 '07, 04:03 PM. Reason: Added [code] tags

  • steve2856
    started a topic Passing Parameters From URL to Web Form
    in PHP

    Passing Parameters From URL to Web Form

    I am trying to get some code that would permit me to pass some paramaters in a URL link to certain fields on a web form. For now it would be sufficient if the URL passed firstname and lastname to fields with the corresponding name.

    I currently have a script that allows me to enter data into fields and it generates a URL from the data entered. I am looking for the opposite result which is to have the URL pass the data to the form....
    See more | Go to post
No activity results to display
Show More
Working...