How to check if the value of a PHP defined constant equals something?
using this: [Code Block] I'm able to check whether the constant is defined or not, but how can I check the value of the ...
Latest news, tutorials, and updates from the PHP community
8579 articles available
using this: [Code Block] I'm able to check whether the constant is defined or not, but how can I check the value of the ...
Should I use mysql_sql_exception to get errors in the sql querys or should I use the member variables $errno and $error?...
Looks like `_compile_select` is deprecated and `get_compiled_select` is not added to 2.1.0. Are there any other function...
I've got about 10 rows in my db and 3 of which have status == to 'Pass'. The problem I've noticed with the code below is...
Possible Duplicate: Floating point inaccuracy examples PHP rounding issue - Is this a bug? Found what may be a bug in PH...
Currently, I am dealing with a social network startup. We use php & mysql for back-end development. I have a datamanager...
I am trying to fetch result of a query that is in a loop, but I can't get all the records returned by query that is in t...
This is my first time creating a PHP form that will run a MySQL query using INSERT INTO to store data in a production DB...
I want to do the following: [Code Block] This does not work. It would appear the insert is not being executed before the...
I've got this array (shortened for this question), and I need to extract the country_code ("AF" and "AL" in this demo) i...
I have a website www.example.com. That will have multiple subdomains that work with a single application or program. For...
I want to know what is the best. Performance, speed, and with the best results unique
Showing 7717 to 7728 of 8579 articles