Summary: Hi, I'm trying to make a mail merge system like word does, but with php and mysql. as far as I know word only uses the query 'select * from <source...
Summary: http://www.php-mysql-tutorial.com/i... That's a great place to start. It helped me out quite a bit on setting up apache, php, and mysql on a 2k machi...
Summary: In my opinion a book is the best way to learn a new language because it is better to read than from screen, you can easily look things up when needed ...
Summary: How did you install this. I'm guessing you also installed apache. The easiest way to install all that stuff is to use WAMP http://www.wampserver.com/e...
Summary: Using static documents is certainly the fastest way, but string matching your database regularly isn't very dynamic (and when you add content it creat...
Summary: Your able to run phpBB on both mysql 3.x and 4.x If you like you can download easyPHP 1.7 which will give you apache, php and mysql all in one. I clud...
Summary: Hi all, I have installed WAMP package from http://en.wikipedia.org/wiki/WAMP. I have even installed the following packages from their respective site...
Summary: The most popular web server used on the Internet today is by far Apache. The fastest-growing web scripting language is PHP. The most popular database ...
Summary: Java/JSP is extremely slow, and is a huge drain on server resources. ASP is quite simply crap (read: slow and added overhead), and that's coming from ...
Summary: When I test this code for php and mysql; <?php $link = mysql_connect('localhost', 'mysql_user', 'mysql_password'); if (!$link) { die('Could not ...
Summary: Here's a thread that may be helpful: Overview of web technologies "Servers that support PHP and MySQL...do most have a graphicaly interface to edit bo...
Summary: All you need to do is download the Win32 binaries for each, unless your using a Linux server, then get the RPM's or tarballs for your distro. Download...
Summary: I am about to get started on a .php site. I have dreamweaver 8 but according to the php tutorial, for local developement, I need .php package, apache,...
Summary: The best way to do this, if starting from scratch, is to find a book. recently used on that had step by step tutorials and a cd for installing of Apac...
Summary: Hi, I am just wondering is PIII 800 mhz fast and stable enough to run a web server that executes php and mysql? The connection is going to be Telus ...
Summary: Thanks a lot. Not sure if it will work -- the first stab was not, bt thanks a lot for taking time to post your response. Well, does anyone know how to...
Summary: Hey guys, i know this is really not a development question but i need to get apache running so i can use php and mysql, i downloaded the ready to use ...
Summary: I had started an Apache Web Server on my WinXP machine, and wanted to get everything working before I attempted it on a Red Hat Linux machine as a ful...
Summary: I'm using PHP and mysql. I'm having a problem figuring out how to handle mysql errors and warnings. For example, if I have trouble connecting to the d...
Summary: You don't need a host. Just run PHP and MySql on your computer. I use a dedicated Linux web server, but you can also run them on a windows box. It doe...
Summary: From: Ask the Experts - About the Future of PHP " [Q:] Is there going to be a version of PHP 4.x which is declared stable for use with Apache 2.x or, ...
Summary: first thank you for your quick reply 2nd what script do you mean I really don`t know. Sorry Im really a newbie here please advice me what to do. I tho...
Summary: I am trying to write to a directory using PHP5. The commands I am using are : $fp = fopen("$DOCUMENT_ROOT/../orders/orders.txt", "ab"); $fp = fopen("$...
Summary: Google? Since you have provided no information on what platform you are using there is no way to determine which tutorial would be right for you. Also...