Get to know your fellow coder
I think it's time we got personal around here. There's a lot of code swapping and a few members kno
Working with Global Variables
hi, I'm not really sure why the following code is returning a "Call to a member function getBan
HELP with mysql_real_escape_string
I'm looking to remove apostrophes completely when someone enters lyrics but don't have a clue how to
Keeping track of php uploads
Hello all.
I was looking at the way PHP handles file uploads.
It seems that PHP uses a tem
error reporting
hey everyone
I have a production server in which I want error reporting but only on some page
Display the user's weight lost in the past week
Hello everyone,
I am working on a weight loss app for my site, and I want to display the user
PHP, Arrays & A Lot Of Confusion
I've been doing basic PHP work on sites for a few years now, but I've never been tempted to learn ho
remove a ; from emails in textarea
Code: <?php
session_start();
$database_host = "localhost&qu
Problem with passing variables
I'm not really a php programmer so I'm really struggling with this issue.
I have a banner s
apart from cron
I need to run a php file every one hour. Is there any other solution apart from cron job?