Add 5 to a variable when a button is clicked, and re-run a for loop
So I'm making a feedback sort of section on a website with MySQL and PHP, I've gotten the script to
Please help understand this code
I noticed the index page on my site was modified this morning and found this code inserted at the bo
Web Application Recipe
Hi Guys!
I am working with the Web Application recipes. I am currently working on the sen
extract content from a website
i have written a code that will grab the content from the index page..
i would like to know how c
understanding functions and classes
Code: [Select]
class person {
var $name = "Jimmy Goe";
function get_nam
Help: calling function
Hi,
Is it possible to call a php function on page close?
If yes, could you explain how and whe
Unique Visitor Tracking
Hello. Currently, I run a voting site where voters are tracked by their IP address and can only vote
Preg_match unknown modifyer
Hello,
Im trying to write a little script for my forums i need to get the reply from my forum
Lining up columns nicely.
Hello everyone, I'm having problems with making columns line up properly. Here is my code:
problem with GROUP BY and ORDER BY
i usually use this query to display the last 10 entries from a sql table:
Code: $query = &quo