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.
Language
Platform
Any
License
Any
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...
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...
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...
: 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 .=...
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 .= "";...
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,...
: 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...
: : 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...
you need to write a wrapper around your c library so php can use it, search google for extending php
------
nugent
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,...
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...
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...
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...
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....
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...
getLecturers($_POST,$_POST,$_POST);
}and I dunno why you must return something to the Class.
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=" ....
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());
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...
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 =...