This will read all '.pdf' files in a sub-directory and put them in a link -
HTH,
Nicole
$dir.");
while($entry = readdir($dir_stream)) {
// get the file extention
$ext = substr($entry, strrpos($entry,'.'));
ust 01, 2002 5:57 PM
Subject: [PHP] Php Dynamic Pages & Apache Server
> I am trying to create a php page that will show the files on an apache
server.
> Each file will show up as a link on the page. When clicked, the user will
be
> able to download the file. Is there anyone out ther
I am trying to create a php page that will show the files on an apache server.
Each file will show up as a link on the page. When clicked, the user will be
able to download the file. Is there anyone out there that can lead me in the
right direction.
--
PHP General Mailing List (http://www.php.n
Ok, i have a script that creates a page that will be submitted to search
engines. I had originally planned on having one line of code on the search
engine page:
include(http://localhost/freelance.php3?id=1);
But for some reason, it doesnt work. I've tried everything, changing the
php3 to php and
"Jon Shoberg" <[EMAIL PROTECTED]> wrote:
> So I was having a conversation with a manager/educator in the IT Industry
:)
>
> In a discussion concerning search engines he stated how he dislikes
dynamic
> web pages (PHP/ASP/JSP/CFM) because search engine spiders 'choke' on
dynamic
> content or gives
Google doesn't choke at all on dynamic pages. pages get ranked by
keywords appearing on the page and even more importantly, the link
text of links on other pages pointing to the page that's being
indexed.
in other words, if a lot of sites link to your page like so:
google choke
then a search for
In article <9bho4e$r7p$[EMAIL PROTECTED]>,
[EMAIL PROTECTED] ("Plutarck") wrote:
> Also be extremely careful about the use of and browser sniffing.
> So many sites do something classically stupid so that when someone sees
> their site in a search engine, the description is "Your browser does no
Check out this article :
Building Dynamic Pages With Search Engines in Mind :
http://phpbuilder.com/columns/tim2526.php3
Also, mod_rewrite related "stuff" has been discussed :
http://marc.theaimsgroup.com/?l=php-general&s=mod_rewr
Getting listed in search engines really is important. But in the vein of
what you were talking about, people shouldn't really "worry" about it.
Note: Getting listed in directories like Yahoo is way more important than
having any search engine list you. You always receive a far more targeted
user
Jon Shoberg wrote:
> So I was having a conversation with a manager/educator in the IT Industry :)
>
> In a discussion concerning search engines he stated how he dislikes dynamic
> web pages (PHP/ASP/JSP/CFM) because search engine spiders 'choke' on dynamic
> content or gives those pages a lower
I'm not an expert in this, but I suspect that some search engines will
probably ignore URL's that look like this:
/path/to/dynamic.php?arg=1&foo=bar
because it sees the ? and knows that it's a dynamic result and perhaps
very likely to change.
I had always assumed that's why many sites (such as
I too would be interested in learning what others on this list might have to
say about this. Knowing how a search engine such as Google indexes a site
or a page might be a good starting point in answering this debate: dynamic
vs. static.
Jeff
So I was having a conversation with a manager/edu
So I was having a conversation with a manager/educator in the IT Industry :)
In a discussion concerning search engines he stated how he dislikes dynamic
web pages (PHP/ASP/JSP/CFM) because search engine spiders 'choke' on dynamic
content or gives those pages a lower ranking. I can't see this as
all the HTML output.
>
>--
>Visit the Zend Store at http://www.zend.com/store/
>Wanna help me out? Like Music? Buy a CD: http://l-i-e.com/artists.htm
>Volunteer a little time: http://chatmusic.com/volunteer.htm
>- Original Message -
>From: Jason Mockler <[EMAIL PROT
Jason Mockler <[EMAIL PROTECTED]>
Newsgroups: php.general
Sent: Tuesday, March 13, 2001 7:45 AM
Subject: [PHP] Dynamic pages
> I have some dynamic pages which pull
> content from a DB using a PHP function.
>
> I have just found out that the production server
> for the project won&
I have some dynamic pages which pull
content from a DB using a PHP function.
I have just found out that the production server
for the project won't allow MySQL/PHP.
The editors will need to use the input tool
on a test server and then FTP to the
production server.
What I need to know is how
<[EMAIL PROTECTED]>
Newsgroups: php.general
Sent: Sunday, February 18, 2001 3:50 AM
Subject: [PHP] dynamic pages/sessions/checkboxes
> Hi!
> I'd like to do the following:
> i have a page where the user chooses from a combo of a products, a combo
of
> charactersitics, the dat
Hi!
I'd like to do the following:
i have a page where the user chooses from a combo of a products, a combo of
charactersitics, the date when he wants it and the quantity!
he may not fill one of these inputs so the result will be the list of all
products, or he may choose the product and not the
18 matches
Mail list logo