Forum: PHP 6 Days Ago |
| Replies: 5 Views: 246 Hi,
I need to create a function to shorten a numerical ID to a string of letters
E.G.
echo encode_num('1'); //Outputs a
echo encode_num('3'); //Outputs c
echo encode_num('26'); //Outputs z... |
Forum: PHP Apr 29th, 2009 |
| Replies: 3 Views: 407 I use Fedora 10 and there is a realy good tutorial for setting up everything you need for a LAMP
http://www.howtoforge.com/perfect-server-fedora-10 |
Forum: PHP Apr 6th, 2009 |
| Replies: 2 Views: 392 There are many problems with that.
1 - Unless you spacificaly tell it, PHP will wait till the end of the script before sending ANY information to the browser so that script would not be sent till... |
Forum: PHP Jan 27th, 2009 |
| Replies: 18 Views: 1,256 Hmm, it dont look like a missing module in apache as the error outputs the redirect URL
something/mysite/shopping/leftproducts.php?c_id=5
Try asking your webhost but other than that im stumped,... |