HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
the php is not working.
Post new topic   Reply to topic    HTML Help Forum Index -> PHP
View previous topic :: View next topic  
Author Message
ahmed30



Joined: 22 May 2008
Posts: 1

PostPosted: Thu May 22, 2008 6:52 am     the php is not working. Reply with quote

Hi guys ,
I am creating a site using Dreamweaver CS3, with database by using the Abatchi or "Wampserver".


but i have a problem , when i use the php code , it does not work at all.

for example, i created a command button with an id: "customer", At the php code,when i write the php code:

<?

if($customer)
{
echo "<script>alert('Registered Successfully')</script>";
}

?>

there is no thing appear ...
knowing that i choose "using php technology" at defining the site .

Thanks.
quartzy



Joined: 26 Dec 2007
Posts: 400

PostPosted: Mon May 26, 2008 4:31 am     re Reply with quote

dont know much about php but dont you have to start the script with <?php
thexpgeek



Joined: 13 Dec 2007
Posts: 24

PostPosted: Wed May 28, 2008 11:22 am     Reply with quote

quartzy try this
Code:
<?
if($customer)
{
echo "<script>alert('Registered Successfully')</script>";
}else{
echo "<script>alert('Customer Who? \$customer is blank')</script>";
}
?>


ahmed30,
Code:
<?
works just fine.
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> PHP All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial