Search Results

Showing results 1 to 9 of 9
Search took 0.00 seconds.
Search: Posts Made By: PoA ; Forum: PHP and child forums
Forum: PHP Jul 17th, 2009
Replies: 7
Views: 478
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: 478
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: 565
Posted By PoA
IDE: Eclipse
Server: Apache, PHP, MySQL. Try xampp or wamp as buddylee17 suggested.
Forum: PHP Oct 17th, 2008
Replies: 3
Views: 576
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,346
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,718
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,718
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,108
Posted By PoA
setcookie('cookie_name', time() - 42000);
Forum: PHP Oct 18th, 2004
Replies: 6
Views: 3,903
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" :?>
Showing results 1 to 9 of 9

 


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

©2003 - 2009 DaniWeb® LLC