when we submit any string in single inverted comma('abc') with get or post method,we will get exact string with single inverted comma('abc')by using $_REQUEST[]. But it is giving (\'abc\'). so anybody please help me to remove that slash,therefore i will get exact string...
2 6832What’s the difference between sort(), assort() and ksort? Under what circumstances would you use each of these?
2 22069hi to all i am fresher in php and want to learn php and want a fresher job in php. how to total time i expend to learn php and what is freshers salary.
9 11502Extract url from this string? It should be flexible for all strings, not for this string only. "yahoo.comyahoo.co.inhotmail.org"
1 5766If there are 10 text boxes in a form having same name, their value are different. Value of which textbox will be received on action script?
A1 Technology, Bajaj, DG, Genpact,
20 23858Difference between notify url, return url in paypal payment gateway?
A1 Technology, Capital IQ, CMS, Essar, HCL, IAS, Karvy, L&T, State Bank Of India SBI, TATA, Tisco, WNS,
4 34408How will you sened requests from server1 to server2 from server2 to server3 and so on .. w/o letting the output come to the browser or say the client end in php
3 8807
What is prepare in php?
what is the use of include_once in php?
What is the use of print_r function in php?
What are the uses of explode() function?
What is mod_php?
What are the different types of php variables?
Binary tree question - Node has numeric data (int) The function takes depth as argument and sum all the value of the node of the depth. For instance, (0) depth 0 / \ 10 20 depth 1 / \ / \ 40 50 60 70 depth 2 so if you pass get_sum(2), you would return 220 which is 40+50+60+70 (sum of depth2) write the function.
How can we submit from without a submit button?
How can we extract string "pcds.co.in" from a string "https://info@pcds.co.in" using regular expression of php? More on reg can you explain
Which php global variable is used for uploading a file?
What is the use of curl()?
What is static method php?
Tell me what is use of in_array() function in php?
Which Scripting Engine PHP uses?
What are sql functions?