urldecode question
How would I format this line of code properly?
<?php echo urldecode($_GET['Title']); ?
Simple image grab script.
I was wondering if it was possible and if anyone knew how to make a simple php script that looks at
Different actions for different parts of a string
<?php
function dosomething($string, $else = '') {
if (empty($else))
$string
Concatenate two strings ???
I have string one $string1 and another $string2.
How to concatenate (add) both of them $str
CHECK A STRING FOR ' " ' (DOUBLE QUOTES)
I am checking for delimiter (.!?) and if there is a " after a sentence then it should neglect a
array_count_values question?
ok i'm trying to create a top ten list from a database of listed favorite movies.
the followi
How to ... (FAQs)
... get e-mail notifications
As several people asked how to get e-mail notifications when new posti
Where is my php.ini???
Hi
First off - apologies - i'm not a coder so this may sound very amateur.
I'm having
php mailer
How can i send a mail to large no, say 50,000 reciepients using [color=#0000FF]php mailer[/color]
button help
i originally had this but realised it is much easier to have a button.
Code: <?php