Forum: PHP Jul 17th, 2009 |
| Replies: 7 Views: 483 Copy the following code into the file called "sample.php" It should work.
<?php
print "<pre>";
print_r($_POST);
print_r($_REQUEST);
print "</pre>"; |
Forum: PHP Jul 17th, 2009 |
| Replies: 7 Views: 483 You need to insert url for form action.
<?php
print "<pre>";
print_r($_POST);
print_r($_REQUEST);
print "</pre>";
print "<form action='<destination-url>.php' method='post'> |
Forum: PHP Oct 17th, 2008 |
| Replies: 2 Views: 574 IDE: Eclipse
Server: Apache, PHP, MySQL. Try xampp or wamp as buddylee17 suggested. |
Forum: PHP Oct 17th, 2008 |
| Replies: 3 Views: 579 It's called mod_rewrite, which is an Apache module. It allows you to rewrite the requested urls.
You should read more about it here
http://httpd.apache.org/docs/2.0/mod/mod_rewrite.html |
Forum: PHP Oct 4th, 2008 |
| Replies: 31 Views: 2,356 It would be better if you put your code in code tag. Easier to look through. |
Forum: PHP Sep 21st, 2008 |
| Replies: 10 Views: 1,730 You can do chmod using your FTP client. Right click on the folder/files that you need to set permissions. |
Forum: PHP Sep 20th, 2008 |
| Replies: 10 Views: 1,730 You need to chmod the folder with 0777 permission where you want to fwrite. |
Forum: PHP Sep 20th, 2008 |
| Replies: 7 Views: 1,128 setcookie('cookie_name', time() - 42000); |
Forum: PHP Oct 18th, 2004 |
| Replies: 6 Views: 3,929 <HTML><BODY>
<div align=center>
<A href="">Page 1</A> -
<A href="">Page 2</A> -
<A href="">Page 3</A>
</div><hr>
<? switch($page) {
case "1" :?>
THis is page one
<? break; case "2" :?> |
Forum: Windows NT / 2000 / XP Aug 15th, 2004 |
| Replies: 6 Views: 71,108 EasyCleaner will do for you.
http://personal.inet.fi/business/toniarts/ecleane.htm |