href
Status: Beta
Brought to you by:
mykel
I have installed phprofession on my system along with
PHP and MySql with apache running.
When we run this in browser first page (index) with "Job
list"
From here I cant go to any other ref. where ever I click,
same Job list" appears again and again.
if I replace this line
if ((!isset($cmd)) || (!cmd==""){ "$cmd="Joblist"}
with
if ((!isset($cmd)) || (!cmd==""){ "$cmd="List"}
then List page appears
I am not able to understand why it is not working with
href
help
Pankaj
Logged In: NO
I have fixed this.
It's quite simple really.
Add this right below the line include("./config.php");
$cmd = $_GET['cmd'];
$jcode = $_GET['jcode'];
-Chris Ogloff