Splitting Attributes
SQL> SELECT I_NAME, substr(I_NAME,1,instr(I_NAME,'O')) "First part",
substr(I_NAME, IN
storing video files into mysql in php
hi
i have my video files in my folder ,
i have to store the path of the videos into db an
Remove Rows From Database ad
Hi All,
I have this:
Code: [Select]<?php
session_start();
include('../com
Sql and php order list script problems
Hi im having a few problems with trying to get the coding right on a orders list ive done (or trying
Dump with added_funcion cl_salv_table
Hi there, I'm having some troubles adding a self defined function to an ALV in fullscreen. The thing
Update Database
Hi All,
I have a problem with this:
Code: [Select]<?php
session_start();
function to return url
Hi,
Can you guys help me giving a function that takes all the contents in a particular field
Help with Hyperlink
Hi,
What I am trying to do may be simple, I just can't get it to work. Ok...
I am usin
Need help adding a timestamp to my filename/variable
Hello,
I'm kind of stupid when it comes to php and I need a tiny bit of help. I've got a f
Dynamic memory problem
Hey,
At the beginning of my code, I have this line:
Shape* gShape = 0;