Re: apply css font face to post command

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 18/08/2023, JEFFRY KILLEN <jekillen@xxxxxxxxxxx> wrote:
> I noticed a syntax error in the code I sent:
>
>>> if($_POST['text']) { print "<p class'(css class def goes
>>> here)'>"$_POST['text']"</p>"}
> should be
>>> if($_POST['text']) { print "<p class'(css class def goes
>>> here)'>" . $_POST['text'] . "</p>"}
>
> I left out the . (string concatination dot)

>> Result was blank html web page.

Repeat faliure occurs both with(out) space character between full stop
character.



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux