Hi all,
is there a way to sort a HTML Drop down list array alphabetic ?
I tried the following, but it doesn't work !
Can anyone help me ?
Olli
<select name="position[]">
<option value="Artist"<?=$aa;?>>Artist</option>
<option...
Hi all,
is there a way to output hidden form fields on the first submit:
I need it to output error messages on the top of my script!
<form action=<?=$_SERVER['PHP_SELF'];?> method=post>
<input type=hidden name=collect value=<?=$_POST['collect']?>>
<?PHP
echo $_POST['collect'];
?>
<...
Oops - I forgot to put in the subject ...
Hi all,
I'm storing contents of a textfile in the array 'emails[]'
and try to output $_POST['emails'];
The array emails is empty and I don't know what I did wrong
Can anyone help me ?
$i=0;
while(!feof($fp))
{
$emails = fgets($fp,620)
<input...
Hi all,
I'm storing contents of a textfile in the array 'emails[]'
and try to output $_POST['emails'];
The array emails is empty and I don't know what I did wrong
Can anyone help me ?
$i=0;
while(!feof($fp))
{
$emails = fgets($fp,620)
<input type=checkbox name=emails[] value=$i>
$i++;
}...
Hi all,
I have a problem concerning the $_POST array. In my script I display checkboxes as much emails my textfiles contains.
It's normaly stored in the $_POST array. Now I make a mark on the email's checkboxes to output - and it doesn't work. The array $_POST['emails'] is totally empty...
Hi all,
I have a textfile with email addreses. With the following script, I try to display only the selected emails (Checkbox)
It won't work. Can anybody help me ?
Thanx in advance
Olli
$fp = fopen($reader,"r");
while(!feof($fp))
{
$emails = chop(fgets($fp,260))...
Hi all,
I've a problem with the following. When I hit the upload button I get a error message from the script which says:
UNABLE TO CREATE '/pictures/': Is a directory ...
this directory already exists - I didn't tell the script that it should create a directory ...
Here is the code:
HTML...
Hi, all
I have a problem, that i have 3 userfile fields which i want to parse to a function. All works - but only if i start with the first one. When I start with the second, than no file of those 3 will be uploaded.
here is a snippet of my code:
HTML stuff ...
<input name=userfile[]...
Hi all,
I have the problem that I want to access a certain page via the link (in the addressbar). When I type the correct address, then I should get access to the desired page, but only if the link is correct eg. http://www.somedomain.com.
When I type http://www.somedomain.com/ThePpastedUrl.htm...
Hi all,
I' ve got a problem concerning multiple file uploads.
The files won't be copied to my location.
Here is a snippet of my code:
thanx in advance
Olli
..html stuff
<input name=userfile[] type=file>
<input name=userfile[] type=file>
<input name=userfile[] type=file>...
Hi all :),
Does anyone know why I can't send the second variable named "NAME" in my script below ?
Olli
$image_size = getimagesize(trim($pic_big[$mod_num]));
print"<a href=#...
hidden fields (Visitor) Apr 25, 2002
Hi all,
is there a way to get the value of a hidden field as soon as the the form is submitted. The current state is that the value is only visible when I press the submit button a second time.
Here is the snippet:
if( ...something)
{
print"<input...
Hi all,
I have a page with a link for a Javascript popupwin.
The popup win opens with the picture but the my page where I clicked the link turns into white and on the top left corner is a message saying "[object]. Does anyone know why.
In addition the height tag also doesn't work for my...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.