[PHP] Re: Help with php server and sockets

2007-05-23 Thread Darren Whitlen
Adz07 wrote: i want to set up a php server that can communicate with a client (CLI PHP Script). I can setup the server socket fine. What i need to know is whether it is possible for the client to call a function in the servers php code and the server return the data ready for the client to proces

[PHP] Re: Help with php output to file

2003-12-18 Thread Luke
what about output buffering and saving the output to a file instead of flushing to the screen, that would work easy :) Luke -- Luke "Paul Godard" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi > > I have develop an online catalog in php/mysql. Now the client needs > the web s

[PHP] Re: Help with php output to file

2003-12-18 Thread Justin Patrin
Paul Godard wrote: Hi I have develop an online catalog in php/mysql. Now the client needs the web site on a cd. Of course without php or mysql... What is the fastes and easiest way to convert the only 2-3 dynamic php pages into static html files? Of course I could copy the html code generat

RE: [PHP] Re: help with php

2003-07-29 Thread Chris W. Parker
DvDmanDT on Tuesday, July 29, 2003 5:06 PM said: > I agree to Parker's post, but I think I understand you... Whoops... I should apologize. I missed the keyword "email" and read it as "another page". Sorry Billy. Chris. -- PHP General Mailing List (http://www.php.

[PHP] Re: help with php

2003-07-29 Thread DvDmanDT
I agree to Parker's post, but I think I understand you... thescript.php: That script or command requires the following form: Send to this email: Your email: Subject: Message: Maybe this what you wanted, maybe not.. :p -- // DvDmanDT MSN: [EMAIL PROTE

[PHP] Re: help with PHP global array

2002-02-07 Thread Julio Nobrega Trabalhando
$array = Array('a'=>1); function scope_test() { global $array; echo $array['a']; } Works for me, PHP 4.1.1 with the new .ini file. -- Julio Nobrega. Um dia eu chego lá: http://sourceforge.net/projects/toca Ajudei? Salvei? Que tal um presentinho? http://www.submarino.com.br/wishlist

[PHP] Re: HELP! with PHP extension <

2002-01-25 Thread Alan McFarlane
Make sure you've copied the contents of the c:\php\dlls folder to your system directory (\windows\system, \winnt\system32, not sure 'bout 2K). Your extension_dir setting in php.ini should be extension_dir = c:/php/extensions/ And make sure you've copied your php.ini to your windows directory (\