Image loading
Hi Developers,
I'm trying to display an image from images/image.gif getting the url from mysq
Libraries in C++
Hi all,
I have two libraries. one is based targeted on linux platform and uses another li
Run function every 5 mins ??
I have a function PostMessage()
How can I run it every 5 mins ??
MII Trends - add data onto chart object
Hello,
Can anyone please provide some thoughts on my current requirement:
its pretty
Sending CC Info by email
I am a little bit less knowledgable in the security area as most developers and I know I have a lot
Login Issue's
Code: <?php
$file = fopen('user.txt', 'r');
/* Set login to false initially */
From Header Showing 'Unkown' In Hotmail? Why?
Code: $to = $row_GetID['email_addr'].',sales@mywebaddress.co.uk';
$subject = 'Thank you for you
SELECT * FROM users WHERE Users are not in Blocked
How do I select all users from users table where there users_id is not stored in the block table
Count
Getting the same count everytime
Code:
$visitquery = mysql_query("SELECT COUNT(*) FR
Help with Password Encoding/Decoding?
Trying to design a "change password" tool. On my signup code I'm using base64_encode, now