>I have following question. How can i send to a script varible, but not from 
>HTML form but via URL. (I'm talkin about something like 
>http://www.domain.com/script.php?id=1 
><http://www.domain.com/script.php?id=1>  in earlyier version o php).

<?php
  echo $_GET['id'];
?>

-- 
Like Music?  http://l-i-e.com/artists.htm


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to