Forum: PHP Dec 4th, 2007 |
| Replies: 6 Views: 566 |
Forum: PHP Dec 4th, 2007 |
| Replies: 6 Views: 566 IP of a computer I am trying to write a code to get IP of a computer.
I have written the following code :
<?php
$ip=@$REMOTE_ADDR;
echo "<font face='Verdana' size='3'><b>IP Address= $ip</b>";
?>
But the output I am... |
Forum: PHP Oct 14th, 2007 |
| Replies: 4 Views: 1,036 |
Forum: PHP Oct 13th, 2007 |
| Replies: 4 Views: 1,036 image upload problem I have written the following image upload code:
image_upload.html:
<html>
<head>
</head>
<body>
<form method="post" action="check_image.php" enctype="multipart/form-data">
<table border="0"... |
Forum: PHP Oct 12th, 2007 |
| Replies: 11 Views: 1,472 |
Forum: PHP Oct 12th, 2007 |
| Replies: 11 Views: 1,472 |
Forum: JavaScript / DHTML / AJAX Oct 12th, 2007 |
| Replies: 0 Views: 431 require urgent help please help with a java script that will not allow a textbox to enter any characters while typing.. It will only allow digits |
Forum: PHP Oct 12th, 2007 |
| Replies: 11 Views: 1,472 |
Forum: PHP Oct 12th, 2007 |
| Replies: 11 Views: 1,472 |
Forum: PHP Oct 12th, 2007 |
| Replies: 3 Views: 854 |
Forum: PHP Oct 11th, 2007 |
| Replies: 3 Views: 854 |
Forum: PHP Oct 11th, 2007 |
| Replies: 11 Views: 1,472 |
Forum: JavaScript / DHTML / AJAX Oct 9th, 2007 |
| Replies: 3 Views: 1,124 |
Forum: JavaScript / DHTML / AJAX Oct 9th, 2007 |
| Replies: 3 Views: 1,124 font colour and background colour I am making a form which will take inputs such as email, password etc.
And the form checks whether it is a valid email id or password, if not an alert is being shown such as invalid email-id..
I... |
Forum: PHP Sep 6th, 2007 |
| Replies: 1 Views: 445 please help with the following code I have written the following code and I want that when a user doesn't fill his first name and mothertongue then it'll show the error message. But whats happening is that after showing the alert for... |
Forum: PHP Sep 5th, 2007 |
| Replies: 2 Views: 2,590 To disable Submit button How can I disable the submit button with JAVA Script untill all the mandatory fieleds are filled? if any body can help.. its urgent please |
Forum: PHP Aug 30th, 2007 |
| Replies: 5 Views: 2,932 |
Forum: PHP Aug 30th, 2007 |
| Replies: 5 Views: 2,932 |
Forum: PHP Aug 30th, 2007 |
| Replies: 5 Views: 1,213 |
Forum: PHP Aug 30th, 2007 |
| Replies: 5 Views: 1,213 taking input and checking it in the same page The file is called test.php, It takes username and check if it is blank in the same page and show a message.. I wrote the code but its not working.. please help.
test.php:
<html>
<form... |
Forum: PHP Aug 30th, 2007 |
| Replies: 5 Views: 2,932 |