Likes Received By jayshah

  1. mjewel liked jayshah's post in the thread Any php5 experts?.

    Have you tried using mod_rewrite to change the url from foo/ silently to foo? Jay

    Feb 15, 2008
  2. Colbyt liked jayshah's post in the thread PHPMailer help.

    Try: <?php $emails = "one@one.com, two@two.com, three@three.com"; $emails = explode(',', $emails); $emails = array_map('trim',...

    Feb 14, 2008
  3. adamjblakey liked jayshah's post in the thread URL Stripping.

    This will extract what you want: <?php $url = 'http://www.website.co.uk/word-word-word/word-word-word.html'; $parts =...

    Feb 14, 2008
  4. greatlogix liked jayshah's post in the thread Whats wrong in this email script.

    Try replacing your "\n" line endings with "\r\n" to make them compatible with most, if not all, mail servers. Jay

    Feb 12, 2008
  5. qwertie liked jayshah's post in the thread How To Add 'nofollow' to Social Plugins.

    I downloaded it and did a quick grep through the source, and you will need to edit the following line: Line #474 From:...

    Jan 25, 2008
  6. jred2002 liked jayshah's post in the thread mod rewrite and 404 error.

    :) Right, as you've probably guessed, this means that the httpd.conf file is configured not to AllowOverrides therefore the .htaccess...

    Jan 25, 2008
  7. Napoleon liked jayshah's post in the thread remote file-include vulnerability.

    Its like this: site.com/file.php?page=test <?php include($_GET['page'] . '.php'); ?> So it would include page.php...

    Jan 19, 2008
  8. x11joex11 liked jayshah's post in the thread PHP Callback Function Help.

    For future reference, if you cannot terminate the PHP script (for whatever reason), just restart Apache.

    Jan 18, 2008
  9. lv211 liked jayshah's post in the thread URL Mod Rewrite Help.

    RewriteRule ^directory/([^-]+)-([^-]+)-([^-]+)-([^-]+)-([^-]+)$ page?name=$1+$2+$3+$4+$5 RewriteRule...

    Jan 14, 2008