sapgui f4 help last search
I know this has to be simople. One user (maybe more) does not have the "last search saved" from the
the problem with str_replace
$str="hahahahahahahahahahahahahaha";
$nn=1;
$str=str_replace('ha','MyGod',$str,$nn);
Parse String
I need to parse the string below into three variables. How would I do that?
john + 10/20/2008
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
Posting Serialized Data Not Working
I am trying to send an object from one PHP file to another using POST. I serialize the object and th
styling a RadioButtonList
HiI need to have a radio button and close to it, its lable, then a space then another set of those.
PHP IMAGE UPLOAD SCRIPT
Hi for the last week i have been looking for scripts that will upload a photo to a certain folder wh
Any Good MMORPGs you've played?
I'm about to have ALOT of free time on my hands (finished highschool) and I need something to fill t
frames get header location..
i have two frames, one top, one bottom. how do i do a form on the bottom frame that gives me the ur
passing data from one page to another
hey guys
i have the follwoing code to get information from one page and place on another: