hello friends, I Need a help to insert a last column of a row in my php page, please help me about this, if Ibrahim loged in, then 100 show in any corner, please help me about this, here is the code Please please please help me
To begin with, pretty much every MySQL related function you are using there is deprecated. Use PDO instead. http://wiki.hashphp.org/PDO_Tutorial_for_MySQL_Developers
I'm not sure I understand what you want. You want to display "credit" when the user logs in? ActiveFrost is saying that the mysql_* extension is deprecated and is no longer supported. You need to switch to PDO buy changing your mysql_* functions to the PDO alternative following the instructions in the link he has supplied.