801 Posted Topics

Member Avatar for Alexandro

You'll need to use .htaccess to block that file. If your XML files all have a .xml file extension this oughta do it: [code] # Block all .xml files from being viewed through a web browser <Files ~ "\.xml$"> Order allow,deny Deny from all </Files>[/code]

Member Avatar for stymiee
0
118
Member Avatar for kellybax

[QUOTE=kellybax;410287]I need serious help with meta tags. Here is the story: I changed the whole theme of my website recently. The meta tags were standard and showed the keywords in them. I was getting some traffic from Google so I they must have been working.[/quote] They weren't working. Google doesn't …

Member Avatar for stymiee
0
81
Member Avatar for kellybax

Don't expect much if any SEO benefit. Links in forums, any forums, are so weak they're virtually worthless. If you are going to participate in forums for the sake of promoting your website forget about the SEO value (as there is none) and do it because people actually visit the …

Member Avatar for guinanie
0
75
Member Avatar for Pro2000

How about you use [url=http://us.php.net/ftp]PHP's FTP functions[/url] to write some code and if you have any problems post your code and ask specific questions? We're happy to help you but we're not here to do your work for you.

Member Avatar for stymiee
0
133
Member Avatar for DeOiD

As long as you don't call it on a page load or something similar the pop up will open just fine. Basically, it has to be opened based on a user action (i.e. they click on a link). So it is not the code that is the issue, it is …

Member Avatar for MidiMagic
0
239
Member Avatar for bigplayr6

Well, that's a syntax error so we can't help you fix it without seeing the code.

Member Avatar for stymiee
0
61
Member Avatar for bokenrosie

Welcome fellow Jersian. I live in Central Jersey near Great Adventure. Hopefully someone can you with your hijack this log. :)

Member Avatar for bokenrosie
0
109
Member Avatar for sickly_man
Member Avatar for ressi1
Member Avatar for venomlash
0
83
Member Avatar for ankitagalaxy
Member Avatar for stymiee
0
45
Member Avatar for FBI

There are two ways to do this: 1) Tell Apache to parse all .phpfiles a .xxxfile. Using this method you do not have to change any files extensions or worry about any redirects. To do this, place this code in your httpd.conf file: [code] AddType application/x-httpd-php .php .xxx [/code] 2) …

Member Avatar for FBI
0
1K
Member Avatar for Sebarry

Just loop through the array like you would any other array. See that zero? It can be a variable, too. [code] for (var i = 0; i < xmlOptions[0].getElementsByTagName('salary').length; i++) { document.write(xmlOptions[0].getElementsByTagName('salary')[i]); }[/code]

Member Avatar for stymiee
0
74
Member Avatar for MB1765

You can't reliably do it. If someone wants it they will get it. If you don't want people to have it, don't put it on thew web. FYI, your javascript is not special. If you can write it, so can anyone else who knows javascript. Hiding it is pointless.

Member Avatar for MB1765
0
194
Member Avatar for bharati_saran

This is basic PHP and MySQL. Do a Google search for 'PHP MySQL tutorials' and you'll find lots of sample code.

Member Avatar for stymiee
0
43
Member Avatar for ndeniche

PHP is executed on the server, not in the browser. So it doesn't matter where you put it. If you want something executed in the browser you must use JavaScript.

Member Avatar for WhiteLeo
0
136
Member Avatar for pd1234

Do a Google search for 'PHP Captcha'. That will give you what you need.

Member Avatar for Ezzaral
0
59
Member Avatar for cancer10

If you are allowed to use exec() then that will make it a one line script. Otherwise you can't access mysqldump directly through PHP.

Member Avatar for MitkOK
0
285
Member Avatar for kodiak

[url=http://us.php.net/preg_match]preg_match();[/url] You'll need to know regular expressions to use it.

Member Avatar for stymiee
0
844
Member Avatar for Pro2000

The only effective way to do this is to use sIFR but that isn't good solution for an entire page. It's designed more for headers and maybe a small snippet of text. In general you shouldn't be using fonts that aren't standard on all computers. If you do, you should …

Member Avatar for Designer_101
0
103
Member Avatar for cmills83

This is a common "technique" used by people to try to manipulate the SERPs. Needless to say Google is good at filtering this kind of stuff out. Your best bet is to scrap the four unnecessary sites and put all of your content on one website. Then redirect the other …

Member Avatar for stymiee
0
115
Member Avatar for mangophp

You will need to put the session ID in the URL. You will need to make a change in your php.ini file so if you are on a shared host you will need to contact them to see what they will do for you.

Member Avatar for digital-ether
0
1K
Member Avatar for Caled

Are you looking for someone to write this code for you? If so, you should post this in the [url=http://www.daniweb.com/forums/forum72.html]Job Offers forum[/url] as you won't find anyone to do this kind of work for free.

Member Avatar for atplerry
0
95
Member Avatar for Angel8552
Member Avatar for Cerberus

You have to establish a connection to mysql before trying to use that function. [code=php]$link = mysql_connect('mysql_host', 'mysql_user', 'mysql_password'); if(function_exists("mysql_real_escape_string")) { $value = mysql_real_escape_string( $value ); }[/code]

Member Avatar for Cerberus
0
97
Member Avatar for howdoyoudothat?
Member Avatar for stymiee
0
101
Member Avatar for ndeniche
Member Avatar for ndeniche
0
62
Member Avatar for mp54214
Member Avatar for GiorgosK
0
112
Member Avatar for MitkOK

I agree. Combine this with the announcement by major PHP script vendors that they will drop support for PHP 4 next February and I think we can finally put PHP 4 behind us.

Member Avatar for stymiee
0
72
Member Avatar for muta

You'll have to ask each site if you can do this as it is up to them to decide if they will allow you or not. Those whitepapers are copyrighted material so you can't take them and use them for your own purposes without the consent of the those sites.

Member Avatar for stymiee
0
89
Member Avatar for alpha2006

They're not trying to be a monopoly. They're trying to diversify because they know their current core markets won;'t exist in ten years and need alternative sources of revenue to stay relevant and continue growth. They're just doing smart business.

Member Avatar for stymiee
0
215
Member Avatar for sillyboy

That should work just fine. (And don't use language="javascript" anymore. Only use type="text/javascript").

Member Avatar for sillyboy
0
102
Member Avatar for nhlagumbi

Post the code you are having problems with and ask specific questions about the problems you are having.

Member Avatar for jwenting
0
102
Member Avatar for ayodhyasreedhar

Unless you know a server side programming language like ASP you're going to need to hire someone to do this for you.

Member Avatar for stymiee
0
58
Member Avatar for timhysniu

Geolocation would only be a factor in country-specific or local search. It will not affect the main SERPs. It will also never affect PR as that is strictly a link popularity indicator.

Member Avatar for lajocar
0
110
Member Avatar for EnderX

Unfortunately you can't force a browser to print using landscape. The user has to select that themselves. The best you can do is encourage them to print using landscape with a pop up or something when the printer friendly page loads.

Member Avatar for stymiee
0
84
Member Avatar for cormee

vBulletin is much more SE friendly out of the box then phpbb. You have to modify phpbb to be search engine friendly (at least in version 2.x).

Member Avatar for Dani
0
413
Member Avatar for howdoyoudothat?

Just about every piece of software you use on your computer is an exe file. Just look about your program files directory. They're everywhere in there.

Member Avatar for stymiee
0
123
Member Avatar for lilneppy

Sorry, but this is such basic information that I can only assume that you have made no effort to figure this out on your own. A basic C++ tutorial or book would answer most of these questions in the first couple of pages. Have you used Google to even try …

Member Avatar for thekashyap
0
91
Member Avatar for sickly_man

Yes. Just select that one column name and use a WHERE clause to limit it to the one row you want: SELECT column_name FROM table_name WHERE spme_column = 'some value'

Member Avatar for sickly_man
-1
2K
Member Avatar for w_3rabi
Member Avatar for Dani
0
106
Member Avatar for katerinaaa

Show us what you've done so far. We're not going to do your homework for you but if you show an effort we can offer advice and tips to help you [b]learn[/b].

Member Avatar for katerinaaa
0
1K
Member Avatar for timhysniu
Member Avatar for stymiee
0
89
Member Avatar for stymiee

I recently installed a new Double Layer Lightscribe DVD burner and am having issues with copies of DVDs I am making (let's assume they are legal DVDs). Whenever I burn a copy they never quite work right. At various points, it varies on each burn, they stop working. I did …

Member Avatar for stymiee
0
127
Member Avatar for marufsiddiqui
Member Avatar for dumisibanda

That most likely means your query failed. You need to verify your query is correct. Echo it out to the screen and run it from the command line or echo out mysql_error() to see what the problem is.

Member Avatar for stymiee
0
102
Member Avatar for jan1024188

Wordpress just released version 2.1 which makes it more like a CMS as it allows you to have much more control over the homepage.

Member Avatar for jan1024188
0
225
Member Avatar for seban

Yes, but the form will not be pretty as you can't modify the sent data in any way: [code]<form action=mailto:your@email.address method="POST" enctype="text/plain">[/code]

Member Avatar for seban
0
113
Member Avatar for Sam152

There might be a special character in $username that is causing the error. You should be using mysql_real_escape_string() anyway.

Member Avatar for einfoway
0
90
Member Avatar for Dani

There'll be a hit while Google catches up the the change but that's all you can really do.

Member Avatar for stymiee
0
101
Member Avatar for mithesh

That means you are submitting it in the wrong format. If you are trying to put the current date in the use mysql's NOW() function to do it for you. It will be faster, always correct, and less code, too. Otherwise echo out the date you are trying to insert …

Member Avatar for stymiee
0
346

The End.