[PHP] Wrong result ("345php.tmp") instead a filepath from

2002-01-14 Thread helmut ott
I have a page with a html-form headed with ...ENCTYPE="multipart/form-data" ... and multiple inputs,e.g.: "..." If I select a file,e.g. "abc.jpg" with the path "c:\abc.jpg" I get a value like "345php.tmp" instead of "c:\abc.jpg". Any idea what is wrong?

[PHP] Can PHP top limited Windows Explorer? (Visual not filelistlike Image selectiosn for upload forms)

2001-05-10 Thread Helmut Ott
Are there any visual Image select solutions for upload forms topping the limited Windows Explorer? If you have an input type=file the explorer opens and gives you a list of files in the directory. Thats nice exept u need to select a specific image from a larger number of image files. Is ther

[PHP] loops with array_walk or foreach using array??? of variable pairs

2001-04-27 Thread Helmut Ott
I need to run the if-construct below (containing a number of variables in each "branch") using the 2 variables $table1 and $table2 in each run for each combination Is it array_walk or foreach ? (I "guess" that here I need a 2-dim-array, or so, passing always these 2 variables with each run: This

[PHP] GD installed but imageFUNCTIONS dont work

2001-02-27 Thread Helmut Ott
Hi, hopefully somebody can help to solve this miracle. My phpinfo My provider (and phpinfo) says GD <=1.62 is installed. But when I run scripts using the php-imagefunctions that require gd like The lines containing the functions like createImage(), or ImagecolorAllocate() return error messa

[PHP] generate e.g. circles on the fly with coordinates for postioning

2001-02-24 Thread Helmut Ott
Can php + what modules do this and has anybody succeeded to do something like the followingbefore? I want to generate simple images on the fly, e.g. a 50px circle on a transparent background of 200x200 px using php. I want to position the circle on the background using x and y coodinates. Is

[PHP] list only checkbox-marked records on a new page

2001-02-14 Thread Helmut Ott
Hi, I need help from checkbox-specialists needed ! I have a list of records each carrying a checkbox. The source in this original page looks like this as for the checkbox - the value of "value" equals the ID of the record: ... ... ... The user shall mark interesting records and upon submit