php automatically escaping single quotes
I'm trying to test out my security a bit and I've noticed that php is escaping my single quotes. For
Transaction variant for VA02 not working
My requirement is to have transaction for user to only add the output and print a sales order.
How to load mysql (and other) extensions into PHP
How to load mysql (and other) extensions into PHP PHP Development forum discussing coding practices,
Socket problem
Hello,
Earlier I posted about my problem with my socket script. It took up to 100% CPU usage.
How to add an image/C++ OpenGL?
Hi,
I have been trying to look online for this and, so far, I haven't found anything usef
How to clone an SAP ECC using bacup tape on z/os?
We want to clone our production to a different SID using backup tape.
Send current URL in URL with a $_GET variable problem.
Hello community,
I have created a function that gets the current variable of a page, example:
Undefined variables
hi
----------------------------------------------------------------------------------------------
Rounding a number queried from a database
I know that to display a rounded number you just do echo "round($number)";. But how would
Generating unique numbers using php
Hi,
I need help in generating unique number using php.I tired using rand() in php.But, by using r