Help me :)

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
Dehackers
Forum Newbie
Posts: 1
Joined: Fri Apr 18, 2008 8:45 am

Help me :)

Post 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
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Re: Help me :)

Post 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.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Re: Help me :)

Post by Chris Corbyn »

Try <?php instead of <?.
Post Reply