filesize() returns 0
I have a socket program that runs in an infinite loop, listening for connections, in this socket I h
Greek characters in php
Hi,
I'm making a script and I m using for first time greek characters.
I started to write
Gantt Chart Tool
Does anyone know of a good free gantt chart creator tool
Thanks
2 things: enter doesn't work in IE & empty form
i have this search form that works well except for 2 things.
1) on IE when i hit enter instea
How do I send data using an html link
Hi
If I have
<a href="main_file.php">
How do I send data t
Session
I am having a little trouble with a session. Not sure if it is my browser or what. I know I do not
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
New to Arrays
Hi I am new to PHP (a week and a half now) and I am just beginning to read about arrays. I understan
empty() error
Why does
Code: empty($USER_ID = $_SESSION["USER_ID"])
create this error...
php global variable
how can we create global variable so we can use its value in any form.. Please give example to