phpmailer class & pop.gmail.com?
Code: <?php
$mail->IsSMTP();
$mail->Host = "pop.gmail.com";
Multi dimensional arrays
If I put in this code:
1
2
3
4
5
6
7
8
9
10
11
12
13<
How do i use vars in an array
Hiya peeps!
How do I use a var in an array. You will see $id but it isnt working.
random generation
hi
i need help with generating this
numbers from 1-12
i want to generate in ran
I need some help with the IF command...
I have a large number of images in one section of my website with the .jpg format. I'm adding a bun
PHP Code reffering to database, doing something wrong.. pls help
Well i am quite new with PHP
and for school we have to make a PHP script which reffers to a Data
problem with query error
First Thanks to those who helped me on my previous posts, and the following code i'm using is not mi
modifying a property of an object from a different class
I have 2 classes:
- Math
- Distance
in my math class, I have this line:
$distance =
Query failed issue with php script but works fine in mssql manager!
hi i have the script below which copies data from one table to another but will only insert new data
Comparing two dates
Hi Guys
I have two dates I want to compare. Below is my current implementation. The problem with