Saving PHP output as a file
I wondered if anyone knows how to save the rendered output of a PHP script as a file?
I have
Add a sign-up feature to a flat file login script
I'm working on a flat file login script and I would like to add a sign-up feature to it with a email
Need help with an email blocker for a guessbook
I am new with php and here is a simple guessbook page but I am being hit with spam from a group of t
Simple MySQL query...
Hello,
How could I do a mysql query that does this: SELECT * WHERE date/time < 5minutes ag
Call Screen statement Error
Dear Experts,
is there any setting that needs to be done before creating any dialog progr
use an array from 1 class in a second class
I have a class that adds data to an array
Then I have a second class and I need to check if t
Packet Design
Hi All,
Im new about network programming and I want to design a protocol but I have some question
PHP Code / Script To check weather the given email exists in a domain
Hi,
I want to implement the following in my web page
in sign up we will ask to enter u
Echoing If Function?
A script I am using has If statements in the comments form to basically tell the form what to do. Cu
Calling strings from other php class
I have test1.php{
$string1;
$string2;
....
... //10 strings in this class <