How practical is it to run multiple php websites on multiple servers from a single script on one central server? [more inside]
posted on Jul 16, 2008 - 8 answers
I'm looking for a way to let members of my forum create an individual "member page" for themselves, or have it created for them automatically upon being accepted into a certain usergroup, that they could fill out with miscellaneous info. To be more precise, the forum revolves an online game, and the member page would have details about their characters, background stories, etc. It doesn't really have to be tied to their forum account, although it would be a smooth way to handle it from the user standpoint. Except I'm clueless on how to make this work. [more inside]
posted on Jul 9, 2008 - 3 answers
Wordpress/PHP question. I'm working on a Wordpress theme and want to use an algorithm to alter some of the HTML it emits. I've got a general idea of how to do this, and could probably manage a brutish implementation on my own, but my PHP-fu is weak and there is probably a better way. [more inside]
posted on Jun 30, 2008 - 16 answers ![]()
My site's cron tasks eat up a lot of bandwidth. Can I change the paths from http to local? Or can I move the tasks to my home server? [more inside]
posted on Apr 5, 2008 - 18 answers ![]()
Help me AJAX-ify a very simple web process in PHP. Links to very simple AJAX tutorials much appreciated. [more inside]
posted on Jan 8, 2008 - 7 answers
What UNIX command-line tool can I used to convert tiff files to lzw-compressed tiff files. [more inside]
posted on Jan 16, 2007 - 5 answers
Is there an easy, free way for me to figure out which country a website visitor is coming from? Or more specifically, if a user is not in the US? [more inside]
posted on Mar 13, 2006 - 9 answers
Please help me get my head around multidimensional arrays in PHP. [more inside]
posted on Nov 23, 2005 - 20 answers ![]()
Php session help requested. [MI]
posted on Feb 13, 2005 - 10 answers
Ok, so I have a php script that updates a txt file on my server with data pulled from an rss feed on Scrobbler. I have it set to refresh the feed when a user accesses a page on my site, and the local txt file is stale. There's (obviously) a noticeable lag accessing this page when the feed is being refreshed. My question: Is there a way to call the refresh script such that it would be its own process, independent of my pagebuilding script.
posted on Jan 18, 2005 - 6 answers
I'm developing a form Adobe Acrobat which, when submitting, calls a php script, which performs an INSERT into a MySQL database, then comes back with a "Thank you" web page. The script is called just fine and the INSERT works, but the browser hangs on the Thank You page. [more inside]
posted on Jan 6, 2005 - 4 answers
I am looking for a simple script (perl,php,whatever) or even binary utility that can programatically render graphical images in this manner: take XYZ font (true-type/postscript/whatever) and render an image with the text ABC.
Does such a thing exist?
posted on Nov 12, 2004 - 13 answers
PHP / MySQL Q: Is there anywhere I can get a script that will scan the contents of a page when it loads and replace a certain value with a string of text? {more}
posted on Oct 4, 2004 - 10 answers