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
DELETE rows based on content
I have a link in my rows
$bit="http://bit.ly/abcd";
$query = mysql_query("D
Procedural to OOP
John Kleijn said that to avoid writing "crappy code", we should learn OOP and common OO pr
Error Messaging not working
I changed the way my form tells the user of an error. But I can't seem to get it to work properly.
displaying unknown amount of results
I am reading a directory and getting a list of folders in the directory, I want to display the folde
Get relative path from absolute path
How would one go about getting the relative path to a file from its absolute path?
registration form
first time posting. did some searches but didnt find exactly what i am looking for. dont flame cause
How to display random record from table?
I have the following code:
Code: <?php
$display_block .= "<input type=
what does this mean? +=
is anyone able to explain what this code is saying?
i had it written for me awhile back and n
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