send php scripts
#1

Hi,

How into variable write php scripts like

<p style="box-sizing: border-box; and so on
Reply
#2

You shouldn't be writing HTML markup in Pawn to pass back to PHP.

Instead make the markup in PHP, do a check against the data you are passing in, and then output the markup.
Reply
#3

yes but i want in pawn.
Reply
#4

https://sampforum.blast.hk/showthread.php?tid=442302
Reply
#5

That's not how PAWN works buddy.
Reply
#6

To add metatags html in variables php use syntax
$text = "test";
$bold = '<B>$text</B>';

echo $bold;
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)