johntafasi
Technical User
Hello Group,
I have these two lines on a web page:
The first part of this page's title is <? php code ?>
The second part of this page's title is <? php code ?>
the page's title is:
PHP Learning Center-How to Extract Web Information with PHP
with the right php code the line on the page should read like this:
The first part of this page is PHP Learning Center
The second part of this page is How to Extract Web Information with PHP
Can some one please give me the right code to do this?
I have these two lines on a web page:
The first part of this page's title is <? php code ?>
The second part of this page's title is <? php code ?>
the page's title is:
PHP Learning Center-How to Extract Web Information with PHP
with the right php code the line on the page should read like this:
The first part of this page is PHP Learning Center
The second part of this page is How to Extract Web Information with PHP
Can some one please give me the right code to do this?