Beginners syntax and loop questions - help please!
Hi everyone,
I have some problems with php code. I'm currently in the middle of learning php,
Include with Parameters
In a particular page I would like to include a file that requires $_GET parameters.
when I go
Help Optimizing code
Good Morning,
I wrote a small import function for a website of mine and I know there has to b
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
Why use OOP?
Can someone explain to me why I should use OOP instead of procedure based code.
Im building a
$_FILES array
Ok,
I just started experimenting with PHP today. My goal right now is to have people be able
trim function issues
Hi guys, total noob here...
So I've been tinkering around with a html and am using php to em
php automatically escaping single quotes
I'm trying to test out my security a bit and I've noticed that php is escaping my single quotes. For
WELCOME SCREEN
first of all let me tell you what does my script do,
it´s a very simple query to show a e
small inaccuracies
I have this code to convert fractional base 10 into base 2:
while($num > 0)