| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| Account Suspended Join Date: Jan 2005 Location: root@localhost
Posts: 4,011
![]() | PHP + html... HELP! I'm making an image uploading script. This is what's displayed after the image is uploaded successfuly: Code: echo "Your file was uploaded sucessfully!<br>\n"; } echo "http://localhost:8181/".$HTTP_POST_FILES['userfile']['name']."<br>\n"; echo "File Name: ".$HTTP_POST_FILES['userfile']['name']."<br>\n"; echo "File Size: ".$HTTP_POST_FILES['userfile']['size']." bytes<br>\n"; echo "File Type: ".$HTTP_POST_FILES['userfile']['type']."<br>\n"; http://x2.putfile.com/3/8714471391.gif How do I make the selected, and arrow-pointed space a link to that directory? Thanks. |
| |
| | #2 (permalink) |
| NamePros Regular Join Date: Feb 2004 Location: Student @ UConn
Posts: 411
![]() ![]() | You mean something like this? PHP Code: ????: NamePros.com http://www.namepros.com/programming/78693-php-html-help.html Sorry if I am missing a quote or something in there
__________________ Joe |
| |
| | THREAD STARTER #5 (permalink) |
| Account Suspended Join Date: Jan 2005 Location: root@localhost
Posts: 4,011
![]() | Another question.... I have a BidVertiser code after this text is showed. Here: Code: echo "File Name: ".$HTTP_POST_FILES['userfile']['name']."<br>\n";
echo "File Size: ".$HTTP_POST_FILES['userfile']['size']." bytes<br>\n";
echo "File Type: ".$HTTP_POST_FILES['userfile']['type']."<br>\n";
} else { echo "<br><br><b>Incorrect file type.</b><br>\n"; exit; }
}
?>
<br><p>
<font size="1"><b>Please support us by clicking on this ad. Thank you!</b></font><br><br>
<!-- Begin BidVertiser code -->
<SCRIPT LANGUAGE="JavaScript1.1" SRC="http://bdv.bidvertiser.com/BidVertiser.dbm?pid=5078&bid=10316"></SCRIPT>
<noscript><a href="http://www.bidvertiser.com">Pay per click advertising</a></noscript>
<!-- End BidVertiser code -->
</p> ????: NamePros.com http://www.namepros.com/showthread.php?t=78693 Code: <p>
<?
include("ad.txt");
?>
</p>
<br>
<p>
<?php
And the code goes on..... |
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Tutorial: Getting started with PHP (The Basics) | deadserious | Webmaster Tutorials | 60 | 11-17-2007 11:35 AM |
| Googlism - What does google think of you? | deadserious | The Break Room | 55 | 12-15-2005 09:09 AM |
| [For Hire] - CGI, PHP, ASP, JSP, SQL, JAVA CLASSES , HTML, CSS, XML, XHTML Programmer | KougarZ28 | For Sale / Advertising Board | 0 | 11-08-2004 06:08 PM |
| PHP and how to sort a HTML header by clicking on it | Billard | Programming | 8 | 11-30-2003 11:27 PM |