[PHP] first totally php site

2001-12-13 Thread AAustin

Hi

My first totally php/mysql site.

www.thegardenzone.co.nz

Andrew



[PHP] php sessions limit

2001-12-11 Thread AAustin

Hi
This may sound strange. but ...
Is there a  limit to the number of sessions one can/should have using the
same identity details at one time. ie if beta testing a website with the
same password details etc. or is it irrelevant.

Thanks


Andrew



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] passing form values

2001-12-09 Thread AAustin

Hi

I have a slight design problem. I have some form values (user details) which I want to 
pass to a web page which is two pages away. I.e. I have the variables as hidden values 
in a form (username, address, password etc) and the user submits these and cc details. 
If the credit card processing centre gives a yes answer to processing the cc 
transaction the address details are added to the db   if not they are lost. At present 
the cc script is a single include on a blank page which runs for a couple of seconds 
and then the user is transferred to a success or failure page depending on the cc 
transaction processing companies answer. 

Problem is how do I maintain state of the users address... values for the two pages.  

1. make them session- global values which seems a bit overkill
2. Make the cc an include and post back to itself.
3. Is it possible to have a hidden form which runs itself so carrying the form values 
to the final page.

I am sure there is a simple answer and thanks in advance. Hope I have explained it OK.

Andrew



[PHP] zip.exe files

2001-11-29 Thread AAustin

Hi


On the corp website we are wanting to make the zip files that clients
download zip.exe self extract files. Our html a Href=filename.execlick
here/a links no longer work.

Now we get server error messages rather than the dialog box when the link is
clicked. I think the file is trying to decompress when clicked to download.
Is there a common procedure to get around this?

Thanks in advance

Andrew



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] text into web db interface

2001-10-31 Thread AAustin

Hi

Is there a php technique, app, code example..., where users can enter normal
formatted text with paragraphs etc and the 'br' or 'p ' tags (and even
'table') are entered so the text looks ok on an php page. This will then
mean the end user does not need to know a smattering of html code just to
enter some text into db.

thanks
andrew



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] hello

2001-09-27 Thread AAustin

How might I post a ?bariable in the http stream using a javascript dynamic menu?
Do I need to turn it into a form to do this.
andrew