phpmailer class & pop.gmail.com?
Code: <?php
$mail->IsSMTP();
$mail->Host = "pop.gmail.com";
Limiting uploaded file type
I am working on a simple upload script, and I need it to limit the allowed file type that is uploade
Email Script does not reach destination
Hey Guys look at this code snippet :
Code:
//read a line from the file
$myFile = "
mysql_real_escape_string making variable equal nothing
i post a form and i post the variable:
Code: $var = $_POST[variable];then i echo $var its what i
Update Database
Hi All,
I have a problem with this:
Code: [Select]<?php
session_start();
first id from db not showing
I have a php script which displays the content of a mysql table as a html table with sorting, delete
calendar dates and hours compare problem
i have a calendar in wordpress, everything works great except that i can make 2 meetings at the same
puting for loop in 1 value
hi ,
how do i put this code in 1 value:
Code: <?php
for ($i=1; $i<=5; $i
How to Create a Dynamic table
col1 col2 date1 date2 date3 date4..........
a b v1 v2 v3 v4
Character Set Setup
Whats the best character set to use if you want every character to work, and also how do you make yo