Need help to identify this error please
:confused:Can anyone help me tell what this error message means? Maybe tell me where to look to fix
Force download script not handling files with spaces properly
I have a regular old php force download script, uses this code:
Code: header("Cache-Cont
Matchcode in ALV change header column
Hello everyone,
I am working in an SAP system that is currently in upgrade and conversion
mysql timestamp manipulation
How could I use a timestamp (e.g 2009-10-30 13:20:35 ), and with php find out if it is:
from
Namespace Problem
I'm having problem with a section of code with a variable namespace.
This code works fine:
Rand() help needed
Hi all,
Can someone explain and give me a quick example of how I would go about this?
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
Passing Arguments to execlp()
I'm writing a program that mimics a unix shell. It's supposed to take commands with arguments and ex
using variables in another page
I have a test database set up on localhost. I have a form that I can type a name into, hit the butto
Rounding a number queried from a database
I know that to display a rounded number you just do echo "round($number)";. But how would