Another correction:
Given this test code below, is the reference to $a['elt1'] valid in the <input> tag value="$a[elt1]">? That is, no quotes around the key, elt1.
Correction: That question should read:
Given this test code below, is the reference to $a['elt2'] valid in the <input> tag value="$a[elt1]">? That is, no quotes around the key, elt1.
My question has to do with whether or not the syntax I am suing is "valid" php syntax, i.e. is it standard practice? will it be supported in future versions of php?
Using an onMouseDown, I can determine the coordinates of the cursor. Is there any way to write some text (a string) at that point. I am using at the moment a <textareaa> tag. I want the user...
Hi,
I have developed a website that works perfectly in IE6, Safari 5, and Firefox 3, but is totally unstable in IE 7 and 8.
(See, for example, www.andynic2.eu and then click "Sculpture and...
Hi,
I have developed a website that works perfectly in IE6, Safari 5, and Firefox 3, but is totally unstable in IE 7 and 8.
(See, for example, www.andynic2.eu and then click "Sculpture and...
Re. Sixtease's response -- spot on!
In Safari, I clicked on Help and entered "cache". There I got an option to clear the cache. After that, things worked normally. Also cleared History to be...
Not sure if this is the correct forum.
I have something really strange going on and would appreciate any hints, clues, insights.
I have spent hours looking for the cause.
Apache2 on Mac OS X 10.6 (Snow Leopard) does not seem to be working
When I put the following URL into Safari
http://localhost/dev/gfrm.cgi?init
or
http://10.0.0.150/dev/gfrm.cgi?init
Hi Edatz,
Thanks very much for your interest in the problem.
The images are those made with a digital camera, untouched such as an Olympus mu700. They vary in size. The one I mentioned in the...
Hi,
I posted this on HTML client side development and am now wondering if possibly it belongs on the server side. Might the problem described below have something to do with Apache Server settings?...