Re: [PHP] Newbie, easy question...

2004-12-22 Thread Richard Lynch
GaryH wrote: Below is a simple php file that recieves input from a form html file. The php file outputs the first and last name, but their is no space between the names. Does anyone know how I can get a space between name in the php file? But there *IS* a space between them. You put a

[PHP] Newbie, easy question...

2004-12-21 Thread GaryH
Below is a simple php file that recieves input from a form html file. The php file outputs the first and last name, but their is no space between the names. Does anyone know how I can get a space between name in the php file? TIA, Gary html head titleHi User/title /head body h3PHP program that

[PHP] [newbie] easy question about fopen ($filename, r+)

2001-02-07 Thread SED
Hi, If I load e.g. textfile.txt with the file pointer at the beginning of the file and write a line or two into it, does it always overwrite the first lines? Is there any function that *always* moves the old lines down automatically? Regards, Sumarlidi Einar Dadason SED - Graphic Design

Re: [PHP] [newbie] easy question about fopen ($filename, r+)

2001-02-07 Thread Christian Reiniger
On Wednesday 07 February 2001 09:42, SED wrote: If I load e.g. textfile.txt with the file pointer at the beginning of the file and write a line or two into it, does it always overwrite the first lines? Yes Is there any function that *always* moves the old lines down automatically? No.