Question:

Change url to a php id script??

by  |  earlier

0 LIKES UnLike

like this site http://lovelyts.net/ uses a php id's on her site && i was woundering how to do that

 Tags:

   Report

1 ANSWERS


  1. do you mean like index.php?id=xyz

    ?

    you write the index.php script like that (roughly):

    if ( isset($_GET['id']) && ($_GET['id']=='xys') )

    {

       do what you want

    } else if ... and so on.

    simply she's using a "centralized" script that acts according to the get/post "argument" passed to the url.

    or maybe i did not get it.

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions