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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
15 matches
Mail list logo