Bar charts using Graphical Framework.
I am using Graphical Frameworks(GFW) to create a chart Graphic . There is no problem with the data d
How to store checkbox array in a session, and then be able to add to it?
I'm trying to store an array of checkbox values into a session array, sort of like a shopping cart,
error with opendir
when i do this
if ($handle = opendir($dir)) {
while (false !== ($file = readdir($han
MSSQL/PHP
I am tryint to setup a webapplication developed in PHP, Apache2.0 and SQLServer2000 as backend which
Printing a webpage
I use this to print the webpage:
o
Is there something wrong?
Hi all,
Just a quick question... can someone look at this code and see if something is wrong?
Count Session and Trigger Events
I am New in PHP, seeking a method to count logged users by counting the sessions or any …, is
[RESOLVED] Socket/Port remains open after app crashes
I'm having this problem with a networked app in vb.net.
If the program exits normally the por
is this the proper use of mysql_real_escape_string() to prevent sql injections?
i was wondering is this the proper use of mysql_real_escape_string() to prevent sql injections? any
Problem with PHP code- simple contact form
I'm relativily new to PHP; I know HTML and CSS stuff but I have a problem- I have a contact form wit