Loosing changed contents when used FM REUSE_ALV_GRID_DISPLAY
Hi,
I have used FM REUSE_ALV_GRID_DISPLAY in my program as below.
CALL FUNCT
Why use OOP?
Can someone explain to me why I should use OOP instead of procedure based code.
Im building a
help, header() is not working!
Hello, I have this code:
<?php
/**
* @author samoi
* @copyright 200
Displaying Column Names
I have a question regarding the ability to show the column names from my table/query.
What I'm lo
Product categories for registration
Dear all,
We are going live with the Supplier registered next week. At standard, the 'sel
Entering Data Problem
Code: $result = mysql_query("SELECT * FROM flights");
while ($row = mysql_fetch_array($
Array help
Hello i got this code to fetch data from database but it is not working it displays
7
Array
Tournament Brackets (Double Elimination)?
Is making a double elimination tournament style bracket system capable of being done in php?
Header redirect
Hello ive got a problem ive got form with its action set to itself.
Code: <form id="f
question about stripslashes and real_escape_string
im cleaning up an old app that I wrote fixing some of the vulernabilities from attacks.
I hav