[PHP] ISP in Australia

2002-04-25 Thread Jim Koutoumis
Hi all, Just looking to see if anyone knows of any ISP in Australia, that offers PHP and MySQL for their customer usage. Any information would be greatly appreciated. Thanks, Jim. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Downloading files

2002-04-09 Thread Jim Koutoumis
Using this method,.. works OK if you choose to save the file, however if you choose to open the file you get a weird behaviour where IE says it can't find the file and a subsequent prompt to create a new one. Does anyone know why it does this and how to overcome it ? At this stage I've resorted t

[PHP] Re: HTTP_REFERER

2002-03-25 Thread Jim Koutoumis
Tom, I sort of do the same here,... think you'll find that index.html is the 'default index' for a directory when a page isn't specified on your web server and that she's going to http://www.domain.com Hope this helps. Jim. "Tom Hilton" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED

Re: [PHP] mail() and qmail

2002-03-14 Thread Jim Koutoumis
qmail here, working fine. I have the following set in php.ini : sendmail_path =/var/qmail/bin/qmail-inject Jim. "Jason Wong" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]... > On Thursday 14 March 2002 22:56, Daniel Reichenbach wrote: > > > I use qmail with PHP on a RH v

[PHP] Re: What permissions for uploading?

2002-03-13 Thread Jim Koutoumis
That'd depend upon who owns the directory and what user your web server is running as. If the folder, or directory is owned by the user the server is running as then the permissions should be OK. Due to your error message I'd guess they don't have write access. Permissions of 766 might be enough

Re: [PHP] image creation to file

2002-03-06 Thread Jim Koutoumis
An alternative is to put the code into makeImage.php and then call it directly from your HTML page with your whenever you want that image displayed. Jim. "Tom Rogers" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi > use ImagePNG($im,"test.png") > > To

Re: [PHP] Is there a "GoTo Page" Function?

2002-03-06 Thread Jim Koutoumis
Not without seeing some html code. If you haven't altered any of the other font/color settings I'd have thought they'd all be the same color, black. Look up some info on 'Cascaded Style Sheets',... then it'd be as simple as and all of the text/alignment, etc,.. takes the settings of whatever is

Re: [PHP] Is there a "GoTo Page" Function?

2002-03-05 Thread Jim Koutoumis
Whack your text and input boxes in different cells of a table,.. use align (or nowadays an appropriate style setting) and that should get your things lined up :-) "Andre Dubuc" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED].; > Hugh, > > Food? What's that? > > [Btw, my wife would lov

[PHP] Re: PDF creation with PDF-LIB samples?

2002-02-28 Thread Jim Koutoumis
You could try: http://www.fpdf.org/ Someone posted recently and I've quickly whacked it into my toolbox :-) Jim . "Andras Kende" <[EMAIL PROTECTED]> wrote in message 004801c1c0e3$26bf6070$b59fb841@K...">news:004801c1c0e3$26bf6070$b59fb841@K...; > Hello, > > Trying to create some pdf doc

Re: [PHP] Changed localhost?

2002-02-27 Thread Jim Koutoumis
You sure Apache's still running ?? Here's a few things to check: 1. Check, that you still have the process running ? Processors dude. 2. Look at Apache's log files and see what happens after you try starting it. Errors ?? 3. Get to a prompt and type the command "netstat -na", without the quotes

[PHP] Downloading files/docs

2002-02-21 Thread Jim Koutoumis
Hi all, I've seen some posts and info elsewhere regarding downloading files - mostly stating problems with the way IE handles this function. What I'm trying to do is : 1 - offer files,.. .doc, .zip and others 2 - allow the user to click on a URL, or button 3 - have the options to Ope

[PHP] Re: Uploading Files with PHP

2002-02-21 Thread Jim Koutoumis
Joe, Do you know when the file size is checked ?? I think it only gets checked after the form is posted and file uploading is finished ?? I don't know how it's possible to catch things before user uploads - now that would be neat :-) Jim. "Lerp" <[EMAIL PROTECTED]> wrote in message [EMAIL

Re: [PHP] Using 'Location' and variables

2002-02-20 Thread Jim Koutoumis
John, I never even thought of just including the page I was wanting to redirect/switch to. I was always ending my processing portion with a header("Location : ") thingy in all of my scripts. As no output comes out during the processing stage it should all work. It seems so straight forward n

Re: [PHP] Using 'Location' and variables

2002-02-20 Thread Jim Koutoumis
Thanks for your reply John. In fact I'm using the method you describe where the same script is used to both display and process the form. However, in the area where I'm doing the processing, I want to redirect at the end of it and still be able to use some of the variables in the location I'm go

[PHP] Using 'Location' and variables

2002-02-20 Thread Jim Koutoumis
I'm sure that this is possible, but I haven't found any info/examples on it yet,.. What I have is a php script that processes data that been submitted by a FORM. That's OK,... At the end of my script, depending upon the processing, I want to GOTO another php script, that's also OK, I can simply