Forum: PHP 5 Days Ago |
| Replies: 2 Views: 142 Firstly be more specific (Explain your problem more clearly)
Secondly I was under the impression that XAMPP doc root was
/xampp/htdocs/
but I may be wrong |
Forum: PHP 12 Days Ago |
| Replies: 5 Views: 313 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: JavaScript / DHTML / AJAX 27 Days Ago |
| Replies: 4 Views: 393 Sending data:
The easiest way to send data to your server from the form is using _GET variables
You can take the variables from your form and add them to your string like this
function action()... |
Forum: Geeks' Lounge Oct 14th, 2009 |
| Replies: 415 Views: 43,848 Probz already been posted but hey
Do you believe in Cod?
Christians believe if they do not sin they will have salivation. |
Forum: ASP.NET Oct 14th, 2009 |
| Replies: 6 Views: 665 <form id="form1" action="#" method="post" enctype="multipart/form-data" runat="server" target="myframe">
<input type="file" id="myfile" accept="image" runat="server"/>
<input... |
Forum: PHP Apr 29th, 2009 |
| Replies: 3 Views: 419 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: 403 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,275 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,... |