Class Localtion: Home »» PHP [Programming]
PHP(PHP list covers dynamic web development, managing sessions, checking scripts, installing PHP, and XML interfaces.) under "Programming"
How could I make the browser to send a command to a cash register...
to open its drawer?
How could I make the browser to send a command to a cash register...
[snip]It's a RS232 serial register. PHP, running at the server side, couldtalk to the hardware at the client side? is it ActiveX?[/snip]You're correct, server-side cannot perform a client-side task.
How can one run libapache-mod-php5 and pgp-cgi in the same time on the same physicaly Serv
Hello Geeks and Nerds,How can one run "libapache-mod-php5" and "pgp-cgi" in the sametime on the same physicaly Server?I am using Debian GNU/Linux 3.1 (Sarge) and a php5 backport.This problem is generaly the su-php problem, but now it seemsthe there is an exclusion between the "libapache-mod-php5
How can I track the value in php
Hi,I am php beginner, I have a question:in my index page, I firstly inlcude_once a A.php file, where i defined anarray, secondly I include another .php file named B.php, where I want to usethe array, I have claimed it as global type, but it seems I can't retrieveany value from the array.So
How can I tell if an output stream is finished?
I have a page that resizes an image to be included in a html page, using:echo "<img src=\"$rel_mapfile\" alt=\"Course Map\">\n";unlink($rel_mapfile);I need the other html stuff on the page so I need to fetch a file from the server to include in the page.So, I resized the image and saved it
How can I stop PHP from resolving symlinks?
is_link() perhaps ?http://php.net/is_linkJames
How Can I send mail in php in HTML format?
Also Richard Heyes has a updated his class to work with PHP 5, you can alsoget updated version of the PHP 4 class!Sonia