801 Posted Topics

Member Avatar for kained

Do a Google search for "PHP formmail script". You'll find plenty of existing scripts to use.

Member Avatar for stymiee
0
96
Member Avatar for amol0010

Since JavaScript runs in the browser [b]after[/b] PHP os processed on the server the only way to get this information to the server is to submit the data as either POST or GET data or use Ajax. But you can't affect the PHP used to render the page as it …

Member Avatar for amol0010
0
129
Member Avatar for raffzahn

Well, you're already banned. All you can do is fix the error and apply for reinclusion. You can do that through their webmaster tools. As for the problem, apparently you have redirects that look like doorway pages to them. You need to find them and remove them.

Member Avatar for x3mario
0
130
Member Avatar for iSrchNkd

The PR that your site will give will be so low that alone it has no SEO value. It won't be a good investment for someone to do. You will need to grow your directory to be one of the top ten or twenty on the entire Internet for it …

Member Avatar for iSrchNkd
0
155
Member Avatar for devesh9392

PR is assigned on a per page basis. Want a higher PR for that page? Get more incoming links.

Member Avatar for stymiee
0
148
Member Avatar for ProgrammersTalk
Member Avatar for MattEvans
0
226
Member Avatar for yasserstein

Developing in IE is your first mistake. Develop in Firefox and then test in IE. Much less work to do to make it compatible. Post your code so we can see if there is any proprietary code in their (which Microsoft likes to do).

Member Avatar for yasserstein
0
154
Member Avatar for Toba

I must confess, I hate diggbot. Way too much fluff and nonsense. Maybe put all posts into one daily thread per category instead? That way it is all contained and organized and we don't have dozens of useless threads clogging our forums and our search results.

Member Avatar for Rashakil Fol
0
187
Member Avatar for khatreett

[url]http://www.sitepoint.com/article/toughen-forms-security-image[/url]

Member Avatar for Ezzaral
0
90
Member Avatar for lajocar
Member Avatar for guinanie
0
139
Member Avatar for jiaenteo

It's sort of built to compete with Paypal. It's just another alternative payment system. It's free to sue through the end of the year and in general it seems to help improve conversion rates. It's not really that special, though, and is just another payment option available to merchants.

Member Avatar for bobchrist
0
139
Member Avatar for james_eblin
Member Avatar for happygeek
0
326
Member Avatar for nyashaC
Member Avatar for idragon

No, this is normal. Newer sites are crawled less frequently. Also, Google doesn't report all backlinks it finds for a site and only updates its report periodically.

Member Avatar for acwebguru
0
82
Member Avatar for mbassa
Member Avatar for Dsiembab

Just as long as you don't use transparency you will be ok. IE6 and earlier can't handle it without using hacks which are a pain in the butt to use.

Member Avatar for Phaelax
0
130
Member Avatar for jeremiah sky

Never ever use javascript top password protect pages. Getting around it is as easy as turning javascript off or just viewing the source code. Use server side password protect like Basic Authentication through .htaccess or a server side programming language like PHP.

Member Avatar for stymiee
0
177
Member Avatar for zonkd

What do you mean by read only? You don't want people to copy the text? Or save the page?

Member Avatar for Puckdropper
0
191
Member Avatar for nagazaki

Install wordpress and review their database design. That's a good place to start.

Member Avatar for stymiee
0
40
Member Avatar for papapet

[url=http://www.symantec.com/security_response/writeup.jsp?docid=2004-112111-3912-99]vundo[/url]

Member Avatar for papapet
0
402
Member Avatar for Iternal

So far only digitalpoint is saying so and they are less then accurate with many things. And even if it is started until it finishes you won't know what your PR really is. Plus the data is old and stale anyway....

Member Avatar for x3mario
0
141
Member Avatar for Estreetloans

It won't hurt your site. If anything, do a redirect to a page that explains the page is removed and offer the user a chance to see other content. That way you take advantage of this traffic while it lasts.

Member Avatar for x3mario
0
109
Member Avatar for rinoa04

Ruby is just another programming like Java or PHP. It's one of many tools you can use for a job. It's not really any more special then any other language. FYI, .NET is framework which is different from a programming language so you can't compare it to other languages. You …

Member Avatar for VINEET KUMAR
0
145
Member Avatar for Dsiembab

You'd need to use ActiveX. And that would only work in IE. Basically you can't stop it.

Member Avatar for stymiee
0
318
Member Avatar for kolhal

Have you written any code for this yourself? How about pseudo code?

Member Avatar for stymiee
0
60
Member Avatar for workonphp
Member Avatar for Dsiembab

IE6 and lower's handling of favicons is buggy. It won't show the favicon unless your site is bookmarked. There's nothing you can do about it.

Member Avatar for Dsiembab
0
162
Member Avatar for kaleidoscopelex
Member Avatar for stymiee
0
164
Member Avatar for mbarnes

That's great. Unfortunately we're not here to do your homework for you. Just like that guy in the other thread. :)

Member Avatar for fionix
0
107
Member Avatar for ian14

That's because you cannot connect to with JavaScript. You have to use a server side language to do it for you. The closest you can come is to use Ajax but that still has the server side language connecting to the database and fetching the data.

Member Avatar for stymiee
0
53
Member Avatar for dodol

Do them all in one query. Append each query to the other separating them with a semi colon. Then execute them all at once. That will dramatically increase your insert speed.

Member Avatar for clearstatcache
0
149
Member Avatar for MidiMagic
Member Avatar for MidiMagic
0
350
Member Avatar for Estreetloans

PR has nothing to do with updating information or SEO. It's all about the weight of incoming links. If your PR dropped then the weight of your incoming links dropped.

Member Avatar for stymiee
0
141
Member Avatar for tygerberg

Yes it is. Using the date() function you can find which day of the week it is and base your content on that.

Member Avatar for tygerberg
0
113
Member Avatar for jeremusic
Member Avatar for jeremusic
0
269
Member Avatar for ezb

It might have to do with your server having register globals off. Instead of $PHP_SELF you should be using $_SERVER['PHP_SELF'], etc.

Member Avatar for ezb
0
98
Member Avatar for cashblogs
Member Avatar for MidiMagic
0
258
Member Avatar for purple rainx
Member Avatar for Serunson
0
244
Member Avatar for ytregnn
Member Avatar for expertentity

Promote your website. If your content is good you will attract quality links to it. These links will get you out of the supplemental index (assuming they are not supplemental for other reasons like duplicate content, etc.). Links from directories and such have so little value that they really don't …

Member Avatar for cooluks
0
127
Member Avatar for venu@baylogic

You need to learn more about Ajax as you don't include ajax into PHP. In fact PHP really doesn't even care or know about Ajax. All you need to know with your PHP code is whether or not to send out XML headers or not. That's it.

Member Avatar for phper
0
161
Member Avatar for invisal

1) Do a search end look through every page of results 2) Use [url=http://www.cleverstat.com/google-monitor-query.htm]a tool[/url] to do it for you

Member Avatar for guinanie
0
138
Member Avatar for cgkrish

There's really nothing to ecommerce. Launching a site or two can make you very knowledgeable about it without ever taking a class. Ge the degree in security as that will continue to be a booming area for the foreseeable future and learn ecommerce on your own.

Member Avatar for stymiee
0
123
Member Avatar for brotherZ

We have forums dedicated to hiring members to do work. You can post it there and let them know it is a post exchange.

Member Avatar for stymiee
0
48
Member Avatar for Alexandro

[QUOTE=Alexandro;370433]What is the fast method to get a site or a page indexed?[/QUOTE] Submit your site to the search engines and then go get links to your home page. [QUOTE=Alexandro;370433]How much time?[/QUOTE] Some sites are indexed within days. Others take longer. There is no way to tell what will happen …

Member Avatar for shabi1985
0
395
Member Avatar for it2051229
Member Avatar for it2051229
0
253
Member Avatar for hbmarar

You can't affect a user's computer in this way. How they have it set up is how it will work. If you want their emails to be sent through a controlled system you will need to create a form on your website to capture their information and send the email …

Member Avatar for MidiMagic
0
72
Member Avatar for reggienoble
Re: Help

In the time it took you to make this post you could have done a [url=http://www.google.com/search?hl=en&c2coff=1&safe=off&client=firefox-a&rls=org.mozilla:en-US:official&hs=Mq9&pwst=1&sa=X&oi=spell&resnum=0&ct=result&cd=1&q=php+mysql+tutorials&spell=1]Google search[/url].

Member Avatar for stymiee
0
143
Member Avatar for esprimo88

When it comes to SEO it is not as simple as simply launching your site and it just will automatically rank well. You have to make sure your site is optimized and then you have to spend time promoting it. If you are in a competitive niche it takes longer …

Member Avatar for stymiee
0
78
Member Avatar for mashliner

[url=http://www.google.com/search?q=php+login+form&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a]Google is your friend.[/url] :)

Member Avatar for mashliner
0
63

The End.