How to show the difference between two data field in a database with php.
Hello php gurus,
how r u all... i'm not so well facing a typical problem please help me...<
Splitting Attributes
SQL> SELECT I_NAME, substr(I_NAME,1,instr(I_NAME,'O')) "First part",
substr(I_NAME, IN
unexpected T_VARIABLE error
Hey all! I'm getting an unexpected T_VARIABLE with the following function:
function getHighes
Delete records not in top 15
Hi,
I'm creating a hall of fame page in my game and the page will only display the top 15 sco
Concatenate two strings ???
I have string one $string1 and another $string2.
How to concatenate (add) both of them $str
Help a newbee save my job !
Hey guys i am dying here i am new to php and would like for someone to help me with this problem
that old Malformed Headers problem again!!!!! HELP!!!!!!
I've read the http://www.phpfreaks.com/forums/index.php/topic,37442.0.html
I don't think my c
Table colours fail when extra row added
Hey Gurus,
I got a weird problem with formating the colour of a table made in php. Everything
News script
Hi ...
I am not sure if this is the rite place to post this but if its not sorry
i am
Echoing ASCII code
I have a php page that splits a string into chars and then echoes the ASCII code for each char. I'm