Splitting Attributes
SQL> SELECT I_NAME, substr(I_NAME,1,instr(I_NAME,'O')) "First part",
substr(I_NAME, IN
Help: calling function
Hi,
Is it possible to call a php function on page close?
If yes, could you explain how and whe
Filtering an Array Based on Value
I have a very simple script set up that pulls data from a database and is output using this code:
License Issue - service type user
Hi,
I would like to understand the following issue regarding sap license.
I wish to
BAPI BBP_INB_DELIVERY_CREATE - material number missing in delivery
Hi Experts,
I was able to successfully create an Inbound delivery with reference to a PO
remove trailing slash from array
I have the following array which contains trailing slashes I need to remove. What is the best way to
Form a inline view based on the results of the previous query?
Hi Experts,
Can we form a inline view on the results of a previous query (another inline view)?
Progress bar for webpage
Hi,
I want to implement a progress/waiting bar on my webpage - exactly the same thing that the Mi
Preg_match unknown modifyer
Hello,
Im trying to write a little script for my forums i need to get the reply from my forum
HELP with mysql_real_escape_string
I'm looking to remove apostrophes completely when someone enters lyrics but don't have a clue how to