PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
<?
include 'global.php';
$text="new to aspx
Hi
I know html and have just learnt php
now I want to start learning C# and aspx (aspX)
what are the requirements and which one should I begin with first?
Also I'm not comfortable with w3school. what sources do you suggest to use for the turorial
";
pak($text);
echo $text;
?>
but it prompted this error:
Fatal error: Call to undefined function: mysql_real_scape_string() in g:\programs\easyphp1-8\www\takfekr\htdocs\functions.php on line 39
pak() is defined in function.php like this:
the codes I used for $text sent a parse error (exept the one in my first post and other ordinary texts)
could someone give me a code and predict the result so I can test it and see what will happen?
thanks