How do you access a get requests url parameter with php?
No Answer is Posted For this Question
Be the First to Post Answer
How do I see how many pages per session in google analytics?
How to check whether cookies are disbled or not in the browser ? If that is the case how do you handle the sessions ?
Why session is required?
How to create and destroy cookies in php?
Is php front end or back end?
Explain Type juggling?
How many ways there are to fetch the data from the Database?
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', )
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?
How many escape sequences are recognized in single-quoted strings?
Explain setcookie() function in php?