php code generators
All
Whilst enjoying learning a new language i have come accross a number of free code generat
getting a website's source code as a variable? How?
Hey guys, is there any way for me to get the source code of a website as a variable for me to work w
Update Database
Hi All,
I have a problem with this:
Code: [Select]<?php
session_start();
Loop Through Date Range
Hi guys,
I have date range as parameter like 01/JAN/2009 TO 16/JAN/2009 now i want to loop thro
PHP Blog help
Need help with posting comments in a word press blog? I have a comments page where the comments are
php mailer
How can i send a mail to large no, say 50,000 reciepients using [color=#0000FF]php mailer[/color]
Show message after entering data
Hello Colleagues
I would like to display messages after entering the data example: "
dat
the problem with str_replace
$str="hahahahahahahahahahahahahaha";
$nn=1;
$str=str_replace('ha','MyGod',$str,$nn);
Accept only alpha characters
I've got this bit of code ready for accepting a phrase:
Code: if (!eregi ("", $_POS
Help with parsing this html
Hi,
I've got some html i just need a couple of strings from.. argh, it's freaking me out. I've t