highlighting search terms
well, I started this in the regular PHP section, but it no longer fits there. Suffice it to say, I'm
C - Reading a file into a byte array
Hi,
I'm trying to read a file into a byte array in C. I have to use C as this is for a loadru
difference between datetimes
($row['totime']-$row['fromtime'])/60
this is giving me 0
example of totime and fromtim
UTL File problem
Hi
I have a file in certain path with the following permissions (The file is a dummy file witho
listing help
Hi,
at first, great new design!!! I like it,
i got a problem,
I want to list so
Getting Subdomain Name With PHP?
I want to grab the subdomain name with PHP so I can generate database queries.
for example my
Memory Allocation
Hi folks,
see this ex:
int v=5;
v=v+10;
then what will do the compiler before th
Reading Most Recent CSV File in Directory
I thought I had wrapped this project up, but found out that the program I use to FTP a csv file to m
Apart from cron
I need to run a php file every one hour. Is there any other solution apart from cron job?
button.click += new eventhandler() not works in if(!ispostback)
i want to use button.clcik event in function VIewScrap() which is called in if(!ispostback) but itdo