values in array being escaped
I would like to submit some values - back to the same form for checking before processing...
is this the proper use of mysql_real_escape_string() to prevent sql injections?
i was wondering is this the proper use of mysql_real_escape_string() to prevent sql injections? any
DateTimeZone::listIdentifiers headache
http://php.net/manual/en/datetimezone.listidentifiers.php
So the documentation states tha
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
Can't shake the "Warning: include()" error
I've just uploaded my site to a new server and where I have PHP include tags in my HTML, the browser
how to validate date using javascript
I need to validate date in textbox using javascript..
The date is must be not greater than TODAY
Check Digits and extracting digits
I think I can figure out the code for this but I am having a very hard time getting past the first s
understanding functions and classes
Code: [Select]
class person {
var $name = "Jimmy Goe";
function get_nam
Warehouse Management
Hi,
On our system, we have two storage locations ( A and B ) where A is the main factory
Working with popups and such in a class
I've recently started building my applications completely enclosed in classes. I like the fact that