DRJ478, I think you've got it there. As soon as I read your post the penny dropped. Thanks for that, I'll make the changes and tidy it up.
Thanks again.
sorry there wasn't much - the session variable piclist gets built up through several scripts and I didn't want to cut and paste half a dozen snippets.
I think I've solved it now... it may be an imperfect solution...
it all starts in a form where the user browses for a picture file. This ends...
A few simple questions regarding arrays.
1) how do i create an empty array?
2) I have a seeion variable, $piclist, this could be one value or an array of values. When i pick up the list in the do_process script I have a line:
$piclist = $_SESSION['piclist']
When the session piclist is an...
ok, thats a good idea. Supress all error messages and then just catch the return values. although this won't really reveal why something broke, but is better than having horrid warnings splashed all across the screen lol
Thanks
I'm callig a few php function in a script (FTP_PUT) an osometimes get a fatal error (timeout) if the connection is slow. Is there a way I can trap the error so it doesn't get printed all over the screen? Something similar the java's try catch blocks.
I have a bombo box which is populated with the result of a query "select manufacturer from tablename" which list all possible manufacturers. How can I easily add an ALL option to the combo box list?
when I open access it automatically stats the opening form. I want to be able to access the tables. I was told that if you hold down shift when you open the mdb file this stops this and gives you access to the tables, forms and queries. However, I've emailed myself a copy of a db I wrote at home...
Thats is what I'm trying to do but the text only displays when the scrips has finished execution...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=windows-1250">
<meta name="generator"...
I have a script which uploads files to a server. I want to be able to display a 'please wait' type message while the script is running.
I have tried using the ftp_nb_put but it didn't work, maybe it was somthing I did wrong.
Next i tried displaying an intermediate page first and using a meta...
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.