how can i display php source code snippets ?
I am outputting some pho code .. and I want to display the source code so people can copy and paste
Quick Syntax Question
Hi folks,
I'm getting the following error: "unexpected T_LNUMBER". I'm trying to b
Progress bar tracking file downloads
Hey guys, was wondering if there was a way to track how far a file has been downloaded. I know there
Help with Contact Form
I have this Form on an html page and the associated code on page.php (below).
I keep getting the
php - xml what is the best way to do this.
IN essence I want to have a script calling the info from the database.. I have no problem thus far,
TimeStamp Column Problem...
I'm mad at my self and thinking I'm a little retarded. It just be some one mistake I'm missing here.
Compare user input to flat file data
Help...Am a complete newbie to programming so my code is prolly quite long. Am trying to verify a us
timed header image rotation
I have a joomla site and I was trying to setup a rotating image based on timing NOT just refreshing
Struct/union and scope problem!
HI all , I have
Code:
in header.h
typedef struct Node Link;
/* ---------
small inaccuracies
I have this code to convert fractional base 10 into base 2:
while($num > 0)