Likes Received By Vbot
-
newgenservices liked Vbot's post in the thread PHP Combining two arrays with same index key.
This should work too $array1 = array ( 'a','b','a','b','a','b' ); $array2 = array ( 'fruit1', 'flower1', 'fruit2', 'flower2',...
Jun 18, 2009 -
Dylan Tovey liked Vbot's post in the thread Automatically replace title tag with H1 tag on 3000+ php files.
I hope this is what you're looking for. Create a new file called findandreplace.php Then paste the following code in. Save and...
Mar 27, 2008 -
touchAshley liked Vbot's post in the thread Need Some Help With Inserting nofollow tag in php File!.
Try: $tns = "<a href='".htmlspecialchars($tempstr, ENT_QUOTES)."' rel='nofollow'>"; $tne = '</a>';
Mar 10, 2008 -
JoseYe liked Vbot's post in the thread Looking for a PHP coder...PayPal.
Try to rename your index.html to index.php and everything will be back to normal as before.
Feb 10, 2008 -
ruud liked Vbot's post in the thread Sentence to words function (PHP).
function ourfunction($words) { $word = explode(" ", $words); foreach($word as $value) { //return "<a...
Aug 2, 2007 -
doubler liked Vbot's post in the thread one charactor domain..
I thought it doesn't exist but it does :D. http://x.com which is belong to paypal.com
Jul 6, 2007 -
Abhik liked Vbot's post in the thread Can someone help me with modifying a IPB mod?.
Well, I don't have the original mod that you're looking for. But I can make one that have the same effect. 1. Open file...
Jun 18, 2007