Help With editting and deleting form
So look at this image :
http://img194.imageshack.us/img194/8272/snapshot5f.png
This table
How many users online in the last 24-hours using time()?
I'm fairly new to PHP. I have a MySQL table called 'users' and a field called 'loggedin' which is in
understanding functions and classes
Code: [Select]
class person {
var $name = "Jimmy Goe";
function get_nam
Please help with code for SMTP authenticated PHP email form
Hello, I'm creating a PHP email form, and for this particular server, I have to use SMTP Authenticat
Working with Global Variables
hi, I'm not really sure why the following code is returning a "Call to a member function getBan
Adding meta tags under Zend FW
Hello there, recently has come to my hands the FTP of a website which is running under Zend, I would
Number Format
Hi All,
I have number '000000000050085' I want to format it to 500.85 Can any one give me
losing variables between php brackets
Hi
have got this code:
Code: $id=mysql_result($result,0,"itemid");
$title=mys
Join Query Help
Hi all,
I am having problems with the below code, which we shall call 'my first join query'!
php unable to sent email
Hi, guys, I try to send a email through php but unfortunately the mail unable to sent. Here is my co