Likes Received By MyVodaFone

  1. Laceygirl liked MyVodaFone's post in the thread easy question.

    Endorsement

    Dec 1, 2010
  2. mcfox liked MyVodaFone's post in the thread How to implement Mobile browser detection?.

    I guess you just put the code below into a common file, say a config file for example or at the top of the php pages you want to detect...

    Oct 20, 2010
  3. Masterful liked MyVodaFone's post in the thread How do I Identify a Visitor's Country?.

    Here's some help http://phpweby.com/software/ip2country and examples, if you follow that and your still stuck, by all means post your...

    Sep 5, 2010
  4. proxywhereabouts liked MyVodaFone's post in the thread Need help with making a php form.

    Emm not sure if this is what you want ? do you have a sample url of a matching site ? $url = $_GET['url']; and add a form after ?>...

    Aug 29, 2010
  5. johneva liked MyVodaFone's post in the thread Basic Pagination.

    Try this: <?php $conn = mysql_connect('localhost', 'username', 'password') or trigger_error("SQL", E_USER_ERROR); $db =...

    Aug 23, 2010
  6. irdogg liked MyVodaFone's post in the thread php add alt tag.

    I sent you a pm: Find this: $categoryicon = "<img src=\"".$base_url."images/".$categoryicon."\">"; } }...

    Aug 22, 2010
  7. lavanda liked MyVodaFone's post in the thread image src for php Wordpress script.

    That does'nt look right I would imagine the image is in the uploads folder ? so it should be /wp-content/uploads/image.gif check your...

    Aug 20, 2010
  8. Jeehan liked MyVodaFone's post in the thread preg_replace help neede..

    Or as long as the the username is separated with a - This will do:$userid = "12Ab-username23"; $correctname =...

    Aug 18, 2010
  9. bluearrow liked MyVodaFone's post in the thread Saving content from a textarea box into table as seperate records ?.

    This would be the bare minimum <?php require('includes/config.php'); // method to connet to the database $links_list =...

    Aug 11, 2010
  10. frobak liked MyVodaFone's post in the thread Character encoding issue for £ sign.

    Assuming its salary you could do this, it will decode $salary £ - £ regardless <tr>...

    Aug 10, 2010
  11. anilinkz liked MyVodaFone's post in the thread preg_match_all array on a string.

    If its a case of you have a list of unwanted words "I, love or so" you could do something like this: preg_replace() <?php...

    Aug 7, 2010
  12. andytan91 liked MyVodaFone's post in the thread Regex help.

    I think its because your redefining it on this line after your checks $newArgument2 = $_POST['AuditGlobal']; So just remove that line...

    Aug 6, 2010
  13. K-Z liked MyVodaFone's post in the thread Problem in passing variables between PHP pages.

    When you have a form action="new.php" method="post" this means you are posting the required variables into the file new.php So from...

    Jul 5, 2010
  14. bytestor liked MyVodaFone's post in the thread How to change this URL?.

    You could put it in as a variable and store its value in a config file ? Example open config.php assuming you have one ? put...

    Jun 13, 2010
  15. rebelagent liked MyVodaFone's post in the thread GoDaddy won't use my php UPDATE and SET code...HELP please.

    Seems from what your saying the variables are not been caught try this : $sql = "UPDATE " . $tbl_name . " SET detail = " . $detail . "...

    Jun 3, 2010
  16. asgsoft liked MyVodaFone's post in the thread Grabbing pagerank with Php?.

    Heres how.... Usuage: <?php include('pagerank.php'); $pr = getPageRank('digitalpoint.com'); echo 'Digitalpoint has PR...

    Mar 30, 2010
  17. Comenius liked MyVodaFone's post in the thread Grabbing pagerank with Php?.

    Heres how.... Usuage: <?php include('pagerank.php'); $pr = getPageRank('digitalpoint.com'); echo 'Digitalpoint has PR...

    Jan 21, 2010