Page 1 of 1

Help me :)

Posted: Fri Apr 18, 2008 8:58 am
by Dehackers
Im newbie with PHP...
I`ve done with installing WAMP5 & its done with great.(WAMP5 icon in white)
My Localhost was viewing the PHP info...
So far the PHP was running good....

But!

Why it wont work if im build this??

Code: Select all

<?
// Hello Earth!
// Dehackers™ Works.
$Date = date('dd/M/Y');
// Display Date.
echo "Date : $Date";
?>
thats mean what ever posting or uploading coding will not be appear in my web?
i try to check my PHP.ini with other friends but the setting are same...

Im using :
WAMP5
Windows Server ENT sp2
MSSQL
Dreamweaver
Text pad
2 localhost with different drives

Re: Help me :)

Posted: Fri Apr 18, 2008 10:36 am
by pickle
[url=http://forums.devnetwork.net/viewtopic.php?t=30037]Forum Rules[/url] Section 1.1 wrote:2. Use descriptive subjects when you start a new thread. Vague titles such as "Help!", "Why?" are misleading and keep you from receiving an answer to your question.

Re: Help me :)

Posted: Sun Apr 27, 2008 9:30 am
by Chris Corbyn
Try <?php instead of <?.