View Single Post
  #1 (permalink)  
Old 07-04-08, 03:17 AM
theighost theighost is offline
Newbie Coder
 
Join Date: Jul 2008
Posts: 51
Thanks: 0
Thanked 0 Times in 0 Posts
translating from cgi to php

hi,i am suppose to translate a text of cgi into php...i know little php and don't know perl at all, so any advices.

lets start of what the function param() does?????

and what does this code do: $num = $q->param('num');
$keyword = $q->param('keyword');
Reply With Quote