Forum: PHP Oct 12th, 2009 |
| Replies: 2 Views: 372 This isn't a code snippet, this isn't C++, get rid of the HTML code, and this is way too much code for someone to go through without a much more precise pinpointing of the problem by you.
Post... |
Forum: PHP Jun 12th, 2009 |
| Replies: 2 Views: 475 Worked like a charm. Thank you. |
Forum: PHP Jun 11th, 2009 |
| Replies: 2 Views: 475 I have a webpage that is passed a string:
http://www.mywebsite.com/gallery.php?gallery=Sand_&_Surf
Using the GET method, I am trying to do this:
$gallery = $_GET['gallery']; |
Forum: PHP Jun 5th, 2009 |
| Replies: 8 Views: 567 |
Forum: PHP Jun 5th, 2009 |
| Replies: 8 Views: 567 Time for me to find new tutorials then! I know nothing about framesets, little about SSI, but I've gotten pretty decent at PHP (apart, obviously, from including other files), so I guess the best bet... |
Forum: PHP Jun 5th, 2009 |
| Replies: 8 Views: 567 I've been learning SSI because I read that framesets were bad and it was better to use SSI. You don't think SSI is good either? By "use one or the other, but not both", do you mean I should use... |
Forum: PHP Jun 5th, 2009 |
| Replies: 8 Views: 567 When I leave the .php extension off in the .htaccess file and change Trial.php to this:
<html>
<body>
<?php include ("HelloWorld.html"); ?>
</body>
</html> |
Forum: PHP Jun 5th, 2009 |
| Replies: 8 Views: 567 I'm experimenting around with Server Side Includes. I have them working fine using a .html extension.
Trial.html file is below:
<html>
<body>
<!--#include virtual="HelloWorld.html"... |
Forum: PHP Nov 29th, 2008 |
| Replies: 5 Views: 766 Yes, that was the problem. Thanks to both of you. |
Forum: PHP Nov 24th, 2008 |
| Replies: 5 Views: 766 Hey, thanks! I think I can make use of this. On my first try, it only did the first cc address but not the second, same as with mine, but I'll play around with it. It did send the e-mail to the... |
Forum: PHP Nov 24th, 2008 |
| Replies: 5 Views: 766 I have some simple php code. It worked fine on the old server, but now I am getting an error on the new server. Both former and present servers are Linux.
<?php
function... |