this code is not working????
it says this error.. Warning: Division by zero in ..
the variables are correct, so why is th
Parse String
I need to parse the string below into three variables. How would I do that?
john + 10/20/2008
Comment Mod System Effects all rows...
Sorry if its confusing but here is whats going on: I have a table in a database called comments and
Check if another session of the page is running?
I want to keep people from opening multiple tabs, or sessions of my Facebook app. Is it possible to
'210010106140040100' == '210010106140040101'
Debugging this simple line of a PHP script
Code: if($a == $b){ }
I've found that with val
php code generators
All
Whilst enjoying learning a new language i have come accross a number of free code generat
Aris, Netweaver BPM, Visual composer and X'app
Dear Experts,
Whats the relationship between the following components: Aris, Netweaver BP
Preg_match with an array
is there an away to use preg_match with an array?
i want to check a string with an array to s
How many users online in the last 24-hours using time()?
I'm fairly new to PHP. I have a MySQL table called 'users' and a field called 'loggedin' which is in
PHP5 - AJAX help
I've been following the tutorial on w2schools (http://www.w3schools.com/php/php_ajax_database.asp) a