Search Results

Showing results 1 to 10 of 10
Search took 0.02 seconds.
Search: Posts Made By: PoA
Forum: PHP Jul 17th, 2009
Replies: 7
Views: 483
Posted By PoA
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
Posted By PoA
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
Posted By PoA
IDE: Eclipse
Server: Apache, PHP, MySQL. Try xampp or wamp as buddylee17 suggested.
Forum: PHP Oct 17th, 2008
Replies: 3
Views: 579
Posted By PoA
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
Solved: Syntax Errors
Views: 2,356
Posted By PoA
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
Posted By PoA
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
Posted By PoA
You need to chmod the folder with 0777 permission where you want to fwrite.
Forum: PHP Sep 20th, 2008
Replies: 7
Views: 1,128
Posted By PoA
setcookie('cookie_name', time() - 42000);
Forum: PHP Oct 18th, 2004
Replies: 6
Views: 3,929
Posted By PoA
<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
Posted By PoA
EasyCleaner will do for you.
http://personal.inet.fi/business/toniarts/ecleane.htm
Showing results 1 to 10 of 10

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC