Read this :

  Using Strings                                               :
  ---------------------------------
  http://www.zend.com/zend/tut/using-strings.php

Notice :

  echo "This will give a "parse error" to us";
  echo "This will not give a \"parse error\" to us";
  echo "This won't either";
  echo 'But 'this' will';
  echo 'But this won\'t';

Besides, one doesn't need quotes to echo a variable.

Regards,
Philip


Jeremy Morano wrote:

> Anythig visibly wrong with this?
> 
> 
> <FORM METHOD="post" ACTION="userinfolistbycompany2.php">
> <INPUT TYPE="hidden" name="uid" value="<? echo "$uid"; ?>">



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to