Saturday, 15 June 2013

path - I can not get string value in php -



path - I can not get string value in php -

my php file location is

http://localhost/mysite-copy/index.php

here link go other page

http://localhost/mysite-copy/category/article/money1.php

and in link can not string value when utilize code $_get['id']

i can not string value in link

http://localhost/mysite-copy/category/article/money1.php

how can solve problem?

as question unclear, guess forgot pass "id" value money1.php, calling

http://localhost/mysite-copy/category/article/money1.php?id=your_id_here

and in money1.php $value = $_get["id"].

string path get

No comments:

Post a Comment