Custom list order
Hi there,
I have checked this tutorial and it's great till the point where I want to display
How do I get the row number from from an sql table query
Hi all
I have a table that I query and it returns a number of rows.
mysql_num_rows($query)
Custom CMS
This is a big custom CMS script I'd like to develop and would like some help atleast figuring out wh
help removing unwanted graphic
How do I remove the small elongated rectangular shape between the "Latest post" and "
Get relative path from absolute path
How would one go about getting the relative path to a file from its absolute path?
How do I replace any number of character occurences with one occurrence?
How do I replace any number of character occurences with one occurrence?
Let's say I have:
Need help with some php code :)
Hey! I'm quite new to this whole thing, so please don't fire me with shait on this one =D
I'm
check if string contain only a-z/A-Z
Is where any way to check if string contains only a-z/A-Z, without writing an array with all possibl
question about n
I was looking at some of the things you could do with php and one of the things I have tried is n.<
small inaccuracies
I have this code to convert fractional base 10 into base 2:
while($num > 0)