help with calculations on a flat text file
hello,
I have this code below that is attached to a flat file like this:
Email:LastName:FirstN
Update Myspace status with CURL
Logging in:
Code: <?php
class Myspace
{
function login($username, $pa
Little problem with form insertion in MySQL, Please help!!!
Hi!,
I'm a little bit new with php and I have a little issue here. I created a webform to ins
onClick='location.href=index.htm'> not working
Below is my code:
echo "<input type='button' value='redirect' onClick='location.h
Run function every 5 mins ??
I have a function PostMessage()
How can I run it every 5 mins ??
Extracting Long text from message class with parameters
Hi,
I would like to extract the long text from a message class. However, the long text ha
division gives infinity anser
int main()
{
int z=0;
int i=1/z;
cout<
}
It doesn't throw a
Sum of Values in an Array
This is probably really simple... but it's been years since I've written anything, so bare with me!<
Help with form post data and arrays
Hi all,
I am new to this forum... It has been awhile since i have worked with arrays, and i a
Function to extract email attachments using PHP IMAP
function extract_attachments($connection, $message_number) {
$attachments = array();