801 Posted Topics

Member Avatar for mbacon
Member Avatar for indianscorpion2

I've seen you ask this in just about every other webmaster forum and they have given you the answer already. You have to put this code after you send out your page headers. Actually, this shouldn't even affect PHP as it goes into your HTML and not into your PHP …

Member Avatar for indianscorpion2
0
166
Member Avatar for trashed
Member Avatar for trashed
0
105
Member Avatar for vssp
Member Avatar for vssp
0
72
Member Avatar for Inny
Member Avatar for satees

Have you read Paypal's guides to integrating their systems? It includes sample code.

Member Avatar for stymiee
0
57
Member Avatar for Pro-Gaming
Re: Help

Get them here: [url]http://www.phpbb.com/phpBB/catdb.php?db=1[/url] They come with instructions on how to install them.

Member Avatar for Pro-Gaming
0
73
Member Avatar for Turnkey_Websites

If you point two domains to one website you should always do a 301 redirect from one to the other so as not to look like you're trying to manipulate the system with duplicate content.

Member Avatar for stymiee
0
107
Member Avatar for gcs584

Google is currently updating its public PR report. But that doesn't have anything to with rankings as this PR has already been factored into everyone's rankings. It is just them letting us a more current, yet, still old, PR report for our pages. Google's search results update every day.

Member Avatar for stymiee
0
133
Member Avatar for russianzio

Gee, you [b]bought[/b] 5000 links which is clearly against Google's terms of service. What did you expect?

Member Avatar for russianzio
0
160
Member Avatar for mahe4us

[code]<input type="checkbox" name="chkboxarray[b][][/b]" value=1> <input type="checkbox" name="chkboxarray[b][][/b]" value=2> <input type="checkbox" name="chkboxarray[b][][/b]" value=3>[/code] To access them as a group: [code=php] foreach ($_REQUEST['chkboxarray'] as $checkbox) { echo $checkbox; }[/code]

Member Avatar for stymiee
0
157
Member Avatar for Freeman45

According to Google their isn't much of a difference between the two. In practical use, <strong> is useful to screenreaders as it makes them give the text encased by it more emphasis. Otherwise there is no difference between the two tags.

Member Avatar for aniseed
0
72
Member Avatar for Bonus

PHP does offer [url=http://us3.php.net/gd]built in functions[/url] for manipulating images. With these you can find out an images dimensions and then react accordingly.

Member Avatar for php_daemon
0
99
Member Avatar for vssp

You can see it [url=http://dev.mysql.com/downloads/mysql/5.0.html]on their website[/url]

Member Avatar for stymiee
0
49
Member Avatar for Freeman45
Member Avatar for crazynp

Have you written any code for this yet? We can help you with what you have but we won't do the work for you. We're here to help, not be free labor. :)

Member Avatar for crazynp
0
96
Member Avatar for Al Lowe

You'll want to use PHP's include() function to include the common header, footer, and sidebar.

Member Avatar for stymiee
0
113
Member Avatar for techkar
Member Avatar for iSrchNkd

I think your analysis of click fraud is off base. It's quite a reach to say Google is to blame for click fraud. It's also very bold, and probably ignorant, to say you can stop click fraud. It's also probably just flat out crazy to say you can beat Google …

Member Avatar for iSrchNkd
0
128
Member Avatar for nickcegar

[QUOTE=Harry smith;301734]Lawren, IMO every search engines have their own datacenters for which they refer for. According yto me Yahoo has a great database comparatively so it must be showing more numbers of IBL.[/QUOTE] This is not for the reasons you say. Yahoo shows all IBL while Google purposely does not. …

Member Avatar for stymiee
0
268
Member Avatar for neha gupta

That all depends. What kind of job would you like to have when done with school?

Member Avatar for amithasija
0
44
Member Avatar for Barat

That makes sense. It really is similar to duplicate content outside of yours site. Just weed out the duplicates and leave the original.

Member Avatar for stymiee
0
126
Member Avatar for logue654

You'll need to start a viral campaign. Is there something special or cool about yours that no one else is doing? If so, try to find a way tog et people excited about it. (If not you've got an uphill battle anyway and should try to identify why people should …

Member Avatar for concept
0
165
Member Avatar for purple rainx
Member Avatar for Chaky
0
696
Member Avatar for jonathan.jbkt
Member Avatar for lproven

[QUOTE=lproven;297551]Oh, come on. This is 2007 not 1997! If I can post on Livejournal or Flickr or YahooGroups or GoogleGroups or almost any other online forum I'm in using a safe restricted subset of HTML, then there is *no* reason why it can't be done here as well. I am, …

Member Avatar for happygeek
0
215
Member Avatar for cogmick

Just go to their submit pages: [list] [*] [url=http://www.google.com/addurl.html]Google[/url] (Use a [url=https://www.google.com/webmasters/sitemaps/siteoverview?hl=en]Google SiteMap[/url]) [*] [url=http://submit.search.yahoo.com/free/request]Yahoo[/url] (Use the page list option) [*] [url=http://search.msn.com/docs/submit.aspx?FORM=SUNO]MSN[/url] [/list]

Member Avatar for stymiee
0
127
Member Avatar for harininet

Designing a website in Flash destroys and real chance of ranking well in the search engines: [b]period[/b]. Even if they can index the content you still are only a one page website with no html to give the search engines clues about the content and no internal hyperlinks with keyword-rich …

Member Avatar for SEO Cat
0
122
Member Avatar for Znojmic

It's important to remember the title tag is what people see when they do a search. If your title doesn't accurately reflect what the page is about you may rank well in the search results but get little traffic which is the exact opposite of what you are trying to …

Member Avatar for SEO Cat
0
135
Member Avatar for sush.gopal

Try: [code=php]if (!function_exists(mysql_connect('localhost', 'root', 'sushma'))) { die( '<span class="fatalError">Fatal error: ' . 'MySQL extension is not loaded. Check your settings in php.ini.</span>' ); }[/code]

Member Avatar for php_daemon
0
947
Member Avatar for remcov

A uniform structure like you prefer is not better in any way to the examples you don't prefer. Just focus on the basics. Try to keep your URLs short and full of keywords (use only those that are necessary). Remove short words whenever possible like "the", "is", and "a" as …

Member Avatar for remcov
0
104
Member Avatar for Barat

I disagree completely. If social networking sites rank well for a particular phrase it is frequently because they are more relevant than other pages for the content. Even if it is just a link to the content then the user has found what they are looking for. (Although the content …

Member Avatar for Dani
0
154
Member Avatar for new_girl

Use mysqldump to create a backup of the database and use mysqlimport to read it into the new database.

Member Avatar for loopylouis
0
83
Member Avatar for stymiee

I have a simple PHP script that creates a couple of dbase files and moves them to my anonymous FTP directory. However, I am unable to see these files when viewing that directory in a web browser. I can see them when logged with a FTP client though. One thing …

Member Avatar for stymiee
0
116
Member Avatar for cpickering

As with anything Google it's all part of an algorithm that no one but Google knows. The one common factor is that this typically occurs only for the top ranked site and is usually a major brand/popular site. You can read more about it in [url=http://www.mattcutts.com/blog/ui-fun-better-snippets/]Matt Cutt's blog[/url].

Member Avatar for cpickering
0
89
Member Avatar for remcov

It's hard to say why you went supplemental. Do you have duplicate content on your site? Or is it all original? What is the topic of your site? Do you have unique <title>s for each page?

Member Avatar for remcov
0
206
Member Avatar for jbennet

They're very picky about that stuff. I think it is worth a shot, though. The worst that can happen is it is deleted.

Member Avatar for jbennet
0
79
Member Avatar for Collection Agen

This definitely is not the best place for this thread as it it requires a server side language to what you want to do. What programming language will you be developing this in?

Member Avatar for Collection Agen
0
97
Member Avatar for TFrank2

A good forum for discussing Ruby is [url]http://railsforum.com/[/url]. The guys who run it are very knowledgeable and it's a nice environment for learning.

Member Avatar for pty
0
187
Member Avatar for yaya_star

Why not write a shopping cart that can connect to all of the major gateways and Paypal?

Member Avatar for roryt
0
45
Member Avatar for Chevvy

This happens with Google and MSN, too. They are constantly in flux as they update their indices and their algorithms. It will return to normal soon unless you have been doing something that warranted this (and only you know if you have).

Member Avatar for stymiee
0
49
Member Avatar for Dani

My test account arrived at 12:30 PM EST. My stymiee account has not arrived yet.

Member Avatar for stymiee
0
60
Member Avatar for happygeek
Member Avatar for 'Stein
Member Avatar for pctec

[QUOTE=brassinserts]Google PR has been very erratic lately. Do not worry it comes back on its own. [/QUOTE] Google just updated its PR. It won't be changing again for three months or so. Cases like this are difficult to get an explanation for. Fortunately it is not important in the general …

Member Avatar for blitz123
0
145
Member Avatar for ultranet

Before you write one line of code: [list] [*] Do keyword research to determine what keywords you want to target [/list] While constructing your website you should do the following: [list] [*] Use markup to indicate the content of your site [list] [*] Optimize your &lt;title&gt; tags on each page …

Member Avatar for stymiee
0
275
Member Avatar for irfan.motiwala

No. 1) You have way to many keywords stuffed in there. Most of them will be ignored so this is a waste of time. 2) Your page can't possible be about every single keyword in there. Only put keywords related to your page's content in there. Otherwise you're not fooling …

Member Avatar for stymiee
0
235
Member Avatar for Roxsy3392
Member Avatar for arunkumarsrec
Member Avatar for stymiee
0
37
Member Avatar for dss

The key to getting good rankings is good content and patience. Good content is required to get the kind of links (and quantity of links) you'll need to rise to the top. Even with that kind of content, you are starting off behind everyone who launched ahead of you and …

Member Avatar for andyf
0
115

The End.