Jump to content

Use only part of a GET[id] value.


jeff5656

Recommended Posts

Hello,

 

Lets say I have a form and I want to pre-populate a field:

Last Name:<input type="text" size="12"  name="lname" value="<?php echo $_GET['pt'];?>"/>

 

Now what if this is the patient's name and I want to only put in their last name?

Smith, Christopher

 

IS there a command to take GET['pt'] and only use all the characters UP TO the comma (and exclude the comma)?

Thanks!

Link to comment
https://forums.phpfreaks.com/topic/174239-use-only-part-of-a-getid-value/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.