Webmaster Forums - Webmaster forum for HTML, PHP, ASP, CSS and more

Go Back   Webmaster Forums - Webmaster forum for HTML, PHP, ASP, CSS and more > Web Programming > PHP Development
User Name
Password

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old 04-29-2007, 05:51 AM   #1 (permalink)
shedokan
Junior Member
 
Join Date: Apr 2007
Posts: 36
Question script writing help - I'm a learning php webmaster!

please look at this script and tell me what's wrong:
Code:
<html> <head> <title>index</title> </head> <body> <?php $index=$_GET["page"]; if ($page=="home") echo "home"; elseif ($page=="biography") echo "biography"; elseif ($page=="poetry") echo "poetry"; elseif ($page=="forum") echo "forum"; elseif ($page=="guestbook") echo "guestbook"; elseif ($page=="links") echo "links"; elseif ($page=="friends") echo "friends"; ?> </body> </html>

if you can so thanks!
shedokan is offline   Reply With Quote
Sponsored Links
Old 05-01-2007, 05:14 AM   #2 (permalink)
weber
Junior Member
 
weber's Avatar
 
Join Date: Dec 2006
Posts: 40
Default Re: script writing help - I'm a learning php webmaster!

$index=$_GET["page"];

if ($page=="home") // write if ($index=="home") not $page
echo "home"; // and so others

Becouse "page" is not a variable it is a index of global constant $_GET
weber is offline   Reply With Quote
Old 05-01-2007, 06:01 AM   #3 (permalink)
shedokan
Junior Member
 
Join Date: Apr 2007
Posts: 36
Default Re: script writing help - I'm a learning php webmaster!

thanks,
wouldn't it be better to change :

$index=$_GET["page"];

to this:

$page=$_GET["page"];

if that is correct?
shedokan is offline   Reply With Quote
Old 05-01-2007, 06:01 AM   #4 (permalink)
shedokan
Junior Member
 
Join Date: Apr 2007
Posts: 36
Default Re: script writing help - I'm a learning php webmaster!

thanks,
wouldn't it be better to change :

$index=$_GET["page"];

to this:

$page=$_GET["page"];

if that is correct?
shedokan is offline   Reply With Quote
Old 05-01-2007, 06:07 AM   #5 (permalink)
shedokan
Junior Member
 
Join Date: Apr 2007
Posts: 36
Default Re: script writing help - I'm a learning php webmaster!

sorry for the triple post just I wanted to tell that it was an accident the duble post
shedokan is offline   Reply With Quote
Old 05-01-2007, 10:05 AM   #6 (permalink)
weber
Junior Member
 
weber's Avatar
 
Join Date: Dec 2006
Posts: 40
Default Re: script writing help - I'm a learning php webmaster!

Yes, You should use variable names in correct mean for better understand.
weber is offline   Reply With Quote
Old 05-01-2007, 10:08 AM   #7 (permalink)
shedokan
Junior Member
 
Join Date: Apr 2007
Posts: 36
Default Re: script writing help - I'm a learning php webmaster!

ok, thanks for helping because just this week I started to learn php.
can you suggest good tutorial?
shedokan is offline   Reply With Quote
Old 05-02-2007, 03:09 AM   #8 (permalink)
weber
Junior Member
 
weber's Avatar
 
Join Date: Dec 2006
Posts: 40
Default Re: script writing help - I'm a learning php webmaster!

Visit PHP: Hypertext Preprocessor and download documentation and PHP manual.

Click here and choose format and language.

PHP: Download documentation
weber is offline   Reply With Quote
Old 05-03-2007, 03:55 PM   #9 (permalink)
nata
Junior Member
 
Join Date: May 2007
Posts: 2
Default 3d style web-site template

I want to do my personal web-site but I don't know how I do this ? can you help me? see here :
Tattoo Flash template - At www.flashtemplatestore.com
nata is offline   Reply With Quote
Old 05-03-2007, 04:51 PM   #10 (permalink)
weber
Junior Member
 
weber's Avatar
 
Join Date: Dec 2006
Posts: 40
Default Re: script writing help - I'm a learning php webmaster!

I have visited your site, it's a nice site. What is incorrect with that?
weber is offline   Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Points Per Thread View: 1.00
Points Per Thread: 11.00
Points Per Reply: 5.00



» Sponsors

» Links

» Affiliates
Web Hosting
Online Backup Reviews
Marketing Find
Merchant Select
SiteMap Builder
Host Compare
Dedicated Servers

» Links

» Sports Network
Paintball Forum
Football Forum
Hockey Forum
Golf Forum
Boxing Forum
Lacrosse Forum
Baseball Forum
SnowBoarding Forum
Soccer Forum
MMA Forum


All times are GMT -4. The time now is 11:15 PM.



LinkBacks Enabled by vBSEO 3.0.0 RC8
Webmaster Forums