Forum FAQForum FAQSearchSearch MemberlistMemberlist Forum ignore listForum ignore list RegisterRegister ProfileProfile Log in to check your private messagesLog in to check your private messages Log inLog in
na jednom server radi na drugom ne

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Server-side
View previous topic :: View next topic  
Author Message
Tommy



Joined: 26 Apr 2005
Posts: 176
Location: Sarajevo

PostPosted: 25.11.2005 18:12    Post subject: na jednom server radi na drugom ne Add user to your forum ignore list Reply with quote

Imam veliki problem.
Naime na jednom server PHP kod radi na drugom ne radi

Ovako izgleda kod

<?PHP
if($go=="")
{
include("t1.php");
}
elseif($go=="vijesti")
{
include("t2.php");
}
?>
<a href="index.php?go=vijesti">Vijesti</a>

Na prvom serveru (na kojem radi) kada otvorim stranicu u kojem piše ovaj kod, sve se otvara OK, kada kliknem link 'Vijesti' otvara se index stranica i t2.php zajedno.
Ali na drugom serveru kada kliknem link 'Vijesti' otvara se index stranica sa t1.php -om

Evo vam oba linka pa da vidite kako to igleda
Radi -> http://www.destinacijaf1.com/damir/index.php
Ne -> http://www.film-town.com/damir/index.php

Je li to do neke verzije na serveru ili nečeg drugog?

P.S.
Bilo bi sve uredu kada bi radilo na pravom serveru Crying or Very sad

_________________
Interficio, ergo sum!
TheWaver.net | Last.fm | Imdb
Back to top
View user's profile Send private message Send e-mail Visit poster's website
xpi



Joined: 21 Jan 2004
Posts: 33

PostPosted: 25.11.2005 18:22    Post subject: Add user to your forum ignore list Reply with quote

Dodaj na sami početak skripte ovaj redak:
Code:
$go = $_GET['go'];

Onda će to raditi jednako na svakom serveru. I preporuka je da temeljito pročešljaš ovu stranicu u manualu: http://hr.php.net/variables.predefined Wink
Back to top
View user's profile Send private message
Tommy



Joined: 26 Apr 2005
Posts: 176
Location: Sarajevo

PostPosted: 25.11.2005 18:35    Post subject: Add user to your forum ignore list Reply with quote

Puno hvala xpi

I na linku i na codu

Me very happy now Very Happy

_________________
Interficio, ergo sum!
TheWaver.net | Last.fm | Imdb
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Server-side All times are GMT + 1 Hour
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


Powered by phpBB © 2001, 2005 phpBB Group