[PHP] I would like to get a script to display in a frame

2002-04-20 Thread Jeffrey D. Means
Does anyone have any experience with making script output display in a frame?? I would like to get this to happen on an e-commerce site I am designing and am stuck. I have tried form method=POST action=myscript.php target=main with no success. Please help. Jeff Means CIO for PicoTech

[PHP] Is there any way to change the process user (logon user) for a running script??

2002-05-09 Thread Jeffrey D. Means
I have come across a situation where I need to temporarly change the user profile in the middle of a script. I would prefer to do this than to change ownership of files to allow the script to be able to read them. I don't know whose files I will be reading when the script runs, however I need

[PHP] PHP and https no working recieving cookies and header info how to fix needed.

2002-09-27 Thread Jeffrey D. Means
I am using PHP 4.2.3 with Apache-SSL 1.3.26 and need some advice on how to get my scripts to receive the cookies that I am setting along with the POST and GET values from the preceding form. How do I go about this task? My thanks in advance for any help offered as I am totally stumped. Jeff

Re: [PHP] using require

2005-07-08 Thread Jeffrey D. Means
in the long run. Just my opinion, and I'm bound to take flak for it. -- Like Music? http://l-i-e.com/artists.htm -- Jeffrey D. Means [EMAIL PROTECTED] Owner / CIO for MeansPC http://www.meanspc.com/ Custom Web Development For Your Needs

Re: [PHP] Very Basic question: What IDE/tools I need to begin using PHP?

2005-07-26 Thread Jeffrey D. Means
-highlight PHP code. I want to debug, deploy... ALL! I have just downloaded Zend Studio Client AND Zend Studio Server. Is that all I need to begin?... Tak - Start your day with Yahoo! - make it your home page -- Jeffrey D. Means [EMAIL PROTECTED

[PHP] anyone have any idea as to how to display a message after a page has started loading??

2003-08-22 Thread Jeffrey D. Means
on this?? BTW: at the time I am trying to display a message I have already started output to the browser. --- Jeffrey D. Means CIO for MeansPC [EMAIL PROTECTED] --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.512 / Virus Database: 309

[PHP] RE: [users@httpd] RE: Can't POST over 500K

2003-08-24 Thread Jeffrey D. Means
This is not an apache proble it is a problem with your php.ini file. In this file there is a line that specifies how large of POST data can be received, the default is 500k. If you are running apache 2.0 there is an additional place where this might be being defined. You can find this file in

[PHP] imap_open() and courier-imap server

2003-06-25 Thread Jeffrey D. Means
This code does not work with my system. Any ideas as for a work arround?? --code starts $config[imap_server] = bast.picotech.net; $config[imap_port] = 143; $mailbox = INBOX; $login[username] = myusername; $login[password] = mypassword; $servername = { . $config[imap_server] . : .

[PHP] does anyone know how to tell if a PHP scrip is being executed from the command line not a server HTTP request??

2003-07-06 Thread Jeffrey D. Means
I am trying to write a script but for security I need to verify that it is not executed by a web server. At this point I have just placed it outside the htdocs tree but would like to build into the script a test to die if it is being executed by a web server. Thanks Jeff Means CIO for MeansPC