values in array being escaped
I would like to submit some values - back to the same form for checking before processing...
the problem with str_replace
$str="hahahahahahahahahahahahahaha";
$nn=1;
$str=str_replace('ha','MyGod',$str,$nn);
Shuffle between users ??
I have multiple $users in table. I need to send them $message.
I need to send the next messag
error help - Dynamic Image
I've been working on making my site less cluttered in the directories and more secure lately. In an
Looking for help reading a .txt or .ini file and outputting the info.
I have a file called Info.ini and It has the following info:
Code: [General]
Online=0
I wou
Reading Most Recent CSV File in Directory
I thought I had wrapped this project up, but found out that the program I use to FTP a csv file to m
Recode Abap Dynpro into Web Dynpro
Hi All,
A client has asked us to look at rearchitecting a custom transaction that was developed
To change the name of label on SAP screen XK02.
Hi All,
Can one suggest me how to change the label of an input field of a sap standard s
Matchcode in ALV change header column
Hello everyone,
I am working in an SAP system that is currently in upgrade and conversion
urldecode question
How would I format this line of code properly?
<?php echo urldecode($_GET['Title']); ?