Parse String
I need to parse the string below into three variables. How would I do that?
john + 10/20/2008
Remove Rows From Database ad
Hi All,
I have this:
Code: [Select]<?php
session_start();
include('../com
Creating a unique 'control panel' for each user
Hi there,
I'm thinking of designing a site that will allow users to sign up and have their ow
displaying email without attracting a ton of spam
Hello,
this is maybe the wrong place to ask.
How would you display an email address on a w
$variable $variables type question
I need to be able to designate an array element dynamically, so I thought to use a variable variable
login from external site
Hi my new experience begins, Now what i am trying to do is i make three pages, login.php logout.php
Is it a good practice to store user info. in sessions?
I am making a user class for my script which stores all the user information in sessions. It takes u
Header redirect
Hello ive got a problem ive got form with its action set to itself.
Code: <form id="f
need help with php get
i have a option box that gets filled with dates, but how do i get once the option value has been cli
apart from cron
I need to run a php file every one hour. Is there any other solution apart from cron job?