type check while uploading
Hi Everyone,
How can I check the exact type of a file while uploading on my site?
Here
Email to a friend script problems
I have this send-to-a-friend script with 2 issues:
1) When you open the form popup on a p
How to calculate days from variable date?
This will be easy for one of you gurus. I want to fetch the date from a variable date, for example:<
problem in program for counting no of chars using pointers
Hi all, I was trying to make a program which counts number of chars in a string using concpt of poin
a dificult string search
Hi I don't know a way around this. I want the user to input a password, but to make it a bit complca
I have a parse error in this query help..
Code: $query1="INSERT INTO `rating` (`item_name`, `rating`, `ip_address`, `date_rated`) VALUES
Checking if a process is running (problems including psapi.dll i think...)
Ok, so all I'm trying to do is check if a program is running...
I've found out that I nee
need help about
i store the value of my select statement result to an array and stored it to a variable named $fname
Am I setting up my sites oldschool?
Ok,
When I create a site I open a basic template that I have created that consists of a css f
what are '%S%', '%E%'
for example when i see Code: [Select]printf("Hello %srn", $name);
what does %s means