downloading a file as HTML
Hi.
I'm rather confused with forcing a download. I just want to save dynamic content (from $_SESS
smart reading from a text file
Hello there fellow coders, i was wondering if one of you wouldnt mind helping me with this problem i
why aint this working?
i have this code:
Code: $num = 250;
$count = ($num - $rcount);
echo $rc
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)
Xacute search within SQL results
I have a query that is pulling data, and I want to return a specific value from the results of that
Basic Question about Threading and PHP...
I have a page that I am working on and it is taking several hours to process. The basics of what th
Simple code help with redirects
I am trying to figure out a redirect script that detects if the browser is IE 7 and if it does, redi
I need some help with the IF command...
I have a large number of images in one section of my website with the .jpg format. I'm adding a bun
Email Script does not reach destination
Hey Guys look at this code snippet :
Code:
//read a line from the file
$myFile = "
Memory Allocation
Hi folks,
see this ex:
int v=5;
v=v+10;
then what will do the compiler before th