PHP page loading in Firefox but not in IE
hello,
i am currently doing a project in PHP and i have a problem. If I view the project in M
storing results of a function - previous result overwritten with new result
I have created a function to validate input.
function validate_dimension($value,$name) {
<
EXplanation help
Hey all,
I am still fairly new to PHP programming and I am trying to put together a page wher
retrieving more than one max key from an array?
so i have an array of 20 numerical values (0-100) that i need to order from highest to lowest and th
How could I combine these arrays??
Hello.. I'm trying to figure out a way to combine these first two arrays to get the last array..
How to find OS bit version
How can I tell the person browsing my site is running 32, or 64 bit operating system?
Open link with largest int string first
I have the following links i would like to open either all at once or one-by-one. How would i procee
ALV List Display to point to another report on Double Click
Hi,
I want my ALV List Display to point to another report on Double Click on its line ite
Preventing blank or already entered values
Im trying to learn how to place a read file line by line and prevent duplicate entries and also BLAN
Undefined index on my form
ok im getting Undefined index on this line.. print_r($_REQUEST['form']);
below is the full sc