Calander Basic Spript help
hi, just starting out with PHP and have the following script:
<?php
//This gets t
understanding functions and classes
Code: [Select]
class person {
var $name = "Jimmy Goe";
function get_nam
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
how to transport the Query and insfoset
Hi
I have created the query using SQ01........
How to created T-code for query..
Inserting the current date/time while submitting the forum
What do I need to add below to update the current date/time? I have a field in the database called d
Display thumbnails as square while retaining aspect ratio
I am trying to figure out a way to make an image display as a square, for example 80x80 pixels, when
my sql select id and then update problem.
I need to select some auto incremented ids out of a database and then use those id in a where statem
PHP switch function help
Hi, I am trying to create a search function for a directory website. On the search function on html
re calling a function without including file
Hi,
i am new to programming in php, i was just checking the wordpress code and found out in the w
what are '%S%', '%E%'
for example when i see Code: [Select]printf("Hello %srn", $name);
what does %s means