My counter was a little bit off.. hah. When you use count() with an array, it counts the members of the array (Which say returned (int)6 ). The...
Hah, had a bug in the script. :P Change this line: # Using mt_rand because it's faster than rand(). $id = mt_rand(0, $total_images); To this: #...
Give the example of how you're using the source and I'll be happy to help. :)
Try this out: <?php /** * cURL Loop * * A cURL retreval method for forum pages to allow for no need of fopen or f(commands). * * @package...
If you wanted to get around the mod_rewrite (or the parse_url technique that jestep suggested), you could do something similar to:...
Disclaimer: I've never heard of Outline before, so I'm just basing what I say from how I feel it should be done. The first one has less lines,...
I'd recommend sending it via PHP IMAP, rather than mail(). Why do it with IMAP? It communicates with email accounts and can allow you to send an...
Including code remotely via another source? I'll pass on that. (G'day server exploit! How's the weather?) If you're wanting to do it for them...
You can try having it download with a PHP script. The idea would be the person visits the link (download.php?file_id=gdsa9h340nbolcx). The script...
How and where is the data held that you're trying to put into that format? A SQL table, an array, or a string?
http://www.google.com/search?q=drop+shadow+GD+library&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a
Hello! I'm in need of a design of my current portfolio website. Sadly, I'm short of money right now and really need my website to be...
Looks sweet. I'll be sure to test it. =]
What will have to happen is: Create a curl handle. Input the url into the handle, as well as the variables. Have it return the curl handle...
Separate names with a comma.