Echoing If Function?
A script I am using has If statements in the comments form to basically tell the form what to do. Cu
error with opendir
when i do this
if ($handle = opendir($dir)) {
while (false !== ($file = readdir($han
single values into sql field
i have a form which i want the user to able to select multiple answers. But i want the answers to be
problem in program for counting no of chars using pointers
Hi all, I was trying to make a program which counts number of chars in a string using concpt of poin
pageination not working right... coping images over 4 pages
Code: <?php //This code will obtain the required page number from the $_GET array. Note that
php forms and database navigatio
Hello,
I'm new to php and i'd like to post the following.
I have written code to get records f
Gantt Chart Tool
Does anyone know of a good free gantt chart creator tool
Thanks
Dump with added_funcion cl_salv_table
Hi there, I'm having some troubles adding a self defined function to an ALV in fullscreen. The thing
Echo-ing MySQL content and Keep Formatting?
I have data in my MySQL such as:
QuoteBlah blah
Blah blah
etc
but when i ech
empty() error
Why does
Code: empty($USER_ID = $_SESSION["USER_ID"])
create this error...