phpmailer class & pop.gmail.com?
Code: <?php
$mail->IsSMTP();
$mail->Host = "pop.gmail.com";
empty() error
Why does
Code: empty($USER_ID = $_SESSION["USER_ID"])
create this error...
help, header() is not working!
Hello, I have this code:
<?php
/**
* @author samoi
* @copyright 200
Creating web pages by php
Hello again,
I was just wondering us there a way to use a php script to create a new web page. I
PHP using IF to display error
i have a MySQL query and i want to display 1 thing only if the number of affected rows is >=1
finding key position of specified value in multi-dimensional array
Code: $openedfile = fopen($tfc_file4, "r");
$rc = 1;
while(!feof($openedfile))
{<
How to secure my login data to my database?
Hi there,
It may be a stupid question but I don't know how to secure my login data to my data
Image DPI
Hi.
I allow users to upload images, the user then is able to adjust several settings for the
Random Number Generation And Probability
Hello, I am working on a function which has to insert data into a SQL table.
we have to suppl
Is there a more efficient way to code this than what I have?
I have three associative arrays.
$combinedSettings
$userSettings
$defaultSettings