How do you access a get requests url parameter with php?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More PHP Interview Questions

How do I see how many pages per session in google analytics?

0 Answers  


How to check whether cookies are disbled or not in the browser ? If that is the case how do you handle the sessions ?

1 Answers  


Why session is required?

0 Answers  


How to create and destroy cookies in php?

0 Answers  


Is php front end or back end?

0 Answers  






Explain Type juggling?

0 Answers  


How many ways there are to fetch the data from the Database?

2 Answers   Tops Technologies,


How do i explode this string '||25||34||73||94||116||128' i need to have a array like this array ( 0 => '25', 1 => '34', 2 => '73', 3 => '94', 4 => '116', 5 => '128' ) explode("||", $array); didnt work for me i get this array array ( 0 => '', 1 => '25', 2 => '34', 3 => '73', 4 => '94', 5 => '116', 6 => '128', )

2 Answers  


hi guys..i m new to php..and want to learn it including the oops concept...can anybody send me some good programming bases exercise or a small learning project on it at nitsl_a@yahoo.co.in.I know html and going thru some of its websites.But about to go on it practically.plz advice.

1 Answers   College School Exams Tests, Satas, Wipro,


Is echo a function in php?

0 Answers  


How many escape sequences are recognized in single-quoted strings?

0 Answers  


Explain setcookie() function in php?

0 Answers  


Categories