AI
Artificial intelligence (AI) is a branch of computer science and engineering that deals with intelligent behavior, learning, and adaptation in machines. Research in AI is concerned with producing machines to automate tasks requiring intelligent behavior. Examples include control, planning and scheduling, the ability to answer diagnostic and consumer questions, handwriting, speech, and facial recognition. As such, it has become an engineering discipline, focused on providing solutions to real life problems, software applications, traditional strategy games like computer chess and other video games.
Forum Post

Re: I hate myself today!

Cheers to "hate-self" day! I hate myself too...I have a load of backlogs...considering I'm supposed to be a type A person who almost always get ahead of my tasks...hmmm...maybe I'm beginning to slid...
Forum Post

[php qusetion] check & submit information from&to other Page

hello i want to make script or 1 page that : check some Page in Special time or some thing like that (i thinking make it with Cron Job) then it search for some values in the page if not found it...
Forum Post

Re: Need help building a blogging system

Thank you so much for the post. It's really useful. demande simulation pret personnel en ligne - Pret personnel en ligne et de comparer les meilleurs taux afin de... La demande de prêt...
Forum Post

Re: Search Facility

: Hi there : : I'm much closer with this too but not quite there. Any advice? : : Cheers : : : : : : 0){ : WHILE($row = mysql_fetch_array($sql)){ : $display .= ""; : $display .=...
Forum Post

Re: Search Facility

Hi there I'm much closer with this too but not quite there. Any advice? Cheers 0){ WHILE($row = mysql_fetch_array($sql)){ $display .= ""; $display .= $row; $display .= "";...
Forum Post

Search Facility

Hi there, I need some help please. I'm a newbie so please be patient!. I have created the following database: CREATE TABLE patientdemo (id INT(4) NOT NULL AUTO_INCREMENT PRIMARY KEY,...
Forum Post

Re: How to check whether a user is logged in

: Hi, I am making a simple blog script that asks for a username and : password from a page called login.php and if entered correctly : transfers the visitor to the main blog console. However, I...
Forum Post

Re: How can i search a file using another file?PLEASE!

: : Hello again, : : How can I search in a file containing several lines : : for words that are themselves contained in another file?? : : Then I should put the word(s) (found) and the...
Forum Post

Re: Shared Library

you need to write a wrapper around your c library so php can use it, search google for extending php ------ nugent
Forum Post

Re: MySQL and utf8 problems

Greetings. You may search in php.net for the iconv function sets. These are to work with encoding. The syntax for iconv() is: $string = iconv($inputencoding, $newencoding, $var); Also,...
Forum Post

Re: timezone

okay, what if i run a server locally, that would return the time set by that particular box right? : The only information you can get on the client is what their user agent gives you, which does...
Forum Post

Re: timezone

The only information you can get on the client is what their user agent gives you, which does not include timezone. You'll have to just ask them, if you need to know. : i want my php file to...
Forum Post

Re: Change apostrophe to ’

I'm not sure, this seems to me like more PHP 4.0 quirkiness. I ran the following code to test it: And got the following output: single 'quotes' need to be 'stripped'.. single...
Forum Post

Programmer Need for http://4reestuff.com

Hello everyone, I am in search of a professional PHP / MySQL programmer. My main need is a from scratch source code that complies with the standard referral script sites out there already....
Forum Post

HTML hyperlink pass variable to PHP

I want to use a hyperlink to pass a variable with it to be processed by a php destination page. When someone clicks on the "SYLLABUS" button on a teacher's web page, I want the button to pass on the...
Forum Post

Re: search database from multiple dropdownlist using php

getLecturers($_POST,$_POST,$_POST); }and I dunno why you must return something to the Class.
Forum Post

Re: how to search mysql database by php code?

Oh Thanks . the problem is solve now . : String concatenation in php is done with the character. : So change your query to: : : $result = mysql_query("SELECT * FROM hotdeal WHERE id=" ....
Forum Post

Re: how to search mysql database by php code?

String concatenation in php is done with the character. So change your query to: $result = mysql_query("SELECT * FROM hotdeal WHERE id=" . $_GET) or die(mysql_error());
Forum Post

Re: how to search mysql database by php code?

That doesn't help... can you show your db schema? : This is my code , is that any problem ? : : : my link : $result = mysql_query("SELECT * FROM hotdeal WHERE id=" + $_GET) or...
Forum Post

Re: how to search mysql database by php code?

This is my code , is that any problem ? my link $result = mysql_query("SELECT * FROM hotdeal WHERE id=" + $_GET) or die(mysql_error()); if(mysql_num_rows>0) { $row =...
1 2 3 4  Next
 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.