Line 1: $var1="testval"; //This is the first test val
Line 2: $var2="testval"; //This is the second test val
Line 3: $var3="testval"; //This is the third test val
<?php
require_once('functions.php');
echo test_function("This is a test");
?>
<?php
function test_function($test)
{
return $test
}
?>
Lowercase <?php, not <?PHP.
<?php include('config.php'); // Get the config file define("DB_HOST", 'localhost'); // Leave it at localhost ...................
Not applicable to most users, but here every site we put live is just a working copy of an SVN repository. We haven't needed to FTP things for our sites in years, although most of our clients give us big files via FTP (either their server or ours).Why is that lol? How would you recommend getting files to a web server?
Danny,
Just curious what FTP program you're using.
Google has the best repository I've seen and second to it is Source Forge... But I think SF still has that little clause that they can "charge" you or shut down your repository if you don't develop open source software (haven't read their rules in ages so don't bite my head off if they've changed it =P ).hey fil can you give a link to some svn info or start a thread on it. i could use a laymen breakdown. also it is useful info to all i think from what i saw when i googled it.
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Top 21 PHP Programming mistakes | thexchord | PHP | 18 | Today 09:52 AM |
| PHP / Perl Coder Needed to Fix small Bug | foodbiz | Java and JSP | 12 | March 17 '07 06:07 PM |
| ASP .Net --> PHP | echoSwe | PHP | 4 | November 6 '04 06:12 AM |
| php vs. cfm | gar598 | PHP | 1 | April 2 '04 12:49 PM |
| Basic PHP Uploads Tutorial | thexchord | Coding Articles & Tutorials | 2 | May 2 '02 09:28 PM |