Update Myspace status with CURL
Logging in:
Code: <?php
class Myspace
{
function login($username, $pa
strtotime issue
Hey all,
I'm playing around with some code, and basically the idea is:
Person changes
Download Image from URL and Upload it
Ok, I have been googling for the last 1/2 hour trying to figure this out, Most likely I'm just not s
Dynamically set AccordianPane Header
I have an accordian on my master page. I'd like to be able to dynamically change the header on diff
Parse String
I need to parse the string below into three variables. How would I do that?
john + 10/20/2008
Check before inserting in DB ???
This is my code
---------------
if ( $_POST ['Submit'])
{{
$username = $_POST ['usernm
Multiple PHP errors when clicking a link..and..removing a ghost..
Hi - I have 2 problems with a new website - homeswapvacations.com, which I need help solving.
PHP - MySQL Fail
My PHP code will only execute the first part of my code...
Code: <?php
sessio
Database 'Validation'
Hi everyone,
I'm trying to validate the password entered by the user with the password in the dat
Deleting a record php
Attempting to setup delete a record page. The below code I put together doesn't seem to work.