[PHP] Downloading a binary file

2007-01-11 Thread Sugrue, Sean
I need download a binary file in php. I don't need to read the contents just download the whole file to a browsed directory. I know you can use the header function, does anyone know the syntax. Sean -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.

[PHP] Directory name

2006-11-01 Thread Sugrue, Sean
I'm trying retrieve a directory name and a filename with a form. I want to use input type file so the user can browse for the file but keep the whole directory name. Any help Sean -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Back arrow button

2006-05-12 Thread Sugrue, Sean
Does anyone know how to launch a new page with having the back arrow button grayed out? Sean -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Updating form

2006-03-15 Thread Sugrue, Sean
Does anyone know how to update an option list queried from a database table after an insert/delete action on that table? Sean -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Using javascript with php

2006-02-15 Thread Sugrue, Sean
To all, I have a check box input which I assign an array to the name. I want to pass the array to a javascript and based on a certain criteria check the box. I use the syntax: formname.elements['array[]'][index].checked= true. It works with IE but since my buddy added an html validator to a config

[PHP] Directory permissions

2006-01-25 Thread Sugrue, Sean
Does anyone know if there is a way to change permission on a directory on a Solaris OS through php? And if there is a way authenticate the owner of the directory through an rlogin or su. Sean -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Drop down directory structure list box

2006-01-18 Thread Sugrue, Sean
Does anyone know what the best way to list a directory dialog box or directory drop down list in Php? The script I'm writing has a form that asks the user where his files are and I don't want the user to have to remember the whole directory path in order to type it. Sean -- PHP General Mailing