You are here:

Perl/PHP

Recent Answers

2012-05-12 PHP5 - How to begin in PHP..! ! The correct way....:

Hi Tushar,  It really depends what your current experience is and how well you know other languages.  It sounds like you are using php to interact with a database.  That's fine, but it involves more than

2012-05-01 PHP5 - send log on SMS and e-mail:

Sending an SMS message is fairly simple, if you know a couple pieces of information. First, you need to know the phone number, and you need to know the carrier domain. Then, you just send an email to that

2012-04-16 Perl & CGI - Perl - Works on Command Line but Not Database:

While I haven't had this exact problem, I understand the gist of what is wrong.    There are two possible problems that can be connected to this problem. The first is that the user who is accessing the

2012-04-12 PHP5 - creating web in php:

correct line $menuDisplay=" ";    <?php  session_start();  require_once"scripts/connect_to_mysql.php";  $sqlCommand="SELECT id, linklabel FROM pages ORDER BY pageorder ASC";  $query=mysqli_query($myConnection

2012-03-19 PHP5 - simple PHP redirect for shortening a URL:

Hi Sam,    You don't need mysql for using the the URL rewrite, so yes, it can be made simple and straightforward. Also, you are correct, you will need to change the .htaccess and your php file. Suppose

Categories

Browse Alphabetically

©2012 About.com, a part of The New York Times Company. All rights reserved.