Search found 79 matches

by php12342005
Fri Mar 25, 2005 3:11 pm
Forum: PHP - Code
Topic: story of search engine (2)
Replies: 7
Views: 551

i work for a software company, all of our pages are designed by our best.

this kind topics are just for web knowledgies and fun.

they are very interesting, aren't they?
at least i persionally think so.

thx
by php12342005
Fri Mar 25, 2005 3:02 pm
Forum: PHP - Code
Topic: story of search engine (3)
Replies: 4
Views: 460

story of search engine (3)

in "story of search engine (2)", i got conclusion: the more words a web-page contains, the more opertunities the page has to be found by search engines. question in story of (3) is: If I use javascript to generate dynamic many many words, i.e. OnLoad - print ("manay many ..... words&q...
by php12342005
Fri Mar 25, 2005 2:41 pm
Forum: PHP - Code
Topic: story of search engine (2)
Replies: 7
Views: 551

Hi Burrito,
your reply is very interesting.

of course i will not create a page with 50,000,000 words, we are talking something about search engine.

you talk about penalty by google, are you sure that is true? how does google do that - manually or automatically (by some software)?

8O
by php12342005
Fri Mar 25, 2005 1:24 pm
Forum: PHP - Code
Topic: story of search engine (2)
Replies: 7
Views: 551

story of search engine (2)

currently my web-page contains around 500 words - if I let the page contain (i.e.) 50,000,000 words, according to my understanding about search engine, more visitors will come to this page because the page has more opertunities to be found by search engine. ------------ So: the more words the page c...
by php12342005
Fri Mar 25, 2005 11:50 am
Forum: PHP - Code
Topic: story of search engine
Replies: 9
Views: 593

master here = web-master
by php12342005
Fri Mar 25, 2005 11:45 am
Forum: PHP - Code
Topic: robots.txt
Replies: 0
Views: 415

robots.txt

I use robots.txt of google to check my web-page, it says almost all lines on my page are errors or warnings.

but google still can find text of "error lines" and brings my page very top.

do i need to modify my page according to google's instruction?

why?

thanks
by php12342005
Fri Mar 25, 2005 11:23 am
Forum: PHP - Code
Topic: story of search engine
Replies: 9
Views: 593

Hi feyd,
wonderful, i know something interesting from you.
i have created a blank robots.txt and added it to my site.
is it right to do that? is the file case sensitive? do u have the file on your web-site? Are you master here?

thx
by php12342005
Fri Mar 25, 2005 11:04 am
Forum: PHP - Code
Topic: story of search engine
Replies: 9
Views: 593

robots.txt? what is that?

8O

by php12342005
Fri Mar 25, 2005 10:20 am
Forum: PHP - Code
Topic: get start with mysql
Replies: 3
Views: 349

Hi Phenom,
I find the tool as u said - it doesn't look very nice, but it is much better than using SQL.

thx
by php12342005
Fri Mar 25, 2005 10:17 am
Forum: PHP - Code
Topic: story of search engine
Replies: 9
Views: 593

story of search engine

the topic is a little bite away from php. I update my web-page very often - around once a week. Sometimes google displys text of my page which is contents of over one month ago, but sometimes it is something I updated yesterday. In other words, I can say totally different my same page (by searching ...
by php12342005
Fri Mar 25, 2005 4:04 am
Forum: PHP - Code
Topic: php and search engines
Replies: 1
Views: 188

php and search engines

search engines can find text from html pages very fast.
i guess that search engines can not search from php pages properly, at least search speed is very slow.

right?
by php12342005
Fri Mar 25, 2005 3:11 am
Forum: PHP - Code
Topic: suggestions needed for database of credit-card
Replies: 7
Views: 429

if i keep customers' card number there only for a few of days then delete them (after i record the info to a "safe" place), do you think it is OK?
by php12342005
Thu Mar 24, 2005 11:13 pm
Forum: PHP - Code
Topic: suggestions needed for database of credit-card
Replies: 7
Views: 429

suggestions needed for database of credit-card

hi all,
i have a credit-card transaction web-page, now i need to create a database to record customers' info.

could you give me suggestions about what tables and fields shoulb be in the db? goods to sell are just a few of software.

any examples?

thx
by php12342005
Thu Mar 24, 2005 9:04 pm
Forum: PHP - Code
Topic: get start with mysql
Replies: 3
Views: 349

get start with mysql

hi all, i need to get start with mysql database which is in my hosting. my questions are: 1. is there a tool which allows us to create tables, fields graphically (similar to Microsoft Access db)? if yes, please give me comments and links for getting start. 2. if not, do we have to create tables, fie...
by php12342005
Thu Mar 24, 2005 12:12 pm
Forum: PHP - Code
Topic: An IFRAME problem in html file
Replies: 5
Views: 313

Hi scrotaye,
i add <td height="100%">, the page looks much better now.

but 2 frames are not a good idea because visitors will have trouble if coming from search engine (only see one frame).

thanks to all.