Need help: how to catch acess of undefined class properties
Hello. I am learning OO with PHP and have hit a problem.
Some code runs as perfectly valid code,
Rounding a number queried from a database
I know that to display a rounded number you just do echo "round($number)";. But how would
question about stripslashes and real_escape_string
im cleaning up an old app that I wrote fixing some of the vulernabilities from attacks.
I hav
socket communication between c++/java and sending image
hi,
i have a class in c++ called win32_sockserver which creates socket to java. i am trying
need help in php variable
i have a php variable on one page
Code: [Select]$lastId = mysql_insert_id($db);
echo $lastId;<
Help with page encoding issue and weird characters
I'm trying to write a screen scraper and when I pull out the lines of the html file that I'm interes
Displaying image from database
Hi,
I've got a site where that's got a database behind it. Currently it has loads of items in
Share admin accross websites
I'm using .net memberships and roles in one of my sites, but I need to be able to share logins and p
Convert array to string and write to csv file
I am looking to write a MySQL query to a csv file.
At the minute I:
check for the orig
C++ API to Oracle dB
I need to perform a select command to the Oracle dB to obtain information from a table.
What libr