- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
59 Posted Topics
Re: Great post, I think it should answer a lot people's questions on here who just ask how to get on the first page of google, there is no easy option, just perseverance! | |
Re: To increase your page rank you need to use all of these, and the most important is other people linking to your content, so none of the above, but from the above I would say article submission is the most important, although it is also the most time consuming. | |
Hi, Does anyone have any experience of switching from one online payment processing system to another? Eg from Worldpay to Netbanx, PayPal etc. How complicated was it for you? And would you avoid doing it again if you could? Thanks | |
Hi, I have a list of several thousand words that I want to use to create a list of all possible combinations of those words (only two words in each combination though). e.g. word1 word2 word3 word4 to word1word2 word1word3 word1word4 and so on. I would usually do this in … | |
Hi, I am having trouble with this page, it is completely blank. I have turned on error reporting but nothing happens, does anyone know what has happened to it? It has worked previously so maybe I have changed something but not sure what. <?php session_start(); ob_start(); if(!isset($_SESSION['authenticated'])) { header ("Location: … | |
Hi, I have started using file_get_contents and regex, and after struggling have got it working. The issue I have is that when I print_r($match[1]); I get the results I want, but I do not know how to then convert this into something that I can store in a MySql database, … | |
Hi everyone, I have been working on some research for at least a week but have made so little ground it is extremely frustrating. I am hoping that somewhere here has the expertise to point me in the right direction. Any help is much appreciated. Essentially I want to find … | |
Re: Hi If &cur_date is a text field and not a MySql date field then I don't think >$cur_date will work, you need to change that field to a properly formatted date field, although I realise you say you can't. I'm not sure what to do about that. Maybe someone else … | |
Hi I am having a problem with the following line: $query = mysqli_query($link, "UPDATE `getgigs` SET `venue` = '$venue', `town` = '$town', `phone` = '$tel', `website` = '$web', `email` = '$email', `address` = '$add' WHERE `rock` = '$url'") or die("Error: ". mysqli_error($link). " with query ". $query); It is telling … | |
I think this is probably too ambitious, but I though I'd ask anyway. I have a list of about 13 000 music venues, including their name and location, but would like to add phone no., website, and email to that information. To do this manually would take a long time, … | |
Hi Does anyone know any way to see how many searches are done for specific keywords for bing? The reason I am asking is that I currently rank no. 1 on bing for a search that has 7 000 monthly searches on Google, but I so far have had no … | |
Hi I have 4 affiliate sites that are all in the same niche and I have bought the domain names mainly because they are frequently searched for terms in google. However to update all four daily would take more time than I have, so I am considering doing a 301 … | |
Re: There is a good article on how to make the most of commenting on blogs to increase backlinks here - get more backlinks | |
Hi I am trying to get my a paypal system working, where users pay for a product and the information is then stored in a database. I had it working but it has now stopped entering the information into the database and I am not sure why. One reason I … ![]() | |
Re: I don't understand what you are asking, can you explain again what you are trying to do? And what the problem is? | |
Hi I have looked around to see if it is possible to automatically delete records with a date field once that date is in the past. Everything I have found just gives the script but you would have to run it every day. Is there a way to have it … | |
Hi I want users to be able to upload new images that overwrite old images but I am struggling. The original upload and naming works fine but I want any new images to have the same name, so I unlink the original before uploading the new image, is this the … | |
Re: I think that there is probably a problem with the code somewhere else, the error checking above seems to be fine, can you post the rest of the code including the bit that includes the footer that disappears? | |
Hi, I am uploading images to a server to be used as profile pics similar size to those on facebook, however I don't know much about images etc. so could someone suggest the maximum size I allow people to upload? I want the pictures to be high quality but not … | |
Hi I have a log in script that if successful starts a session. When you enter the correct info it days that you are logged in, but when you try to acces a restricted file it says that you are not logged in. If you then log in again it … | |
Re: Ye I think webmaster tools is the best for checking backlinks. Other tools I have seen/used are much slower to recognise backlinks and if you are looking at backlinks to boost search engine positions then surely the best one to use is the one run by the biggest search engine? | |
Hi I have the following code being used to insert some data into a MySql database, all the error checks etc. are done before and those are fine, and the code returns connected successfully but nothing is put into the database, nor does the database check for duplicate usernames, because … ![]() | |
Hi I am trying to write a password reset script. An email with a link is sent to the user, and then if the username and a 32 character string in the link match the info in the database they can change the password for that account. Here is what … ![]() | |
Hi, it's my first time using captcha with PHP, I think I'm pretty close. I can get it echo everything is right or whatever when the fields are filled in correctly and correct words are entered, but what I can't do is make it run the script from another file … | |
Hi am trying to delete a row from a mysql database and can't work out why it is not working. Here is the code $link = mysql_connect('', '', '') or die('Could not connect: ' . mysql_error()); mysql_select_db('') or die(mysql_error()); mysql_query("DELETE FROM gigs WHERE gigname='".$name."'"); mysql_close($link); The $link is working, and … | |
Hi I have two Mysql tables, one with the information in and another with payment information in. I want to echo the results that have paid first and then the rest of the results. If information has no payment associated with it it does not appear in the payment table. … | |
Re: Nofollow can still be valuable as it does pass some value as has been shown here - blog backlinks[url snipped], but any link can drive traffic to your site. | |
Hi, this is part of a script used to verify paypal payments and update a mysql database if the payment is verified. I had it working in a separate mysql table but I have now changed the table and it doesn't seem to be working. When the verification from paypal … ![]() | |
Hi I have never done this before and am having some trouble. Could someone tell me where I am going wrong: $sql = mysql_query("UPDATE `gigs` (txnid, payment_amount, payment_status, itemid, createdtime) VALUES ( '".$data['txn_id']."' , '".$data['payment_amount']."' , '".$data['payment_status']."' , '".$data['item_number']."' , '".date("Y-m-d H:i:s")."' )WHERE (gigname)=".$data['item_number']."'" , $link); In case I have … | |
Hi, I am trying to create a page where depending on which one of three radio buttons is selected something different happens. The context is that users have already registered and so the 'gigname' is taken from url (which seems to work now). The original url looks like example.com/listtype.php?name=gigname (with … | |
Hi I would like to have a system where I offer a free service, and then two other tiers where people pay different amounts for a different service, so say £5 and £10. I want this to be put into a MySql database, so I'll have a column and for … | |
Hi I am trying to allow users to update records in a MySql database through php forms. One problem I am having is with a drop down field for dates. I want to echo the date already in the database so that the drop down menus is set to that … | |
Hi, I am trying to query a MySql database based on which search fields are filled in and ignoring those that aren't. I have only got as far as the first part and it isn't working, could anyone tell me why? It doesn't seem to be finding anything in the … ![]() | |
Hi This is probably a fairly easily solved issue but I am struggling at the moment. I basically just want to be able to search a database but with several different options, any of which can be used and any combination can be used. The options will be name, date … ![]() | |
Hi, I am having some trouble echoing into a drop down menu. Instead of the bandnames that I would like to appear, $band is appearing. Here is my code: [CODE] <form action="insert.php" method="post"> Band Name <select name="band"> <? $link = mysql_connect(); if (!$link) { die('Could not connect: ' . mysql_error()); … | |
Hi I am having problems with authenticating session. I moved this over from a different site where I was testing it and didn't change anything but now it doesn't seem to be working. The site connects to the MySQL data base and if the info is wrong it says so. … | |
Re: Google doesn't rank many article directories highly anymore precisely because of this, people just submit the same articles or very slight different ones that have no unique value. Submit unique articles to a few of the biggest directories otherwise you will just be wasting your time. | |
Re: Blog comments are usually pretty good, very rarely dofollow but still effective | |
Re: 1000 visitors a month is definitely realistic. The best way to get traffic is search engines and there is a lot to be said for search engine optimisation, however backlinks are probably the most important. | |
Re: I think it is only beneficial if for people you are connected to on Google+1, otherwise it has no effect | |
Re: Blog commenting, article submission, guest blogging, directory submission, signatures in forums but most importantly create good content so people link to it. | |
Re: It is only possible to guess at google's algorithm, it is their trade secret and if they let people know it then competitors would be able use it. So it is only possible to guess what it is, it is a mixture of on site and off site facts, with … | |
Re: I think that article submissions and blog comments are the best ways to get backlinks, here are some tips for [snipped promotion] | |
Re: backlinks are the key, though other factors are important, good article on getting as many backlinks from comment posts here - blog comment backlinks | |
Re: I think the problem is with the "===" I am not a PHP expert, but === means that the values and variables are the same for it to be true, try "==" and see if that works. | |
Hi I have a database of information and the code to get that data out of the database based on the url, it will be some like [url]www.website.com/thekooks[/url] and then will display the information in the database for them. The bit I am struggling with is where do I put … | |
Hi, I am trying to make a link based on info stored in MySQL, the code I have got so far is [CODE] if (isset($_POST['search_now'])) { $result = mysql_query("SELECT * FROM bands WHERE BandName LIKE '%$BandName%'"); $page = "<a href=\"http://www.website.com/$row['PageName']\">$row['BandName']</a>"; while($row = mysql_fetch_array($result)) { echo 'Band Name: '; echo $row['BandName'] … | |
Hi, I am having trouble echoing something into a url. The code I've got is: [CODE] <?php $code = "kooks"; echo '<a href="http://website.com/'$code'">The Kooks</a>'; ?> [/CODE] But I get the message: Parse error: syntax error, unexpected T_VARIABLE, expecting ',' or ';' in /hermes/web11b/b146/moo.3finking/unsignedgigs/test.php on line 3 Thanks for your help | |
Re: Ye just use bing webmaster tools, site explorer does not exist anymore and if you want to check your yahoo backlinks it is probably best to use the tool that has taken over from yahoo's service. | |
Could anyone tell me why the following is not working? [CODE] <html> <body> <? $link = mysql_connect('localhost', 'username', 'password'); if (!$link) { die('Could not connect: ' . mysql_error()); } echo 'Connected successfully'; mysql_select_db('database'); if(isset($_POST['username']) && !empty($_POST['username']) AND isset($_POST['password']) && !empty($_POST['password'])){ $username = ($_POST['username']); $password = ($_POST['password']); $search = mysql_query("SELECT username, … |
The End.