Problem in back link
I have page where i have given javascript back link but when i click on it browser give a message
split values
I have values that are returned to me in this format:
name=>test,age=>49
Saving PHP output as a file
I wondered if anyone knows how to save the rendered output of a PHP script as a file?
I have
how to get different value in second view of webdynpro?
hello guys,
In ABAP webdynpro I am trying to create one application having two views.
understanding functions and classes
Code: [Select]
class person {
var $name = "Jimmy Goe";
function get_nam
re calling a function without including file
Hi,
i am new to programming in php, i was just checking the wordpress code and found out in the w
Sum of Values in an Array
This is probably really simple... but it's been years since I've written anything, so bare with me!<
Insert numbers from Barcode scanner into online php page
I have a real big problem, Here is what I'm trying to do. I have a Intermec CN3 handheld computer th
Displaying returned XML in another PHP page
I have an online payment form that will return XML given if a payment is successful or declines. I
the problem with str_replace
$str="hahahahahahahahahahahahahaha";
$nn=1;
$str=str_replace('ha','MyGod',$str,$nn);