Jump to content

schawel

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

schawel's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. [!--quoteo(post=355995:date=Mar 17 2006, 12:31 PM:name=kenrbnsn)--][div class=\'quotetop\']QUOTE(kenrbnsn @ Mar 17 2006, 12:31 PM) [snapback]355995[/snapback][/div][div class=\'quotemain\'][!--quotec--] The "<?=" is shorthand for "<?php echo " Just replace "<?=" with "<? echo " and you should be set. Ken [/quote] THANKS!!! u da man! [!--quoteo(post=355999:date=Mar 17 2006, 12:40 PM:name=schawel)--][div class=\'quotetop\']QUOTE(schawel @ Mar 17 2006, 12:40 PM) [snapback]355999[/snapback][/div][div class=\'quotemain\'][!--quotec--] THANKS!!! u da man! [/quote] ONE more thing in my question..i sampled this <?=$message?> shouldn't there also be a semicolon after the variable $message ???
  2. <input type="text" name="email" size="35" value="" class="input">&nbsp; <input type="hidden" name="mail_message" value="<?=$message?>"> <input type="submit" name="sendemail" class="input" value=" Send " onClick="return validate();"> I have this code and it looks like shorthand is being used for this. I was handed this code to try and clean it up. <?=$message?> I don't recog this. should it be <?php something = $message;?> I have a whole page full of stuff like this i.e. ---- <?=$val['fieldname']?> or <?=$_GET['id']?> any ideas?
×
×
  • 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.