trim function issues
Hi guys, total noob here...
So I've been tinkering around with a html and am using php to em
Login Issue's
Code: <?php
$file = fopen('user.txt', 'r');
/* Set login to false initially */
Help with setcookie()
Merry Xmas to those on this foruum
Older guy here with some experience but not allot so please be
php mysql query from input textbox
Hi,
I have a text box, in that i have given the mysql query. I can able to get the query in v
Help with explandable category tree
I have the below query:
SELECT l1.id as lev1_id,l2.id as lev2_id,l3.id as lev3_id,l1.categ
gather checkbox data from form into email
Hello all,
First, i'd like to thank everyone who responded to my previous posts regarding set
Making multiple rows with one query
I have a table called efed_handler_characters with two fields handler_id and bio_id. What query 2 is
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 create a static html menu from a database
Hi,
I have built a small cms which allows me to create simple html pages and then upload them
extract a file from zip file
hi,
i know how to unzip a zip file in php, but is there a way to just extract a certain file only