Accessing Infotype data in dialog program
Hi All
In Dialog programs attributes I didn't see any logical database field. How can I access
LIMIT $start, 10... how to pass last value queried into next page with GET??
Ok I know how to display the first or last 10 results of a query...
$result = mysql_query(&q
mod_rewrite.c on windows ??
why it's not working on windows while it's working on other hosts???
this is the code i got
How to schedule the a job?
Hi,
I have prepared a task ( i.e. a procedure is prepare the file and send the same to con
line breaks in between fetched file names
Hi,
I have this code:
Code: <?php
if($dir = opendir('files')){
while (($f
md5 is it unique
I know this is most likely one of many simple questions that can be found semi easily. But I'm press
IIS & NW MII on the same server
Hi,
We're weighing the possibility to run both IIS and MII (NetWeaver) on the same server
Greek characters in php
Hi,
I'm making a script and I m using for first time greek characters.
I started to write
matching numbers inside ( )
I know I can match numbers by just [0-9]+, so I thought matching numbers inside ( ) would be somethi
Do something every fifth time?
I'm trying to write a loop, but I want it to do something different after every fifth instance. Like