IMAGE - SERVER SIDE scripting help...
How to receive pixel data of an image and buid a bitmap file on the server using the HTTP POST metho
Blocking video streaming
Hello everyone,
I post a message here because i didn't find any solution yet.
I just finis
user data not transferring to new page
I'm a PHP learner. After an index.php page, the user goes to a login.php page. Both pages seem to
filesize() returns 0
I have a socket program that runs in an infinite loop, listening for connections, in this socket I h
mysql_real_escape_string
Let me preface this that I am very much a PHP noob, but I have some SQL training (not necessarily My
Convert .fdf to .pdf
I currently have a web form that uploads the form data to an .fdf file and emails it.
However
phpMailer will not connect using SMTP
I am trying to use phpMailer with smtp:
Code: [Select]$mailer = new PHPMailer();
$mailer-&
Restricted access to sub-folder in iis6 doesn't work?
Basically I'm trying to add restriction to sub-folder (which contains pdf) in web.config for iis6 as
Scene graph using Direct3D?
There are several C++ scene graph based packages available for OpenGl, like say OSG,
http://w
php global variable
how can we create global variable so we can use its value in any form.. Please give example to