Make sure your $dir variable isn't containing the path to your file from
your OS file system. This should be an apache (or whatever) path (an URL).
Andy
[EMAIL PROTECTED] wrote:
> Richard Lynch wrote:
>
>> On Sun, October 8, 2006 6:53 pm, [EMAIL PROTECTED] wrote:
>>
>>
>>> How to apply the f
On Tue, October 10, 2006 7:57 am, [EMAIL PROTECTED] wrote:
> php web page ( test.php ) :
>
>
>
>
>
> Test
>
> Result : "homepage error"
>
> Web Server error log :
>
> [Tue Oct 10 18:07:36 2006] [erro
clive wrote:
>
>> Hello to you,
>>
>> php web page ( test.php ) :
>>
>>
>>
>>
>>
>> Test
>>
>> Result : "homepage error"
>>
>> Web Server error log :
>>
>> [Tue Oct 10 18:07:36 2006] [error] [c
Hello to you,
php web page ( test.php ) :
Test
Result : "homepage error"
Web Server error log :
[Tue Oct 10 18:07:36 2006] [error] [client 202.108.22.70] File does not
exist: /home/web/index.htm
[Tue
Richard Lynch wrote:
>On Sun, October 8, 2006 6:53 pm, [EMAIL PROTECTED] wrote:
>
>
>>How to apply the following function with php ?
>> Test
>>
>>
>
>If you're new to PHP, be a minimalist, and pull out PHP only when you
>absolutely have to:
>
> Test
>
>Since $dir is the ONLY part you want
On Sun, October 8, 2006 6:53 pm, [EMAIL PROTECTED] wrote:
> How to apply the following function with php ?
> Test
If you're new to PHP, be a minimalist, and pull out PHP only when you
absolutely have to:
Test
Since $dir is the ONLY part you want to be changing, use PHP only for
that part.
S
Hello Clive,
I just modified the php program code :
echo ' Test ';
But the page is error result (Display on the menu bar)!
Edward.
clive wrote:
> [EMAIL PROTECTED] wrote:
>
>> Hello,
>>
>> Sorry...
>>
>> If the hyper link is :
>> Test
>
> you want to use double quotes echo " "; instead of s
Hello Clive,
Would you mind to help to modify the hyper link with php ( apply echo
tag ) ?
Sorry... I don't quite to know the php command
Many thank for your help !
Edward.
clive wrote:
> [EMAIL PROTECTED] wrote:
>
>> Hello,
>>
>> Sorry...
>>
>> If the hyper link is :
>> Test
>
> you want to
[EMAIL PROTECTED] wrote:
Hello,
Sorry...
If the hyper link is :
Test
you want to use double quotes echo " "; instead of single quotes echo ' ';
the double quotes will parse any variables it finds, where as the single
quotes will simply just echo what every you place between them.
clive
Hello,
Sorry...
If the hyper link is :
Test
So, how to apply the echo tag for it ?
Remark:
$dir is php variable...
Edward.
J R wrote:
> echo ' Test ';
>
> On 10/9/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
>>
>> Dear All,
>>
>> How to apply the following function with php ?
>> Te
echo ' Test ';
On 10/9/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Dear All,
How to apply the following function with php ?
Test
Edward.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--
GMail Rocks!!!
Dear All,
How to apply the following function with php ?
Test
Edward.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
12 matches
Mail list logo